Releases: NuiCpp/Nui
Releases · NuiCpp/Nui
v0.10.0 First MacOS Support
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
v0.9.0 Inline Javascript and Style in C++
What's Changed
Full Changelog: v0.8.2...v0.9.0
v0.8.2 CMake Improvments
v0.8.1 Fixed Range Renderer Regression
Element renderer could not accept non const elements
v0.8.0 Range Improvements 1
Added the ability to draw ranges for non observed containers, closing a feature hole.
v0.7.0 Support for Reactive Properties
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
What's Changed
Full Changelog: v0.5.0...v0.6.0
v0.5.0 Observed Constructor is now Explicit
It is much harder now to accidentally create temporary Nui::Observed that get referenced and then dangle.