Skip to content

Releases: scttcper/ngx-codemirror

v1.3.6

14 Jun 19:12
Compare
Choose a tag to compare

1.3.6 (2018-06-14)

Bug Fixes

  • wrap cursorActivity inside angular change detection closes #101 (fa10c31)

v1.3.5

20 May 06:25
f0212ad
Compare
Choose a tag to compare

1.3.5 (2018-05-20)

Bug Fixes

  • peer dep versions for angular 6 (f0212ad)

v1.3.4

26 Mar 05:39
Compare
Choose a tag to compare

1.3.4 (2018-03-26)

Bug Fixes

  • blur and focus inside zone (4a02011)

v1.3.3

22 Mar 23:01
Compare
Choose a tag to compare

1.3.3 (2018-03-22)

Bug Fixes

  • core: manually re-enter zone for changes (36e8274)

v1.3.2

22 Mar 22:35
Compare
Choose a tag to compare

1.3.2 (2018-03-22)

Bug Fixes

  • core: allow less intensive event emitters to be inside angular zone (ddf9834)

v1.3.1

22 Mar 21:53
Compare
Choose a tag to compare

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

13 Mar 04:07
v1.3.0
Compare
Choose a tag to compare

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

08 Feb 18:09
1.2.1
Compare
Choose a tag to compare

Fixes codemirror error when rendering with angular universal #2 thanks @zakhenry

1.1.0

29 Jan 17:40
Compare
Choose a tag to compare

fixes #1 Cannot read property 'getValue' of undefined
updates codemirror to 5.34.0