@contentful/field-editor-rich-text 2.3.0 → 2.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,20 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.3.3](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@2.3.2...@contentful/field-editor-rich-text@2.3.3) (2022-07-15)
7
+
8
+ **Note:** Version bump only for package @contentful/field-editor-rich-text
9
+
10
+ ## [2.3.2](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@2.3.1...@contentful/field-editor-rich-text@2.3.2) (2022-07-15)
11
+
12
+ ### Bug Fixes
13
+
14
+ - fix commands not working properly inside headings ([#1185](https://github.com/contentful/field-editors/issues/1185)) ([f792622](https://github.com/contentful/field-editors/commit/f7926223ca18e3bdf8626885546198940dd474a8))
15
+
16
+ ## [2.3.1](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@2.3.0...@contentful/field-editor-rich-text@2.3.1) (2022-07-12)
17
+
18
+ **Note:** Version bump only for package @contentful/field-editor-rich-text
19
+
6
20
  # [2.3.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@2.2.1...@contentful/field-editor-rich-text@2.3.0) (2022-07-11)
7
21
 
8
22
  ### Features
@@ -3289,7 +3289,7 @@ var createHeadingPlugin = function createHeadingPlugin() {
3289
3289
  match: {
3290
3290
  type: Contentful.BLOCKS.LIST_ITEM
3291
3291
  }
3292
- });
3292
+ }) && !plateCore.isMarkActive(editor, COMMAND_PROMPT);
3293
3293
  }
3294
3294
  }
3295
3295
  }]