Skip to content

Commit

Permalink
chore(release): 1.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [ga.fuquna.rosettaui.uitoolkit-v1.7.0](ga.fuquna.rosettaui.uitoolkit-v1.6.1...ga.fuquna.rosettaui.uitoolkit-v1.7.0) (2024-09-11)

### Features

* Add ListViewOption.suppressAutoIndent ([0df33d2](0df33d2))
* add UI.PopupMenuButton() ([7ee2ded](7ee2ded))
* **experimental:** Element.SetFlexGrow()/SetFlexShrink() ([7896dff](7896dff))
* MouseButton can now be specified in UI.Popup(). ([d9121d1](d9121d1))

### Performance Improvements

* Fold content is not generated until the first time it is displayed. [#14](#14) ([3c38327](3c38327))
  • Loading branch information
semantic-release-bot committed Sep 11, 2024
1 parent b7ec9c6 commit fffd847
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions Packages/ga.fuquna.rosettaui.uitoolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [ga.fuquna.rosettaui.uitoolkit-v1.7.0](https://github.com/fuqunaga/RosettaUI/compare/ga.fuquna.rosettaui.uitoolkit-v1.6.1...ga.fuquna.rosettaui.uitoolkit-v1.7.0) (2024-09-11)


### Features

* Add ListViewOption.suppressAutoIndent ([0df33d2](https://github.com/fuqunaga/RosettaUI/commit/0df33d2b544c59f52b06cdd8f752da8629e0c04a))
* add UI.PopupMenuButton() ([7ee2ded](https://github.com/fuqunaga/RosettaUI/commit/7ee2ded79cb0d1c8502557a4532e9d5c19cd449e))
* **experimental:** Element.SetFlexGrow()/SetFlexShrink() ([7896dff](https://github.com/fuqunaga/RosettaUI/commit/7896dff9ccdcbcd4316bea8bbf68275f6204b473))
* MouseButton can now be specified in UI.Popup(). ([d9121d1](https://github.com/fuqunaga/RosettaUI/commit/d9121d1cdde334c69e46296f4f40563dcabb8ed6))


### Performance Improvements

* Fold content is not generated until the first time it is displayed. [#14](https://github.com/fuqunaga/RosettaUI/issues/14) ([3c38327](https://github.com/fuqunaga/RosettaUI/commit/3c38327ffb8a42a500c14fa391a510894369beb5))

# [ga.fuquna.rosettaui.uitoolkit-v1.6.1](https://github.com/fuqunaga/RosettaUI/compare/ga.fuquna.rosettaui.uitoolkit-v1.6.0...ga.fuquna.rosettaui.uitoolkit-v1.6.1) (2024-08-27)


Expand Down
2 changes: 1 addition & 1 deletion Packages/ga.fuquna.rosettaui.uitoolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ga.fuquna.rosettaui.uitoolkit",
"version": "1.6.1",
"version": "1.7.0",
"displayName": "RosettaUI - UI Toolkit",
"description": "RosettaUI UI Toolkit bridge",
"unity": "2022.3",
Expand Down

0 comments on commit fffd847

Please sign in to comment.