@atlaskit/link-datasource 2.12.1 → 2.12.2

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/link-datasource
2
2
 
3
+ ## 2.12.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#137619](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/137619)
8
+ [`a91489985e535`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a91489985e535) -
9
+ [ux] Tab and Shift+Tab now dismisses the list of opened popup select options and allows users to
10
+ navigate to next or previous elements accordingly.
11
+
3
12
  ## 2.12.1
4
13
 
5
14
  ### Patch Changes
@@ -181,6 +181,7 @@ var FilterPopupSelect = exports.FilterPopupSelect = function FilterPopupSelect(_
181
181
  searchThreshold: -1,
182
182
  inputValue: searchTerm,
183
183
  closeMenuOnSelect: false,
184
+ shouldCloseMenuOnTab: false,
184
185
  hideSelectedOptions: false,
185
186
  isLoading: showLoading,
186
187
  placeholder: formatMessage(_messages.asyncPopupSelectMessages.selectPlaceholder),
@@ -134,6 +134,7 @@ export const FilterPopupSelect = ({
134
134
  searchThreshold: -1,
135
135
  inputValue: searchTerm,
136
136
  closeMenuOnSelect: false,
137
+ shouldCloseMenuOnTab: false,
137
138
  hideSelectedOptions: false,
138
139
  isLoading: showLoading,
139
140
  placeholder: formatMessage(asyncPopupSelectMessages.selectPlaceholder),
@@ -171,6 +171,7 @@ export var FilterPopupSelect = function FilterPopupSelect(_ref) {
171
171
  searchThreshold: -1,
172
172
  inputValue: searchTerm,
173
173
  closeMenuOnSelect: false,
174
+ shouldCloseMenuOnTab: false,
174
175
  hideSelectedOptions: false,
175
176
  isLoading: showLoading,
176
177
  placeholder: formatMessage(asyncPopupSelectMessages.selectPlaceholder),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "2.12.1",
3
+ "version": "2.12.2",
4
4
  "description": "UI Components to support linking platform dataset feature",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",