Skip to content

Commit

Permalink
summarize 2.x change
Browse files Browse the repository at this point in the history
  • Loading branch information
scniro committed Sep 23, 2017
1 parent 99f93f0 commit 9267432
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
2.0.0
==================
* deprecate 1.x due to dependency conflicts occurring from over-strict versioning of codemirror as a `dependency`. Codemirror is now designated as a `peerDependency`

1.0.0
==================
* [`onValueSet`, `onValueChange`] deprecated, now => [`onSet`, `onChange`];
* add `onBeforeChange` `onBeforeSet`
* add `defineMode`
* add `defineMode`

0 comments on commit 9267432

Please sign in to comment.