Skip to content

Releases: gxi-rs/gxi

Nested Conditional Sub Trees

29 Dec 11:21
Compare
Choose a tag to compare
v0.6.1

(cargo-release) gxi version 0.6.1

Conditional Rendering

23 Dec 19:35
Compare
Choose a tag to compare

Note: nested conditional blocks and match expressions do not work, but the interface is stable.

v0.4.0

26 Oct 13:14
Compare
Choose a tag to compare
(cargo-release) gxi version 0.4.0

v0.3.0-alpha.2

17 Aug 12:54
Compare
Choose a tag to compare
v0.3.0-alpha.2 Pre-release
Pre-release
(cargo-release) gxi version 0.3.0-alpha.2

0.2.0

27 May 11:03
Compare
Choose a tag to compare

Warn: Breaking changes

Changes

  • re-wrote gxi macro
  • if for execution blocks now require a comma separation
  • reduced if code size
  • performance increase
  • drastically decreased code size by moving implementations from macro
    to trait functions
  • InitType no longer maintains a pure_index
  • Reduced effective use of Pure component
  • State Block is passed by gxi! macro instead of macro_impl
  • new pub keyword for state and component
  • setter methods using pub keyword before state fields
  • Component Visual Scoping using Visual keywords like pub, pub(crate)
  • async keyword moved from update block to component block
  • Window Body are now widget_components
  • the root of the tree can have only one component

0.1.4

07 May 11:03
Compare
Choose a tag to compare
console_error_panic_hook version