Releases: playcanvas/pcui
Releases · playcanvas/pcui
v2.4.0
What's New
- Adds
RadioButton
component (#169)
- Tweaks
GridView
and GridViewItem
components to incorporate Radio selection logic (#169)
v2.3.3
What's New
- Fix published build to include pcui.d.ts
v2.3.2
What's New
- updates to labelgroup and panel (#163)
- dependencies updated (#164)
- Add an icon property to the TreeViewItem class (#166)
v2.3.0
Whats New
- Updated the build process and npm build (#160)
v2.2.6
What's new
- Disable auto complete on input fields (#148)
v2.2.5
What's new
- Upgrades some deprecated or old packages that prevented pcui from building (#147)
v2.2.4
What's new
- Fire change event when ESC is pressed in TextInput with keyChange = true. Make ESC clear the input even when blurOnEscape is false. (#145)
v2.2.3
What's new
- Fix bug where clicking on disabled menuitem would trigger click on its parent menu item. (#142)
v2.2.2
What's new
- Fix transition when menu items are enabled / disabled #141