Changelog

The format is based on Keep a Changelog.

[1.0.3] - 2024-07-25

Changed

  • HighlightLabel has additional parameter label_width, which defaults to 0. This is the width passed to ui.Label or None which doesn’t pass width to ui.Label, this is required when using elided_text parameter.

[1.0.2] - 2024-05-29

Changed

  • Updated documentation with AI agent.

[1.0.1] - 2023-02-05

Added

  • Make more compatible with ui.Label for use in Property Widgets

[1.0.0] - 2022-10-10

Added

  • Initial version implementation