@atlaskit/editor-plugin-type-ahead 0.7.8 → 0.8.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 +12 -0
- package/dist/cjs/messages.js +1 -1
- package/dist/es2019/messages.js +1 -1
- package/dist/esm/messages.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-type-ahead
|
|
2
2
|
|
|
3
|
+
## 0.8.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 0.8.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [#59258](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59258) [`8776707df7cd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8776707df7cd) - ECA11Y-48 Updated assistive text
|
|
14
|
+
|
|
3
15
|
## 0.7.8
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/dist/cjs/messages.js
CHANGED
|
@@ -58,7 +58,7 @@ var typeAheadListMessages = exports.typeAheadListMessages = (0, _reactIntlNext.d
|
|
|
58
58
|
},
|
|
59
59
|
searchResultsLabel: {
|
|
60
60
|
id: 'fabric.editor.searchResults',
|
|
61
|
-
defaultMessage: '{itemsLength, plural, one {# search result} other {# search results}} available',
|
|
61
|
+
defaultMessage: '{itemsLength, plural, one {# search result} other {# search results}} available. Use Up and Down arrow keys to navigate amongst the options. Press Enter to select an option.',
|
|
62
62
|
description: 'Assistive text to the user when using typeahead shortcut and it preceeds with a number - Ex: 10 search results available'
|
|
63
63
|
},
|
|
64
64
|
noSearchResultsLabel: {
|
package/dist/es2019/messages.js
CHANGED
|
@@ -52,7 +52,7 @@ export const typeAheadListMessages = defineMessages({
|
|
|
52
52
|
},
|
|
53
53
|
searchResultsLabel: {
|
|
54
54
|
id: 'fabric.editor.searchResults',
|
|
55
|
-
defaultMessage: '{itemsLength, plural, one {# search result} other {# search results}} available',
|
|
55
|
+
defaultMessage: '{itemsLength, plural, one {# search result} other {# search results}} available. Use Up and Down arrow keys to navigate amongst the options. Press Enter to select an option.',
|
|
56
56
|
description: 'Assistive text to the user when using typeahead shortcut and it preceeds with a number - Ex: 10 search results available'
|
|
57
57
|
},
|
|
58
58
|
noSearchResultsLabel: {
|
package/dist/esm/messages.js
CHANGED
|
@@ -52,7 +52,7 @@ export var typeAheadListMessages = defineMessages({
|
|
|
52
52
|
},
|
|
53
53
|
searchResultsLabel: {
|
|
54
54
|
id: 'fabric.editor.searchResults',
|
|
55
|
-
defaultMessage: '{itemsLength, plural, one {# search result} other {# search results}} available',
|
|
55
|
+
defaultMessage: '{itemsLength, plural, one {# search result} other {# search results}} available. Use Up and Down arrow keys to navigate amongst the options. Press Enter to select an option.',
|
|
56
56
|
description: 'Assistive text to the user when using typeahead shortcut and it preceeds with a number - Ex: 10 search results available'
|
|
57
57
|
},
|
|
58
58
|
noSearchResultsLabel: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-type-ahead",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.1",
|
|
4
4
|
"description": "Type-ahead plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@atlaskit/adf-schema": "^35.0.0",
|
|
35
35
|
"@atlaskit/analytics-next": "^9.1.0",
|
|
36
|
-
"@atlaskit/editor-common": "^76.
|
|
37
|
-
"@atlaskit/editor-plugin-analytics": "^0.
|
|
36
|
+
"@atlaskit/editor-common": "^76.26.0",
|
|
37
|
+
"@atlaskit/editor-plugin-analytics": "^0.4.0",
|
|
38
38
|
"@atlaskit/editor-prosemirror": "1.1.0",
|
|
39
39
|
"@atlaskit/editor-shared-styles": "^2.8.0",
|
|
40
40
|
"@atlaskit/menu": "^2.1.0",
|