We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2065a10 commit 6fb5817Copy full SHA for 6fb5817
3 files changed
CHANGELOG.md
@@ -6,6 +6,19 @@ All notable changes to [@bpmn-io/feel-editor](https://github.com/bpmn-io/feel-ed
6
7
___Note:__ Yet to be released changes appear here._
8
9
+## 2.0.0
10
+
11
+* `CHORE`: turn into ES module ([#80](https://github.com/bpmn-io/feel-editor/pull/80))
12
+* `CHORE`: drop CJS distribution ([#80](https://github.com/bpmn-io/feel-editor/pull/80))
13
+* `DEPS`: update `codemirror` dependencies
14
+* `DEPS`: update to `@bpmn-io/feel-lint@3.0.0`
15
+* `DEPS`: update to `@bpmn-io/lang-feel@3.0.0`
16
+* `DEPS`: update to `@lezer/highlight@1.2.3`
17
18
+### Breaking Changes
19
20
+* Drop CJS distribution. To require from CJS use `Node >= 20.12.0`
21
22
## 1.12.1
23
24
* `FIX`: update jsDoc to reflect actual implementation ([#74](https://github.com/bpmn-io/feel-editor/pull/74))
0 commit comments