Releases: NuiCpp/Nui
Releases · NuiCpp/Nui
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.
v0.11.5 Network Library Update
Merge pull request #99 from NuiCpp/devel Update roar.
v0.11.4
v0.11.3 Fixed FileDialog Bugs
v0.11.2 Pulled Fixes from Dependencies
Merge branch 'devel'