@atlaskit/editor-core 219.3.7 → 219.4.0
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 +19 -0
- package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +154 -0
- package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-compiled.js +13 -13
- package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-emotion.js +3 -1
- package/dist/cjs/ui/EditorContentContainer/styles/resizerStyles.js +42 -1
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +154 -0
- package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-compiled.js +13 -13
- package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-emotion.js +4 -2
- package/dist/es2019/ui/EditorContentContainer/styles/resizerStyles.js +58 -0
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +154 -0
- package/dist/esm/ui/EditorContentContainer/EditorContentContainer-compiled.js +13 -13
- package/dist/esm/ui/EditorContentContainer/EditorContentContainer-emotion.js +4 -2
- package/dist/esm/ui/EditorContentContainer/styles/resizerStyles.js +41 -0
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/ui/EditorContentContainer/styles/resizerStyles.d.ts +5 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/resizerStyles.d.ts +5 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 219.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`a9b1b25b3ec98`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a9b1b25b3ec98) -
|
|
8
|
+
[ux] CTD-6569 add vertical resize for database native embed in pages
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
14
|
+
## 219.3.8
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- [`eb4be1c0f981b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/eb4be1c0f981b) -
|
|
19
|
+
Migrate codeMarkStyles, gridStyles, fontSizeStyles, link, inlineNodeViewSharedStyles, and
|
|
20
|
+
backgroundColorStyles to Compiled CSS
|
|
21
|
+
|
|
3
22
|
## 219.3.7
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|