Skip to content

Releases: jordandh/sprout

v1.2.5

06 Oct 16:26
Compare
Choose a tag to compare

Changed the url.remove function to be case-insensitive.

v1.2.4

29 Sep 19:06
Compare
Choose a tag to compare

Added url.replaceState for updating the url with the history api.

v1.2.3

18 Sep 17:43
Compare
Choose a tag to compare

Changed databindings.html to bind its current databinding context to the content it adds and binds the data.
Changed the database.sync method to only JSON.stringify data and set the content type to application/json if options.json is true.

v1.2.2

28 Aug 03:18
Compare
Choose a tag to compare

Added requestAnimationFrame polyfill.

v1.2.1

28 Aug 02:41
Compare
Choose a tag to compare

Fixed a bug in flow.

v1.2.0

28 Aug 02:38
Compare
Choose a tag to compare

Added promise and requestAnimationFrame support to the flow module.
Made collection.getUrlValue public.

v1.1.5

04 Aug 19:22
Compare
Choose a tag to compare

Last release had mismatched bower version numbers.

v1.1.4

04 Aug 19:19
Compare
Choose a tag to compare

Last release had old code.

v1.1.3

04 Aug 19:13
Compare
Choose a tag to compare

Fixed a databindings context ($parent) bug in if and media databindings.
Improved when a changed event is fired for computed attributes.

v1.1.2

14 Jul 20:45
Compare
Choose a tag to compare

Added selected data binder for option elements.