Version 2.14.0 - "Ellie"
NEW FEATURE: New scope() option added to @component
for turning pre-rendered HTML into private components following the scoping rules. Nested components follow the hierarchy rules.
NEW FEATURE: New toggle-take-class command.
NEW FEATURE: Allow event flows and concatenated rendering within the component HTML block.
BUG FIX: Dynamic CSS commands now support !important as they should.
BUG FIX: The take-class commands will work with the ACSS special combinators, like "<".
BUG FIX: Fix to recursion error caused by using pause command with nested @while true
statements.
BUG FIX: Fix to host attribute ref to work as expected in nested components.
BUG FIX: Fix to a strictlyPrivate bubbling issue so that the event doesn't bubble beyond the scope.
BUG FIX: Fix to a nested component bubbling issue so that the event does bubble to the correct scope.