Releases: playcanvas/pcui
Releases · playcanvas/pcui
v2.2.1
What's new
- Alt click on TreeViewItem to open / close all its children as well (#137)
v2.2.0
What's new
- Added new Menu and MenuItem components (#140)
v2.1.4
What's new
- Fixes for drag-scrolling near edges of TreeView (#136)
v2.1.3
What's new
- Fix various issues when reparenting or reordering multiple tree view items together. (#134)
v2.1.2
What's new
- Add a PCUI Graph page to the docs (#131)
- Allow root node of TreeView to be dragged (#133)
v2.1.1
What's new
- Added #ifndef #endif statements for import statements of individual scss files so that they can be removed when clean-css runs. (#130)
v2.1.0
What's new
- Now using rollup instead of webpack, Removed components and binding folders and put everything under root folder. (#129)
v1.1.23
What's new
- Update observer and observer-list to latest Editor version (#122)
- Add Events#addEmitter and Events#removeEmitter (#123)