Releases: hull/hull-js
Releases · hull/hull-js
0.8.39
0.8.38
Fix for browsers with 3rd party cookies disabled and (http://www.hull.io/docs/users/backend)
Use jquery ajaxSend to send user sig as a header
0.8.37
0.8.36
0.7.4
0.7.1
0.7.0
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
0.6.15
Initial Release
New
- First release for Hull.js.