Skip to content

mobx-swiss-knife

1.15.2

Patch Changes

  • 4fa48be Thanks @js2me! - migration npm publish to trusted gh actions

1.15.1

Patch Changes

  • 904cb14 Thanks @js2me! - Fix onChangeActiveTab callback: now passes activeTabData (new tab data) as second argument and prevActiveTabData (previous tab data) as third argument, instead of duplicating the new tab data in both parameters

1.15.0

Minor Changes

Patch Changes

1.14.2

Patch Changes

  • 00899b3 Thanks @js2me! - fixed typings for connect method in ModelLoader

1.14.1

Patch Changes

  • 177f306 Thanks @js2me! - try to fix handle load model succeed for model loade

  • 9becdde Thanks @js2me! - fixed model loaded cleanup storage operation

1.14.0

Minor Changes

1.13.2

Patch Changes

1.13.1

Patch Changes

  • 1da5e32 Thanks @js2me! - fix typings for getTabData for TabManager

1.13.0

Minor Changes

  • cf09230 Thanks @js2me! - pass tabs to getActiveTab method (TabManager)

1.12.0

Minor Changes

1.11.0

Minor Changes

  • 68f17eb Thanks @js2me! - KeyboardHandler: added setActions method + support Command key

1.10.0

Minor Changes

1.9.1

Patch Changes

1.9.0

Minor Changes

1.8.1

Patch Changes

1.8.0

Minor Changes

1.7.0

Minor Changes

  • 2498305 Thanks @js2me! - moved web-api directory to another package (mobx-web-api). Minor change because this dir was not declared nowhere

1.6.0

Minor Changes

Patch Changes

1.5.0

Minor Changes

  • 2e40be0 Thanks @js2me! - add ability to set position for adding step (addStep for Stepper)

  • 239ba5a Thanks @js2me! - added networkStatus and pageVisibility utils for web api

Patch Changes

  • 2e69da7 Thanks @js2me! - added unit tests for Stepper, Storage, TabManager, Ticker models

1.4.0

Minor Changes

  • c9a387e Thanks @js2me! - add addStep and removeStep methods for Stepper

1.3.0

Minor Changes

  • 826d819 Thanks @js2me! - make steps param accepts as fn in Stepper

Patch Changes

1.2.1

Patch Changes

1.2.0

Minor Changes

  • a043199 Thanks @js2me! - added destroy method for ModelLoader

  • a043199 Thanks @js2me! - added more documentation about tools

  • a043199 Thanks @js2me! - improve FakerLoader (added instance, isLoading, error properties)

  • a043199 Thanks @js2me! - improve TabManager -> fallbackTab make optional

1.1.1

Patch Changes

  • 5d3b904 Thanks @js2me! - improve model loader (load method returns promise)

1.1.0

Minor Changes

  • 1e230b1 Thanks @js2me! - added empty documentation and improve ci/cd process

1.0.0

Major Changes

  • Renamed project to mobxx-swiss-knife. Previous name was mobx-shared-entitiees.
  • Removed disposer, dispose methods and properties.
  • Removed disposer-util dependency.