Releases
v0.2.0
0.2.0 (2018-02-18)
Bug Fixes
after-re init, render is now called with new element (34ae96b )
base component will not fail anymore if element is null (9e16f18 )
execute validations on formatted arguments (b50ba54 )
fix_variable now doesn't update existing variables (dc57dbc )
format_value now supports null (66fec8d )
no re-init if element was removed by parent component (685f87e )
only root component gets its own state_handler (ae0c3bc )
remove superfluous elements in container components (3c2128e )
Root component no longer fails if child component doesn't have explicit args (4b576c7 )
select correct dropdown option (332ead3 )
Variables now work inside container components (fd36b4a )
Features
components: Added DropdownComponent (2244314 )
container_base: It's now possible to update a container component (846bc66 )
Added dropdown to YAML format (e007015 )
added interpolation (d464bf5 )
Added state_handler (2d52f00 )
Components receive a set_variable
and an init_variable
argument (49115e4 )
DropdownComponent reports variable values (99576cf )
format data using state (cef0a1f )
integrated state handler with components (3e686d1 )
Performance Improvements
state changer will not actually call callbacks if state value has not changed (05a702c )
You can’t perform that action at this time.