@contentful/field-editor-markdown 1.0.5 → 1.1.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 +20 -0
- package/dist/field-editor-markdown.cjs.development.js +1 -1
- package/dist/field-editor-markdown.cjs.development.js.map +1 -1
- package/dist/field-editor-markdown.cjs.production.min.js +1 -1
- package/dist/field-editor-markdown.cjs.production.min.js.map +1 -1
- package/dist/field-editor-markdown.esm.js +1 -1
- package/dist/field-editor-markdown.esm.js.map +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,26 @@
|
|
|
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
|
+
## [1.1.3](https://github.com/contentful/field-editors/compare/@contentful/field-editor-markdown@1.1.2...@contentful/field-editor-markdown@1.1.3) (2022-02-15)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- bump f36 packages ([#1025](https://github.com/contentful/field-editors/issues/1025)) ([ec37a40](https://github.com/contentful/field-editors/commit/ec37a4000db7cd75c66dd9621136b2272c9feeea))
|
|
11
|
+
|
|
12
|
+
## [1.1.2](https://github.com/contentful/field-editors/compare/@contentful/field-editor-markdown@1.1.1...@contentful/field-editor-markdown@1.1.2) (2022-02-14)
|
|
13
|
+
|
|
14
|
+
**Note:** Version bump only for package @contentful/field-editor-markdown
|
|
15
|
+
|
|
16
|
+
## [1.1.1](https://github.com/contentful/field-editors/compare/@contentful/field-editor-markdown@1.1.0...@contentful/field-editor-markdown@1.1.1) (2022-02-01)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @contentful/field-editor-markdown
|
|
19
|
+
|
|
20
|
+
# [1.1.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-markdown@1.0.5...@contentful/field-editor-markdown@1.1.0) (2022-01-11)
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
- bump f36 packages to stable v4 [BAU-521] ([#988](https://github.com/contentful/field-editors/issues/988)) ([419cf56](https://github.com/contentful/field-editors/commit/419cf56692179b074fcfa2743469d5265ed98429))
|
|
25
|
+
|
|
6
26
|
## [1.0.5](https://github.com/contentful/field-editors/compare/@contentful/field-editor-markdown@1.0.4...@contentful/field-editor-markdown@1.0.5) (2021-12-23)
|
|
7
27
|
|
|
8
28
|
### Bug Fixes
|
|
@@ -2782,7 +2782,7 @@ var InsertLinkModal = function InsertLinkModal(_ref) {
|
|
|
2782
2782
|
setTitle(e.target.value);
|
|
2783
2783
|
},
|
|
2784
2784
|
testId: "link-title-field"
|
|
2785
|
-
}), React__default.createElement(f36Components.FormControl.HelpText, null, "
|
|
2785
|
+
}), React__default.createElement(f36Components.FormControl.HelpText, null, "Extra link information, usually shown as a tooltip on mouse hover")))), React__default.createElement(f36Components.ModalControls, null, React__default.createElement(f36Components.Button, {
|
|
2786
2786
|
testId: "insert-link-cancel",
|
|
2787
2787
|
onClick: function onClick() {
|
|
2788
2788
|
return onClose(false);
|