Skip to content

Releases: Niikelion/lithium-ui

Release v2.2

09 Jan 23:04
Compare
Choose a tag to compare

Changelog:

  • Added update batching inside build-in events

Release v2.1.1

08 Jan 14:39
Compare
Choose a tag to compare

Changelog:

  • Debugger now shows crashed components in red text

Release v2.1

08 Jan 14:27
Compare
Choose a tag to compare

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

26 Dec 22:55
Compare
Choose a tag to compare

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 from IComponent as it is only intended for internal use
  • added component for attaching ui toolkit stylesheet to ui: StyleSheetWrapper

Release v1

17 Aug 12:33
Compare
Choose a tag to compare

Finished first viable version packed with new debugger and easier syntax.