Skip to content

0.7.0

Compare
Choose a tag to compare
@unity unity released this 03 Oct 20:46
· 1122 commits to develop since this release
Breaking
  • Renamed all components, new markup
  • 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