This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
Releases: BedeGaming/orchestra
Releases · BedeGaming/orchestra
v3.1.0
v3.1.0 view commit logs
Misc
- Added InfernoView to allow jsx component views.
- Added a redux plugin so that Marionette.View can consume redux state and handle changes.
v3.0.0
v3.0.0 view commit logs
Package Updates
- Update to Handlebars 4.
- Replaced numeral with numbro.
- Replaced Backbone.Validation with a version compatible with lodash4.
- Updated to jQuery 3.0.0
Breaking change
- Remove hammerjs
- Remove touch view mixin.
- Named export rewrite, users using babel exports default plugin will no longer need this.
- Removed module helper.
- Removed
getInstance
. - Remove Backbone.Stickit.
- Remove full lodash in favour of a custom version that includes only backbone dependencies.
Misc
- import full lodash in
Collection
. - export attachHelpers to allow attaching handlebars helpers to a different instance of handlebars.
- export
sync
andBackbone.Collection
.
v3.0.0-pre.4
v3.0.0-pre.4 view commit logs
Misc
- export attachHelpers to allow attaching handlebars helpers to a different instance of handlebars.
v3.0.0-pre.3
v3.0.0-pre.2
v3.0.0-pre.2 view commit logs
Package Updates
- Replaced numeral with numbro.
- Replaced Backbone.Validation with a version compatible with lodash4.
Breaking change
- Named export rewrite, users using babel exports default plugin will no longer need this.
- Removed module helper.
- Removed
getInstance
.
v3.0.0-pre.1
v3.0.0-pre.1 view commit logs
Package Updates
- Update to Handlebars 4.
Breaking change
- Remove hammerjs
- Remove touch view mixin.
v2.0.0
v2.0.0 view commit logs
Package Updates
- Update to Marionette 3.0.
- Update to lodash 4
- Remove Radio in favour of using the instance that is bundled with Marionette 3.0.
- Translation strings can now have colons present.