Skip to content

Latest commit

 

History

History
189 lines (145 loc) · 3.89 KB

CHANGELOG.md

File metadata and controls

189 lines (145 loc) · 3.89 KB

4.7.1 (2023-01-26)

  • Fix npm publish

4.7.0 (2022-12-05)

  • Added support for Angular 15

4.6.0 (2022-06-27)

  • Added support for Angular 14

4.5.0 (2022-01-05)

  • Update mobx-angular peerDependencies for Angular 13

4.4.0 (2021-11-06)

  • Added support for Angular 13
  • Added an example project in Angular 13
  • Updated example project in Angular 11

4.3.0 (2021-03-05)

  • Added support for Angular 11
  • Added an example project in Angular 11

4.2.0 (2020-12-17)

  • Allow to pass MobX options to autorun and reaction directive

4.1.0 (2020-02-19)

  • Removed mobxAutorunSync Directive
  • Added examples in Angular 9.0.0

4.0.0 (2020-02-14)

  • Refactor to CLI packager

3.1.1 (2020-02-11)

  • Added support for Angular 9 (removed spread operator)

3.1.0 (2019-12-08)

  • Added observable/computed/action modifiers to proxy methods

3.0.3 (2019-11-05)

  • Removed deprecated _view usage

3.0.2 (2019-10-12)

  • Removed deprecated Renderer

3.0.1 (2018-03-13)

  • Remove Debug

3.0.0 (2018-03-13)

  • Support MobX 4

2.1.1 (2018-01-21)

  • Fixing build problem

2.1.0 (2018-01-19)

  • Not detaching from CD by default

2.0.2 (2018-1-18)

  • Not collapsing log in debug

2.0.1 (2017-12-05)

  • Fixed console.log

2.0.0 (2017-11-30)

  • Detaching from CD by default in mobxAutorun (allow to override with dontDetach=true)

1.9.0 (2017-10-05)

  • Changed MobXDebug element to right-click

1.8.1 (2017-10-05)

  • Fixed MobxDebug on browsers where localStorage === null

1.8.0 (2017-10-03)

  • Fixed MobxDebug on browsers where localStorage === null

1.7.0 (2017-09-03)

  • Fixed MobX dependency

1.6.0 (2017-08-17)

  • Upgraded to MobX 3.0.0

1.5.0 (2017-04-19)

  • Added @action to proxy decorator

1.4.2 (2017-04-12)

  • Updated bug with angular 4 debug name

1.4.1 (2017-04-04)

  • Updated dependencies to support Angular 4

1.3.0 (2017-03-07)

  • Renamed to mobx-angular

1.2.9 (2017-02-25)

  • Added computed wrapper

1.2.8 (2017-02-22)

  • Solved @computed twice issue
  • Deprecate mobxAutorunSync

1.2.7 (2017-02-22)

  • Fixed using pipe - createEmbeddedView inside ngOnInit

1.2.6 (2017-02-09)

  • Fixed exports / declarations in module

1.2.5 (2017-02-06)

  • Added observable proxy for test

1.2.4 (2017-02-04)

  • Replaced main / jsnext:main / module mismatch

1.2.3 (2017-02-04)

  • Added AoT metadata
  • Added UMD bundle
  • Checking for localStorage / console in debug

1.2.2 (2017-01-21)

  • Fixed change detection errors by creating element in constructor, and auto detecting in afterViewInit
  • Fixed ng2MobxDebug element positioning

1.2.1 (2017-01-21)

  • Added ng2MobxDebug

1.2.0 (2017-01-21)

  • Update example to be like TodoMVC
  • Update target compilation to ES5
  • Fixed dependencies
  • Added AoT
  • mobxReaction fires immediately

1.1.3 (2016-11-12)

  • Using autorunAsync instead of sync

1.1.2 (2016-11-10)

  • Relaxed Angular peer dependency requirement
  • Fix typo in readme

1.1.1 (2016-10-27)

  • Added mobxReaction directive

1.1.0 (2016-10-27)

  • Changed approach to use mobxAutorun directive

1.0.1 (2016-10-24)

  • Initial version