@atlaskit/editor-core 219.3.6 → 219.3.8
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 +18 -0
- package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +136 -0
- package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-compiled.js +23 -16
- package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-emotion.js +3 -1
- package/dist/cjs/ui/EditorContentContainer/styles/findReplaceStyles.js +54 -1
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +136 -0
- package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-compiled.js +27 -17
- package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-emotion.js +4 -2
- package/dist/es2019/ui/EditorContentContainer/styles/findReplaceStyles.js +73 -0
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +136 -0
- package/dist/esm/ui/EditorContentContainer/EditorContentContainer-compiled.js +24 -17
- package/dist/esm/ui/EditorContentContainer/EditorContentContainer-emotion.js +4 -2
- package/dist/esm/ui/EditorContentContainer/styles/findReplaceStyles.js +53 -0
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/ui/EditorContentContainer/styles/findReplaceStyles.d.ts +1 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/findReplaceStyles.d.ts +1 -0
- package/package.json +9 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 219.3.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`eb4be1c0f981b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/eb4be1c0f981b) -
|
|
8
|
+
Migrate codeMarkStyles, gridStyles, fontSizeStyles, link, inlineNodeViewSharedStyles, and
|
|
9
|
+
backgroundColorStyles to Compiled CSS
|
|
10
|
+
|
|
11
|
+
## 219.3.7
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [`55ad279a5e823`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/55ad279a5e823) -
|
|
16
|
+
[ux] Support reference sync blocks by find and replace.
|
|
17
|
+
- [`813bbe2e7ab98`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/813bbe2e7ab98) -
|
|
18
|
+
migrated list style from emotion to compiled css
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
3
21
|
## 219.3.6
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|