Releases: scttcper/ngx-codemirror
Releases · scttcper/ngx-codemirror
v1.3.6
1.3.6 (2018-06-14)
Bug Fixes
- wrap cursorActivity inside angular change detection closes #101 (fa10c31)
v1.3.5
1.3.5 (2018-05-20)
Bug Fixes
- peer dep versions for angular 6 (f0212ad)
v1.3.4
1.3.4 (2018-03-26)
Bug Fixes
- blur and focus inside zone (4a02011)
v1.3.3
1.3.3 (2018-03-22)
Bug Fixes
- core: manually re-enter zone for changes (36e8274)
v1.3.2
1.3.2 (2018-03-22)
Bug Fixes
- core: allow less intensive event emitters to be inside angular zone (ddf9834)
v1.3.1
1.3.1 (2018-03-22)
Bug Fixes
- core: skip call ngModelChange from changes on ngModel (67737f1)
- deps: update dependency rxjs to v5.5.7 (ddde9b6)
v1.3.0
changes
- codemirror instance is now created outside of ngZone. this reduces the number of dirty checks that happen on every cursor blink
bugs
- passing an empty string to ngModel not overriding current text #25
1.2.1
Fixes codemirror error when rendering with angular universal #2 thanks @zakhenry
1.1.0
fixes #1 Cannot read property 'getValue' of undefined
updates codemirror to 5.34.0