@atlaskit/editor-plugin-insert-block 3.3.0 → 3.3.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-insert-block
|
|
2
2
|
|
|
3
|
+
## 3.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#175546](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/175546)
|
|
8
|
+
[`1b24bd01d2634`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1b24bd01d2634) -
|
|
9
|
+
[EDITOR-636] Remove fg editor_a11y_tab_does_not_close_menus
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 3.3.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
|
@@ -185,7 +185,7 @@ var InsertMenu = function InsertMenu(_ref) {
|
|
|
185
185
|
}, (0, _react2.jsx)(ElementBrowserWrapper, {
|
|
186
186
|
handleClickOutside: toggleVisiblity,
|
|
187
187
|
handleEscapeKeydown: toggleVisiblity,
|
|
188
|
-
closeOnTab:
|
|
188
|
+
closeOnTab: false
|
|
189
189
|
}, (0, _react2.jsx)(_elementBrowser.ElementBrowser, {
|
|
190
190
|
mode: "inline",
|
|
191
191
|
getItems: getItems,
|
|
@@ -158,7 +158,7 @@ const InsertMenu = ({
|
|
|
158
158
|
}, jsx(ElementBrowserWrapper, {
|
|
159
159
|
handleClickOutside: toggleVisiblity,
|
|
160
160
|
handleEscapeKeydown: toggleVisiblity,
|
|
161
|
-
closeOnTab:
|
|
161
|
+
closeOnTab: false
|
|
162
162
|
}, jsx(ElementBrowser, {
|
|
163
163
|
mode: "inline",
|
|
164
164
|
getItems: getItems,
|
|
@@ -182,7 +182,7 @@ var InsertMenu = function InsertMenu(_ref) {
|
|
|
182
182
|
}, jsx(ElementBrowserWrapper, {
|
|
183
183
|
handleClickOutside: toggleVisiblity,
|
|
184
184
|
handleEscapeKeydown: toggleVisiblity,
|
|
185
|
-
closeOnTab:
|
|
185
|
+
closeOnTab: false
|
|
186
186
|
}, jsx(ElementBrowser, {
|
|
187
187
|
mode: "inline",
|
|
188
188
|
getItems: getItems,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-insert-block",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.1",
|
|
4
4
|
"description": "Insert block plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -133,9 +133,6 @@
|
|
|
133
133
|
"platform_editor_toolbar_responsive_fixes": {
|
|
134
134
|
"type": "boolean"
|
|
135
135
|
},
|
|
136
|
-
"editor_a11y_tab_does_not_close_menus": {
|
|
137
|
-
"type": "boolean"
|
|
138
|
-
},
|
|
139
136
|
"platform_editor_ease_of_use_metrics": {
|
|
140
137
|
"type": "boolean"
|
|
141
138
|
},
|