Skip to content

Latest commit

 

History

History
112 lines (87 loc) · 2.37 KB

CHANGELOG.md

File metadata and controls

112 lines (87 loc) · 2.37 KB

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