Skip to content

Releases: fuqunaga/RosettaUI

ga.fuquna.rosettaui-v1.4.2

21 Jun 09:44
Compare
Choose a tag to compare

ga.fuquna.rosettaui-v1.4.2 (2023-06-21)

Bug Fixes

  • Changes to the value of items in the list were not notified outside the UI. (306ea86)

ga.fuquna.rosettaui.uitoolkit-v1.4.1

13 Jun 07:56
Compare
Choose a tag to compare

ga.fuquna.rosettaui.uitoolkit-v1.4.1 (2023-06-13)

Bug Fixes

  • a bug that caused Elements in DynamicElement, etc. to shrink. (5a4d374)

ga.fuquna.rosettaui.uitoolkit-v1.4.0

24 May 09:18
Compare
Choose a tag to compare

ga.fuquna.rosettaui.uitoolkit-v1.4.0 (2023-05-24)

Bug Fixes

  • dependency: RosettaUI 1.3.1 (6c29282)
  • UI.Dropdown would not open when clicked in Unity2021 (605dc8b)

Features

  • design: Now highlights when a button is pressed (61ce7ef)

ga.fuquna.rosettaui-v1.4.1

24 May 07:30
Compare
Choose a tag to compare

ga.fuquna.rosettaui-v1.4.1 (2023-05-24)

Bug Fixes

  • Error when null is assigned to an element in UI.List() (ce91f53)
  • label error when assigning a new instance to IElementCreator (c8beef7)
  • UI.List() element is an IElementCreator, it does not follow if the reference is changed. (8021700)

ga.fuquna.rosettaui-v1.4.0

22 May 06:29
Compare
Choose a tag to compare

ga.fuquna.rosettaui-v1.4.0 (2023-05-22)

Features

  • UI.Dropdown() supports string value (0a3b28e)

ga.fuquna.rosettaui.uitoolkit-v1.3.1

19 May 07:20
Compare
Choose a tag to compare

ga.fuquna.rosettaui.uitoolkit-v1.3.1 (2023-05-19)

Bug Fixes

  • dependency: RosettaUI 1.3.1 (fb64287)

ga.fuquna.rosettaui-v1.3.1

19 May 07:12
Compare
Choose a tag to compare

ga.fuquna.rosettaui-v1.3.1 (2023-05-19)

Bug Fixes

  • Window generated outside of a window launcher reopens when RosettaUIRoot is enabled even if the window is closed. (a72a7bf)

ga.fuquna.rosettaui.uitoolkit-v1.3.0

16 May 09:17
Compare
Choose a tag to compare

ga.fuquna.rosettaui.uitoolkit-v1.3.0 (2023-05-16)

Features

  • UIToolkit: depends RosettaUI 1.3.0 (380b105)

ga.fuquna.rosettaui-v1.3.0

16 May 09:23
Compare
Choose a tag to compare

ga.fuquna.rosettaui-v1.3.0 (2023-05-16)

Features

  • Suppression of keyboard events at TextField input is now supported for NewInputSystem and not for LegacyInputSystem (c6aa7b9)

ga.fuquna.rosettaui.uitoolkit-v1.2.2

14 Mar 09:19
Compare
Choose a tag to compare

ga.fuquna.rosettaui.uitoolkit-v1.2.2 (2023-03-14)

Bug Fixes

  • Unity2022: "List is empty" is not displayed in UI.List() at Unity2022 (c37cf2c)
  • Unity2022: Supports suppression of the Input class when entering text in RosettaUI at Unity2022 (a626134)
  • When adding an element to an empty list in UI.List(), the field only shows a label (cde3f7e)
  • Window's Close button remains when hidden from RosettaUIRoot (cafe974)