LemurProto version 1.13.0
pspeed42
released this
05 Apr 12:32
·
21 commits
to master
since this release
Small maintenance release.
Also upgraded to support gradle 7.4.2 and publishing to maven central.
Change log:
- Added DefaultCellRenderer.getElementId() and deprecated DefaultCellRenderer.getElement() since it was a typo that made it into a release.
- Fixed the cell renderer configureStyle() behavior to pass the original element ID instead of the ListBox.getElementId() which will have already been a container child of the original. This fixes a bug where the list style would drastically change when swapping in a new renderer.
- Fixed Spinner to disable/enable the previous/next buttons when the spinner is disabled/enabled.
- Fixed Selector to reset its selected item reference when setSelectedItem() is called instead of delaying it until next frame.
- Migrated the build to gradle 7.4.2
- Moved distribution to maven central.