Releases: gxi-rs/gxi
Releases · gxi-rs/gxi
Nested Conditional Sub Trees
v0.6.1 (cargo-release) gxi version 0.6.1
Conditional Rendering
Note: nested conditional blocks and match
expressions do not work, but the interface is stable.
v0.4.0
(cargo-release) gxi version 0.4.0
v0.3.0-alpha.2
(cargo-release) gxi version 0.3.0-alpha.2
0.2.0
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 ofmacro_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 fromupdate
block to component blockWindow
Body
are nowwidget_components
- the root of the tree can have only one component
0.1.4
console_error_panic_hook version