Skip to content

Focus Core v0.12.4

Compare
Choose a tag to compare
@TomGallon TomGallon released this 10 Feb 14:57
· 209 commits to develop since this release

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 byfocus-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.