@atlaskit/editor-plugin-accessibility-utils 1.1.1 → 1.1.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +26 -4
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,23 +1,45 @@
1
1
  # @atlaskit/editor-plugin-accessibility-utils
2
2
 
3
+ ## 1.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#97698](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97698)
8
+ [`1c7b378c0d3b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1c7b378c0d3b) -
9
+ [HOT-108999] We had an incident where the cursor jumps back a character in table headers for any
10
+ language triggering composition on an empty line.This was fixed in a patch bump of
11
+ prosemirror-view. https://github.com/ProseMirror/prosemirror-view/compare/1.33.4...1.33.5
12
+
13
+ ## 1.1.2
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+
3
19
  ## 1.1.1
4
20
 
5
21
  ### Patch Changes
6
22
 
7
- - [#85498](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/85498) [`07b576a5241d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/07b576a5241d) - [ux] [ECA11Y-17] Added the ability to pass additional props to aria live region
23
+ - [#85498](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/85498)
24
+ [`07b576a5241d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/07b576a5241d) -
25
+ [ux] [ECA11Y-17] Added the ability to pass additional props to aria live region
8
26
 
9
27
  ## 1.1.0
10
28
 
11
29
  ### Minor Changes
12
30
 
13
- - [#91934](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91934) [`b76a78c6a199`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b76a78c6a199) - bumped editor-prosemirror version to 4.0.0
31
+ - [#91934](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91934)
32
+ [`b76a78c6a199`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b76a78c6a199) -
33
+ bumped editor-prosemirror version to 4.0.0
14
34
 
15
35
  ### Patch Changes
16
36
 
17
- - Updated dependencies
37
+ - Updated dependencies
18
38
 
19
39
  ## 1.0.1
20
40
 
21
41
  ### Patch Changes
22
42
 
23
- - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116) [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) - Upgrade Typescript from `4.9.5` to `5.4.2`
43
+ - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
44
+ [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
45
+ Upgrade Typescript from `4.9.5` to `5.4.2`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-accessibility-utils",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "description": "Accessibility utils for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -32,9 +32,9 @@
32
32
  ".": "./src/index.ts"
33
33
  },
34
34
  "dependencies": {
35
- "@atlaskit/editor-common": "^78.33.0",
36
- "@atlaskit/editor-prosemirror": "4.0.0",
37
- "@atlaskit/visually-hidden": "^1.2.2",
35
+ "@atlaskit/editor-common": "^79.1.0",
36
+ "@atlaskit/editor-prosemirror": "4.0.1",
37
+ "@atlaskit/visually-hidden": "^1.3.0",
38
38
  "@babel/runtime": "^7.0.0"
39
39
  },
40
40
  "peerDependencies": {