You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Partial resolution pattern changed: subfolders are declared like this: {{> path/to/partial}}
Improvement
New unified signature to declare components: Hull.component('component_name',component_hash);
Completed documentation and examples for each component
Upload components has a default backend store now
New
Components handle their own dependencies thanks to a new property in components: this.require. * Those will be fetched at runtime from the component's folder;
New Handlebars helper: fallback: {{fallback value 'default_value'}}
New lookup strategies for templates : Override template for a specific component by putting the script tag for it's template inside the component