Skip to content

Releases: NuiCpp/Nui

v0.8.1 Fixed Range Renderer Regression

04 Oct 09:57
2425714
Compare
Choose a tag to compare

Element renderer could not accept non const elements

v0.8.0 Range Improvements 1

04 Oct 06:36
d751320
Compare
Choose a tag to compare

Added the ability to draw ranges for non observed containers, closing a feature hole.

v0.7.0 Support for Reactive Properties

28 Sep 19:36
83ea80c
Compare
Choose a tag to compare

What's Changed

  • Changed RpcHub missing function handling. by @5cript in #76
  • Improve Attributes and Add Property Support by @5cript in #77

Full Changelog: v0.6.0...v0.7.0

Variant Support for Attributes

20 Sep 20:15
35209fe
Compare
Choose a tag to compare

What's Changed

  • Bug Fixes and More Tests by @5cript in #75
  • Variant Support for Attributes

Full Changelog: v0.5.0...v0.6.0

v0.5.0 Observed Constructor is now Explicit

15 Sep 13:58
1e1ee1a
Compare
Choose a tag to compare

It is much harder now to accidentally create temporary Nui::Observed that get referenced and then dangle.

v0.4.0 Text Node Feature Added

10 Sep 23:08
c4caad2
Compare
Choose a tag to compare

What's Changed

label{}(
    input{
        type = "checkbox"
    },
    text{"Check This Out!"}()
)

Full Changelog: v0.3.6...v0.4.0

v0.3.6 Convenience Improvements

01 Sep 08:51
7d2bbfc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.5...v0.3.6

v0.3.5 Fixed Event Removal Bug

30 Aug 17:24
1714c31
Compare
Choose a tag to compare

What's Changed

  • Fixed critical event removal bug. by @5cript in #67

Full Changelog: v0.3.4...v0.3.5

v0.3.4 Bugfix Release

29 Aug 15:16
3f44dbe
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.3...v0.3.4

v0.3.3 Improved Compatibility

28 Aug 19:28
d5c2c3b
Compare
Choose a tag to compare

What's Changed

  • Reduced CMake version requirement. by @5cript in #62
  • CMake backwards compatibility fix. by @5cript in #63
  • Moved external project include. by @5cript in #64

Full Changelog: v0.3.2...v0.3.3