ractive v0.3.9 Release Notes

  • 2013-12-26

    • ractive.findComponent() and ractive.findAllComponents() methods, for getting references to components
    • Expression results are wrapped if necessary (e.g. {{getJSON(url)}} wrapped by @lluchs' [Promise adaptor](lluchs.github.io/Ractive-adaptors-Promise/))
    • Mustaches referring to wrapped values render the facade, not the value
    • ๐Ÿ“œ Directive arguments are parsed more reliably
    • Components inherit adaptors from their parents
    • Adapto
    • ๐Ÿ”„ Changes to transitions API
    • ๐Ÿ‘ SVG support is detected and exposed as Ractive.svg
    • If subclass has data, it is used as prototype for instance data