Releases: jordandh/sprout
Releases · jordandh/sprout
v1.2.5
Changed the url.remove function to be case-insensitive.
v1.2.4
Added url.replaceState for updating the url with the history api.
v1.2.3
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
Added requestAnimationFrame polyfill.
v1.2.0
Added promise and requestAnimationFrame support to the flow module.
Made collection.getUrlValue public.
v1.1.5
Last release had mismatched bower version numbers.
v1.1.4
Last release had old code.
v1.1.3
Fixed a databindings context ($parent) bug in if and media databindings.
Improved when a changed event is fired for computed attributes.
v1.1.2
Added selected data binder for option elements.