Skip to content

Releases: hull/hull-js

0.8.39

23 Sep 15:19
Compare
Choose a tag to compare
  • Allow redirect strategy login (for social and email/password)
  • FB Auth: Use display: 'popup' option and smaller popup window

0.8.38

23 Sep 15:01
Compare
Choose a tag to compare

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

15 Aug 15:57
Compare
Choose a tag to compare
  • Hull.parse now waits for Aura app to finish starting
  • Instagram provider fix : expose pagination and meta from Instagram's response

0.8.36

22 Jul 17:03
Compare
Choose a tag to compare
  • Fix loading issue when using Back button on Chrome (9dec8de)

0.7.4

11 Oct 09:54
Compare
Choose a tag to compare

Various components Fixes

0.7.1

04 Oct 16:57
Compare
Choose a tag to compare
Breaking
  • Move quiz and sweepstake components to 'games/'
  • Rename 'object' category to 'utils'
  • Move 'footer' component to 'utils'
Improvement
  • Update markup for 'login/profile' component to be cleaner, still using bootstrap markup

0.7.0

03 Oct 20:46
Compare
Choose a tag to compare
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

30 Sep 11:55
Compare
Choose a tag to compare
Improvement
  • Refactoring of the template lookup strategy. Explained in the docs
  • New handlebars helpers prune: makes a clean ellipsis at the end of a word after an approximate length. truncate: cuts at a specific number of characters

Initial Release

03 Jul 03:54
Compare
Choose a tag to compare
New
  • First release for Hull.js.