@atlaskit/editor-plugin-type-ahead 2.7.0 → 2.7.1
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
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-type-ahead
|
|
2
2
|
|
|
3
|
+
## 2.7.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#153608](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/153608)
|
|
8
|
+
[`3fd5ce348dc5c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3fd5ce348dc5c) -
|
|
9
|
+
EDITOR-740 - cleanup FG platform_editor_update_type_ahead_locale
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 2.7.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
|
@@ -88,8 +88,8 @@ var factoryDecorations = exports.factoryDecorations = function factoryDecoration
|
|
|
88
88
|
nodeViewPortalProviderAPI.render(function () {
|
|
89
89
|
var _popupMountRef$curren, _popupMountRef$curren2, _popupMountRef$curren3;
|
|
90
90
|
return /*#__PURE__*/_react.default.createElement(_reactIntlNext.IntlProvider, {
|
|
91
|
-
defaultLocale:
|
|
92
|
-
locale: intl.locale ||
|
|
91
|
+
defaultLocale: intl.defaultLocale || 'en-US',
|
|
92
|
+
locale: intl.locale || 'en-US',
|
|
93
93
|
messages: intl.messages,
|
|
94
94
|
formats: intl.formats
|
|
95
95
|
}, /*#__PURE__*/_react.default.createElement(_WrapperTypeAhead.WrapperTypeAhead, {
|
|
@@ -87,8 +87,8 @@ export const factoryDecorations = ({
|
|
|
87
87
|
nodeViewPortalProviderAPI.render(() => {
|
|
88
88
|
var _popupMountRef$curren, _popupMountRef$curren2, _popupMountRef$curren3;
|
|
89
89
|
return /*#__PURE__*/React.createElement(IntlProvider, {
|
|
90
|
-
defaultLocale:
|
|
91
|
-
locale: intl.locale ||
|
|
90
|
+
defaultLocale: intl.defaultLocale || 'en-US',
|
|
91
|
+
locale: intl.locale || 'en-US',
|
|
92
92
|
messages: intl.messages,
|
|
93
93
|
formats: intl.formats
|
|
94
94
|
}, /*#__PURE__*/React.createElement(WrapperTypeAhead, {
|
|
@@ -81,8 +81,8 @@ export var factoryDecorations = function factoryDecorations(_ref) {
|
|
|
81
81
|
nodeViewPortalProviderAPI.render(function () {
|
|
82
82
|
var _popupMountRef$curren, _popupMountRef$curren2, _popupMountRef$curren3;
|
|
83
83
|
return /*#__PURE__*/React.createElement(IntlProvider, {
|
|
84
|
-
defaultLocale:
|
|
85
|
-
locale: intl.locale ||
|
|
84
|
+
defaultLocale: intl.defaultLocale || 'en-US',
|
|
85
|
+
locale: intl.locale || 'en-US',
|
|
86
86
|
messages: intl.messages,
|
|
87
87
|
formats: intl.formats
|
|
88
88
|
}, /*#__PURE__*/React.createElement(WrapperTypeAhead, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-type-ahead",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.1",
|
|
4
4
|
"description": "Type-ahead plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@atlaskit/adf-schema": "^47.6.0",
|
|
37
|
-
"@atlaskit/editor-common": "^105.
|
|
37
|
+
"@atlaskit/editor-common": "^105.2.0",
|
|
38
38
|
"@atlaskit/editor-element-browser": "^0.1.0",
|
|
39
39
|
"@atlaskit/editor-plugin-analytics": "^2.3.0",
|
|
40
40
|
"@atlaskit/editor-plugin-connectivity": "^2.0.0",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@atlaskit/primitives": "^14.7.0",
|
|
50
50
|
"@atlaskit/prosemirror-input-rules": "^3.3.0",
|
|
51
51
|
"@atlaskit/theme": "^18.0.0",
|
|
52
|
-
"@atlaskit/tmp-editor-statsig": "^4.
|
|
52
|
+
"@atlaskit/tmp-editor-statsig": "^4.21.0",
|
|
53
53
|
"@atlaskit/tokens": "^4.8.0",
|
|
54
54
|
"@babel/runtime": "^7.0.0",
|
|
55
55
|
"@emotion/react": "^11.7.1",
|
|
@@ -96,9 +96,6 @@
|
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"platform-feature-flags": {
|
|
99
|
-
"platform_editor_update_type_ahead_locale": {
|
|
100
|
-
"type": "boolean"
|
|
101
|
-
},
|
|
102
99
|
"platform_editor_legacy_content_macro_typeahead_fix": {
|
|
103
100
|
"type": "boolean"
|
|
104
101
|
},
|