Skip to content

Releases: smasala/firebrick

v0.13.12

13 Nov 10:53
Compare
Choose a tag to compare
  • add success, error & complete events to stores
  • fix dataType camelCase typo on load

v0.13.10

09 Oct 10:14
Compare
Choose a tag to compare
  • router fix where value after "?" was passed into arguments
  • fix bug when creating anonymous classes with Firebrick.create. e.g Firebrick.create({a:1});

v0.13.8

31 Aug 09:46
Compare
Choose a tag to compare
  • add to global window.Firebrick

v0.13.7

21 Aug 14:57
Compare
Choose a tag to compare
  • fix auto dependency loader

v0.13.6

13 Aug 07:37
Compare
Choose a tag to compare
  • fix router when no require array is defined

v0.13.5

08 Aug 14:13
Compare
Choose a tag to compare
  • router regex improvements

v0.13.4

07 Aug 12:11
Compare
Choose a tag to compare
  • fix "options.ready" is not defined
  • router improvements
    ** Firebrick.router.getRoute() - now has property "urlParameters" in return map for regex parameter matches in the current url

v0.13.2

06 Aug 14:11
Compare
Choose a tag to compare
  • remove params from url matcher (router)

v0.13.1

05 Aug 14:23
Compare
Choose a tag to compare

v0.13.1

  • remove global window.fb - now only window.Firebrick

v0.13.0

28 Jul 09:49
Compare
Choose a tag to compare
  • declared _defaults as a parameter in the router callback function to call the function manually
  • include scroll to hash with history api
    • with hashbang use param ?scrollTo=#123
  • fix options.go is undefined
  • Firebrick.ready renamed to Firebrick.application
    • go function option renamed to ready
  • make property callback optional for router patterns with property "require" defined
  • fix a view / unbind bug when re-creating a class that has a non set id defined
    • "fb-view-bind" html element attribute is no longer the class id but a primitive boolean value
    • reference to the actual class object is passed to the element property "fb-view-bind" which has the html attribute "fb-view-bind=true" also
  • add Firebrick.history.location to change the url programmatically when using the history api
  • fix history api "undefined popstate" on browser back button