CHANGELOG

This document records all notable changes to omni.kit.widget.options_menu extension. This project adheres to Semantic Versioning <https://semver.org/>_.

[1.1.6] - 2024-07-11

Changed

  • Updated documentation with AI agent.

[1.1.5] - 2023-12-12

Added

  • Able to set hide_on_click for single OptionItem/OptionRadios

[1.1.4] - 2023-12-07

Added

  • Add new argument ‘checkable’ for OptionItem

[1.1.3] - 2023-12-07

Changed

  • Fix Linux test failure: do not destroy SettingModel because they may use again when rebuilding items

[1.1.2] - 2023-12-05

Added

  • OptionsRadios could display as sub menu

  • Add more properties/functions to OptionItem for customize

[1.1.1] - 2023-12-01

Added

  • Add OptionRadios to add radios to options menu

[1.1.0] - 2023-09-06

Added

  • Add RadioMenu

[1.0.6] - 2022-08-11

Added

  • Add OptionLabelMenuItemDelegate

[1.0.5] - 2022-08-03

Changed

  • Add extra spacer in title bar to make sure menu window has min width

[1.0.4] - 2022-07-28

Added

  • Add extra spacer after text

[1.0.3] - 2022-07-14

Added

  • New keyword argument “width” to set popup menu item width

Changed

  • Style updated

[1.0.2] - 2022-07-03

Added

  • Able to rebuild all option items

[1.0.1] - 2022-06-28

Added

  • Separator should be disabled

  • Add argument hide_on_click

[1.0.0] - 2022-06-13

Added

  • Initial version implementation