@atlaskit/editor-core 214.0.3 → 214.0.4
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 +8 -0
- package/dist/cjs/ui/Appearance/Comment/Comment.js +1 -1
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/ui/Appearance/Comment/Comment.js +1 -1
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/ui/Appearance/Comment/Comment.js +1 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 214.0.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`76ffc91d514f3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/76ffc91d514f3) -
|
|
8
|
+
Changed packages over to using the generic AIFC FG rather then an experiment
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 214.0.3
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -247,7 +247,7 @@ var CommentEditorWithIntl = exports.CommentEditorWithIntl = function CommentEdit
|
|
|
247
247
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
|
|
248
248
|
,
|
|
249
249
|
className: (0, _classnames.default)('ak-editor-content-area', {
|
|
250
|
-
'less-margin': width < _editorSharedStyles.akEditorMobileBreakoutPoint
|
|
250
|
+
'less-margin': width < _editorSharedStyles.akEditorMobileBreakoutPoint
|
|
251
251
|
}),
|
|
252
252
|
featureFlags: featureFlags,
|
|
253
253
|
viewMode: editorViewMode,
|
|
@@ -236,7 +236,7 @@ export const CommentEditorWithIntl = props => {
|
|
|
236
236
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
|
|
237
237
|
,
|
|
238
238
|
className: classnames('ak-editor-content-area', {
|
|
239
|
-
'less-margin': width < akEditorMobileBreakoutPoint
|
|
239
|
+
'less-margin': width < akEditorMobileBreakoutPoint
|
|
240
240
|
}),
|
|
241
241
|
featureFlags: featureFlags,
|
|
242
242
|
viewMode: editorViewMode,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "214.0.
|
|
2
|
+
export const version = "214.0.3";
|
|
@@ -236,7 +236,7 @@ export var CommentEditorWithIntl = function CommentEditorWithIntl(props) {
|
|
|
236
236
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
|
|
237
237
|
,
|
|
238
238
|
className: classnames('ak-editor-content-area', {
|
|
239
|
-
'less-margin': width < akEditorMobileBreakoutPoint
|
|
239
|
+
'less-margin': width < akEditorMobileBreakoutPoint
|
|
240
240
|
}),
|
|
241
241
|
featureFlags: featureFlags,
|
|
242
242
|
viewMode: editorViewMode,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "214.0.
|
|
2
|
+
export var version = "214.0.3";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "214.0.
|
|
3
|
+
"version": "214.0.4",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"uuid": "^3.1.0"
|
|
82
82
|
},
|
|
83
83
|
"peerDependencies": {
|
|
84
|
-
"@atlaskit/editor-common": "^110.
|
|
84
|
+
"@atlaskit/editor-common": "^110.3.0",
|
|
85
85
|
"@atlaskit/link-provider": "^4.0.0",
|
|
86
86
|
"@atlaskit/media-core": "^37.0.0",
|
|
87
87
|
"react": "^18.2.0",
|