Skip to content

Releases: NuiCpp/Nui

v0.15.1 Fixed Bug in Reference Attribute

12 Jun 21:34
0501f22
Compare
Choose a tag to compare

What's Changed

  • Fixed dangling reference to function. by @5cript in #110

Full Changelog: v0.15.0...v0.15.1

v0.15.0 Nui RPC in TS/JS

31 May 13:15
513c50e
Compare
Choose a tag to compare

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

10 Apr 21:18
a37f28d
Compare
Choose a tag to compare

What's Changed

  • Add support for tailwind css, added in: Feat/tailwindcss by @5cript in #108

Full Changelog: v0.13.1...v0.14.0

v0.13.1 Fixed clang 18 warnings

06 Apr 14:21
0a964f8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.13.1

v0.13.0 Added Delocalized Element Utility

25 Jan 16:16
e4a8146
Compare
Choose a tag to compare

Can now have an element change position across the dom from slot to slot.

v0.12.3 Render Fix and Const Correctness Fix

23 Jan 12:47
4bca60e
Compare
Choose a tag to compare
  • 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

16 Jan 11:38
9e7e3f0
Compare
Choose a tag to compare

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

10 Jan 15:14
4cb4cbc
Compare
Choose a tag to compare

Custom Schemes on Linux only worked for small bodies, this has been fixed.

v0.12.0 Webview dispatch and mutable lambdas

14 Dec 14:34
9eec1ba
Compare
Choose a tag to compare

What's Changed

  • Added support for dispatch and mutable rpc lambdas. by @5cript in #101

Full Changelog: v0.11.6...v0.12.0

v0.11.6 Update Underlying HTTP Async Client

13 Dec 13:12
fba94e2
Compare
Choose a tag to compare
Merge pull request #100 from NuiCpp/devel

Updated roar async http client impl.