Skip to content

Releases: mcfarljw/backbone-gelato

0.6.0

16 Nov 08:27
Compare
Choose a tag to compare

Add optional module for getting and setting cookies.
Move getPlatform method to application.
Move getQueryString method to router.

0.5.18

02 Nov 02:25
Compare
Choose a tag to compare

Use body element as default parent view.

0.5.17

02 Nov 02:24
Compare
Choose a tag to compare

Render components into parent scope.

0.5.16

30 Oct 04:59
Compare
Choose a tag to compare

Include core method for getting query string from url.

0.5.15

24 Oct 02:59
Compare
Choose a tag to compare

Add support for autoRender component options.
Remove listeners when rendering template.

0.5.14

26 Sep 00:57
Compare
Choose a tag to compare

Make application function more like a backbone view.
Update several core Gelato functions.

0.5.13

11 Sep 03:34
Compare
Choose a tag to compare

Add core method for getting a cookie by name.
Force html and body to use auto overflow.

0.5.12

07 Sep 10:35
Compare
Choose a tag to compare

Cleanup click navigate flow and allow for dead links.
Store dialog reference in the application scope.

0.5.11

06 Sep 13:31
Compare
Choose a tag to compare

Move backbone, jquery and lodash to devDependencies.

0.5.10

06 Sep 12:16
Compare
Choose a tag to compare

Add boolean loaded property to collection and model.
Trigger load event on collection and model.