Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ahumphreys87 committed Mar 15, 2018
1 parent 94dbda0 commit e48d971
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
### v3.0.0 [view commit logs](https://github.com/BedeGaming/orchestra/compare/v2.0.0...v3.0.0)

#### 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` and `Backbone.Collection`.

### v3.0.0-pre.5 [view commit logs](https://github.com/BedeGaming/orchestra/compare/v3.0.0-pre.4...v3.0.0-pre.5)

#### Breaking Changes
Expand Down

0 comments on commit e48d971

Please sign in to comment.