Releases: parro-it/libui-node
Releases · parro-it/libui-node
0.2.1
0.2.0
The release include:
- Add new event-loop example to test event loop stuff.
- Fixed setTimeout & setInterval.
- Other improvements to event loop code.
- Implemented binding for new
libui
text drawing API. - Simplified binding.gyp file using dynamic inclusion of sources.
- Add -fvisibility flag in binding.gyp to allow using yoga & libui-node together.
- Fixed some memory leaks.
- Add linter check to C++ files.
- Fixed UiArea bugs & add missing bindings.
- Removing unneeded controls macro.
- Removing unneeded
nbind
workaround in UiArea. - Fix event loop on macOS Sierra.
🙏🏻 Many thanks to @mischnic for his precious collaboration 🙏🏻
His work on rich text rendering is really awesome:
0.2.0 pre-release
The 0.2.0 release will include:
- Add new event-loop example to test event loop stuff.
- Fixed setTimeout & setInterval.
- Other improvements to event loop code.
- Implemented binding for new
libui
text drawing API. - Simplified binding.gyp file using dynamic inclusion of sources.
- Add -fvisibility flag in binding.gyp to allow using yoga & libui-node together.
- Fixed some memory leaks.
- Add linter check to C++ files.
- Fixed UiArea bugs & add missing bindings.
- Removing unneeded controls macro.
- Removing unneeded
nbind
workaround in UiArea. - Fix event loop on macOS Sierra.
🙏🏻 Many thanks to @mischnic for his precious collaboration 🙏🏻