Skip to content

Releases: NuiCpp/Nui

v0.10.0 First MacOS Support

22 Oct 18:36
Compare
Choose a tag to compare

MacOS still has no possibility to get files from the host into the view.
See issue #87

Note: You will have to clear your build directory after upgrading to this version.

v0.9.1 Inline Injector Fixes

21 Oct 18:43
8eb1237
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1

v0.9.0 Inline Javascript and Style in C++

19 Oct 17:14
fd957b0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.2...v0.9.0

v0.8.2 CMake Improvments

13 Oct 09:32
f00abc9
Compare
Choose a tag to compare

What's Changed

  • CMake and Resizeability Updates by @5cript in #81

Full Changelog: v0.8.1...v0.8.2

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