Focus Core v0.12.4
Install
npm i [email protected]
To resume this release
Bug fixes
- Minor fixes which are not detailled here
- Fixes for webpack use locally
[i18n] translation is now provided by focus-core
No longer need to use i18n as a dependency.
i18n.t' is now exposed by
focus-core/translation`.
[Backbone] routing is now provided by focus-core
No longer need to use Backbone as a dependency.
Backbone.history
is now exposed by focus-core/history
.
[searchAction] Focus not replaced with Focus-core
In src/search/search-action/index.js, an old namespaceFocus.dispatcher.handleServeraction was used instead of FocusCore.dispatcher... which had forced you to declare a legacy in your project.
This is now corrected.