@atlaskit/editor-plugin-type-ahead 3.1.6 → 3.1.7
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,13 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-type-ahead
|
|
2
2
|
|
|
3
|
+
## 3.1.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`20d3223b57972`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/20d3223b57972) -
|
|
8
|
+
Opted out of debounced portal provider
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 3.1.6
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -106,7 +106,9 @@ var factoryDecorations = exports.factoryDecorations = function factoryDecoration
|
|
|
106
106
|
reopenQuery: reopenQuery,
|
|
107
107
|
api: api
|
|
108
108
|
}));
|
|
109
|
-
}, typeaheadComponent, decorationId
|
|
109
|
+
}, typeaheadComponent, decorationId, undefined,
|
|
110
|
+
// @portal-render-immediately
|
|
111
|
+
true);
|
|
110
112
|
shouldFocusCursorInsideQuery = false;
|
|
111
113
|
return typeaheadComponent;
|
|
112
114
|
}, {
|
|
@@ -105,7 +105,9 @@ export const factoryDecorations = ({
|
|
|
105
105
|
reopenQuery: reopenQuery,
|
|
106
106
|
api: api
|
|
107
107
|
}));
|
|
108
|
-
}, typeaheadComponent, decorationId
|
|
108
|
+
}, typeaheadComponent, decorationId, undefined,
|
|
109
|
+
// @portal-render-immediately
|
|
110
|
+
true);
|
|
109
111
|
shouldFocusCursorInsideQuery = false;
|
|
110
112
|
return typeaheadComponent;
|
|
111
113
|
}, {
|
|
@@ -99,7 +99,9 @@ export var factoryDecorations = function factoryDecorations(_ref) {
|
|
|
99
99
|
reopenQuery: reopenQuery,
|
|
100
100
|
api: api
|
|
101
101
|
}));
|
|
102
|
-
}, typeaheadComponent, decorationId
|
|
102
|
+
}, typeaheadComponent, decorationId, undefined,
|
|
103
|
+
// @portal-render-immediately
|
|
104
|
+
true);
|
|
103
105
|
shouldFocusCursorInsideQuery = false;
|
|
104
106
|
return typeaheadComponent;
|
|
105
107
|
}, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-type-ahead",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.7",
|
|
4
4
|
"description": "Type-ahead plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@atlaskit/primitives": "^14.11.0",
|
|
48
48
|
"@atlaskit/prosemirror-input-rules": "^3.4.0",
|
|
49
49
|
"@atlaskit/theme": "^19.0.0",
|
|
50
|
-
"@atlaskit/tmp-editor-statsig": "^11.
|
|
50
|
+
"@atlaskit/tmp-editor-statsig": "^11.1.0",
|
|
51
51
|
"@atlaskit/tokens": "^6.0.0",
|
|
52
52
|
"@babel/runtime": "^7.0.0",
|
|
53
53
|
"@emotion/react": "^11.7.1",
|