@atlaskit/editor-core 215.14.4 → 215.14.6
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 +16 -0
- package/dist/cjs/ui/PluginSlot/index.js +1 -3
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/ui/PluginSlot/index.js +1 -3
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/ui/PluginSlot/index.js +1 -3
- package/dist/esm/version-wrapper.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 215.14.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`4eee48613bfa3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4eee48613bfa3) -
|
|
8
|
+
NOISSUE: allows experiment overrides to be set via url
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
11
|
+
## 215.14.5
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [`1861b4b83c67f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1861b4b83c67f) -
|
|
16
|
+
fix unsafe experiment usage for platform_editor_experience_tracking
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
|
|
3
19
|
## 215.14.4
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -49,9 +49,7 @@ var PluginSlot = function PluginSlot(_ref) {
|
|
|
49
49
|
containerElement: containerElement
|
|
50
50
|
}), (0, _react2.jsx)("div", {
|
|
51
51
|
css: pluginsComponentsWrapper,
|
|
52
|
-
"data-testid":
|
|
53
|
-
// @ts-expect-error - true is not allowed as a default value
|
|
54
|
-
(0, _expVal.expVal)('platform_editor_experience_tracking', 'isEnabled', true) ? 'plugins-components-wrapper' : undefined
|
|
52
|
+
"data-testid": (0, _expVal.expVal)('platform_editor_experience_tracking', 'isEnabled', false) ? 'plugins-components-wrapper' : undefined
|
|
55
53
|
}, items === null || items === void 0 ? void 0 : items.map(function (component, key) {
|
|
56
54
|
var props = {
|
|
57
55
|
key: key
|
|
@@ -42,9 +42,7 @@ const PluginSlot = ({
|
|
|
42
42
|
containerElement: containerElement
|
|
43
43
|
}), jsx("div", {
|
|
44
44
|
css: pluginsComponentsWrapper,
|
|
45
|
-
"data-testid":
|
|
46
|
-
// @ts-expect-error - true is not allowed as a default value
|
|
47
|
-
expVal('platform_editor_experience_tracking', 'isEnabled', true) ? 'plugins-components-wrapper' : undefined
|
|
45
|
+
"data-testid": expVal('platform_editor_experience_tracking', 'isEnabled', false) ? 'plugins-components-wrapper' : undefined
|
|
48
46
|
}, items === null || items === void 0 ? void 0 : items.map((component, key) => {
|
|
49
47
|
const props = {
|
|
50
48
|
key
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "215.14.
|
|
2
|
+
export const version = "215.14.5";
|
|
@@ -41,9 +41,7 @@ var PluginSlot = function PluginSlot(_ref) {
|
|
|
41
41
|
containerElement: containerElement
|
|
42
42
|
}), jsx("div", {
|
|
43
43
|
css: pluginsComponentsWrapper,
|
|
44
|
-
"data-testid":
|
|
45
|
-
// @ts-expect-error - true is not allowed as a default value
|
|
46
|
-
expVal('platform_editor_experience_tracking', 'isEnabled', true) ? 'plugins-components-wrapper' : undefined
|
|
44
|
+
"data-testid": expVal('platform_editor_experience_tracking', 'isEnabled', false) ? 'plugins-components-wrapper' : undefined
|
|
47
45
|
}, items === null || items === void 0 ? void 0 : items.map(function (component, key) {
|
|
48
46
|
var props = {
|
|
49
47
|
key: key
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "215.14.
|
|
2
|
+
export var version = "215.14.5";
|