Skip to content

Commit

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

### Bug Fixes

* ClipBoardParse_Generic error when same name but different type ([fdbd36e](fdbd36e))
* The AddRemove menu is not displayed when the List is fixedSize. ([ca01c8a](ca01c8a))

### 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))
  • Loading branch information
semantic-release-bot committed Sep 11, 2024
1 parent 0df33d2 commit b7ec9c6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions Packages/ga.fuquna.rosettaui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [ga.fuquna.rosettaui-v1.8.0](https://github.com/fuqunaga/RosettaUI/compare/ga.fuquna.rosettaui-v1.7.4...ga.fuquna.rosettaui-v1.8.0) (2024-09-11)


### Bug Fixes

* ClipBoardParse_Generic error when same name but different type ([fdbd36e](https://github.com/fuqunaga/RosettaUI/commit/fdbd36eee3d88a823be9cbd2b1e8429867c4f527))
* The AddRemove menu is not displayed when the List is fixedSize. ([ca01c8a](https://github.com/fuqunaga/RosettaUI/commit/ca01c8a6fce35ad1f9077e606bde50f5a053480e))


### 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))

# [ga.fuquna.rosettaui-v1.7.4](https://github.com/fuqunaga/RosettaUI/compare/ga.fuquna.rosettaui-v1.7.3...ga.fuquna.rosettaui-v1.7.4) (2024-08-28)


Expand Down
2 changes: 1 addition & 1 deletion Packages/ga.fuquna.rosettaui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ga.fuquna.rosettaui",
"version": "1.7.4",
"version": "1.8.0",
"displayName": "RosettaUI",
"description": "Code-based GUI library for development menus for Unity",
"unity": "2022.3",
Expand Down

0 comments on commit b7ec9c6

Please sign in to comment.