Changelog
1.4.2
2023-03-10
Changelog
1.4.1
2022-09-27
Changelog
1.4.0
2022-02-25
Bug fixes
extend
support.yield
s in non-isolated components will avoid creating implicit mappings by properly skipping the component fragment to the container fragment when resolving references (#3351).component: boolean
property on init options passed to the constructor that is set to true
when the view is initilizing the component. This also avoids double init.find
methods now support the options that the instance versions support.get
and set
with deep
try to do the right thing with Date
s. (#3388)splice
will now properly notify upstream paths.Experimental new features
Ractive.perComponentStyleElements
to true
.r.toggle('foo')
if foo
is falsey will return a promise that resolves to true
. add
/subtract
/set
behave similarly.this.getLocalContext()
.stopPropagation
, stopImmediatePropagation
, and preventDefault
to behave a bit more like a non-delegated event would be expected act.preserveStandaloneSections
in addition to a -
trailing sigil in the mustache to consume all of the whitespace around the tag, effectively removing its line from the output. This is modelled on the on similar Liquid functionality. (#3338)