Releases: NuiCpp/Nui
Releases · NuiCpp/Nui
v0.15.1 Fixed Bug in Reference Attribute
What's Changed
Full Changelog: v0.15.0...v0.15.1
v0.15.0 Nui RPC in TS/JS
Add nui rpc implementation for javascript or typescript in the frontend.
Allows the use of other frameworks to communicate with the backend.
v0.14.0 Tailwind CSS Support
What's Changed
Full Changelog: v0.13.1...v0.14.0
v0.13.1 Fixed clang 18 warnings
v0.13.0 Added Delocalized Element Utility
Can now have an element change position across the dom from slot to slot.
v0.12.3 Render Fix and Const Correctness Fix
- Unoptimized range renderer helper class now also accepts reference to const containers.
- Unconditional render functions do not erroneously behave like fragments anymore.
v0.12.2 Lazy Loading Wrapper Added
A Lazy class was added, mostly for javascript interactions that are available at "some time the future".
v0.12.1 Fixed Custom Scheme Handler on Linux
Custom Schemes on Linux only worked for small bodies, this has been fixed.
v0.12.0 Webview dispatch and mutable lambdas
What's Changed
Full Changelog: v0.11.6...v0.12.0
v0.11.6 Update Underlying HTTP Async Client
Merge pull request #100 from NuiCpp/devel Updated roar async http client impl.