Releases: Niikelion/lithium-ui
Releases · Niikelion/lithium-ui
Release v2.2
Release v2.1.1
Changelog:
- Debugger now shows crashed components in red text
Release v2.1
In preparations for unit tests.
Changelog:
- Fixed bug that caused single property drawer to show multiple times in the debugger
- Pooling of serialized objects for debugger
- Better error handling in
WithState
(marking component as crashed and clearing its state instead of crashing whole rendering context when exception occurs) - Fixed bug that caused closing the debugger to break currently selected context
Release v2
Major rework of the debugger and further optimization changes.
Changelog:
- new methods optimizing expensive recalculations:
Cache
&OnChange
- better ui debugger with ability to force rerender and modyfing state of the components
Load
method that helps updating ui based on resources loaded asynchronously- hidden
OnRender
event fromIComponent
as it is only intended for internal use - added component for attaching ui toolkit stylesheet to ui:
StyleSheetWrapper
Release v1
Finished first viable version packed with new debugger and easier syntax.