Skip to content

Releases: js2me/mobx-view-model

9.1.0

12 Mar 07:32
5c0d094

Choose a tag to compare

Minor Changes

  • 37f09fc Thanks @js2me! - added protected hasChild protected hasParent methods fo ViewModelBase

Patch Changes

  • 3f53a3e Thanks @js2me! - [internal] update all dev deps to latest

Changes: 9.0.0...9.1.0

9.0.0

05 Feb 12:42
c9b6a56

Choose a tag to compare

Major Changes

  • #53 39af226 Thanks @js2me! - move hooks didUnmount didMount to the base implementation ViewModelBase (removed from ViewModel interface)

  • #55 7bb6ddf Thanks @js2me! - added partial support of the SSR for React

  • #54 459bb0f Thanks @js2me! - renamed methods for ViewModelStore and ViewModelStoreBase linkComponents -> link, unlinkComponents -> unlink.
    It helps to link\unlink not only React components.

  • #54 c754c14 Thanks @js2me! - removed withLazyViewModel HOC

Minor Changes

  • 32702f1 Thanks @js2me! - added InferViewModelParams utility type to infer ViewModelParams (helpful to reduce duplications)

  • #54 459bb0f Thanks @js2me! - added connect() function for withViewModel() VMComponent function

  • #54 459bb0f Thanks @js2me! - added anchors config option for vm create configs

Changes: 8.10.1...9.0.0

8.10.1

30 Jan 16:48
1ebb975

Choose a tag to compare

Patch Changes

Changes: 8.10.0...8.10.1

8.10.0

11 Jan 11:02
fc7b5ae

Choose a tag to compare

Minor Changes

  • 172bbff Thanks @js2me! - [internal] update yummies to latest (7.x.x) + rework applyObservable internal utility function for use

Changes: 8.9.1...8.10.0

8.9.1

18 Nov 06:46
ca48d64

Choose a tag to compare

Patch Changes

  • 643636d Thanks @js2me! - update yummies package (PubSub storeCreate improvenment)

Changes: 8.9.0...8.9.1

8.9.0

18 Nov 06:30
ad783da

Choose a tag to compare

Minor Changes

  • a1ee8fd Thanks @js2me! - better hook storeCreate (lastPub parameter)

  • b3c6b53 Thanks @js2me! - improved typeguards (isViewModelClass, isViewModelSimpleClass, isViewModel) by pass parent view model generic type

Patch Changes

  • 2ceaefa Thanks @js2me! - [internal] reorganize source code file immports (preparing ReactJS things as separated import)

Changes: 8.8.1...8.9.0

8.8.1

09 Nov 09:31
e697f15

Choose a tag to compare

Patch Changes

  • d3199de Thanks @js2me! - fix overriding observable config after create second view model store

Changes: 8.8.0...8.8.1

8.8.0

05 Nov 20:12
c47fd3c

Choose a tag to compare

Minor Changes

  • 3a35c12 Thanks @js2me! - added hooks parameter for viewModelsConfig

Changes: 8.7.0...8.8.0

8.7.0

04 Nov 11:49
ef6710d

Choose a tag to compare

Minor Changes

  • 525635d Thanks @js2me! - added ActiveViewModelProvider internal HOC

Patch Changes

Changes: 8.6.1...8.7.0

8.6.1

01 Nov 22:36
67c0e9f

Choose a tag to compare

Patch Changes

Changes: 8.6.0...8.6.1