Skip to content

Releases: parro-it/libui-node

0.2.1

02 Jun 06:30
Compare
Choose a tag to compare

This is a small bug fixing release:

  • Fix file dialogs cancel crash
  • Fix inconsistency in UiTextArea line-ending on Windows
  • Fix datetimepicker crash on macOS.

0.2.0

13 May 18:56
Compare
Choose a tag to compare

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

02 May 18:12
Compare
Choose a tag to compare
0.2.0 pre-release Pre-release
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 🙏🏻