@atlaskit/editor-plugin-accessibility-utils 1.1.5 → 1.1.6

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 (3) hide show
  1. package/CHANGELOG.md +24 -18
  2. package/LICENSE.md +6 -8
  3. package/package.json +2 -4
package/CHANGELOG.md CHANGED
@@ -1,57 +1,63 @@
1
1
  # @atlaskit/editor-plugin-accessibility-utils
2
2
 
3
+ ## 1.1.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 1.1.5
4
10
 
5
11
  ### Patch Changes
6
12
 
7
- - Updated dependencies
13
+ - Updated dependencies
8
14
 
9
15
  ## 1.1.4
10
16
 
11
17
  ### Patch Changes
12
18
 
13
- - Updated dependencies
19
+ - Updated dependencies
14
20
 
15
21
  ## 1.1.3
16
22
 
17
23
  ### Patch Changes
18
24
 
19
- - [#97698](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97698)
20
- [`1c7b378c0d3b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1c7b378c0d3b) -
21
- [HOT-108999] We had an incident where the cursor jumps back a character in table headers for any
22
- language triggering composition on an empty line.This was fixed in a patch bump of
23
- prosemirror-view. https://github.com/ProseMirror/prosemirror-view/compare/1.33.4...1.33.5
25
+ - [#97698](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97698)
26
+ [`1c7b378c0d3b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1c7b378c0d3b) -
27
+ [HOT-108999] We had an incident where the cursor jumps back a character in table headers for any
28
+ language triggering composition on an empty line.This was fixed in a patch bump of
29
+ prosemirror-view. https://github.com/ProseMirror/prosemirror-view/compare/1.33.4...1.33.5
24
30
 
25
31
  ## 1.1.2
26
32
 
27
33
  ### Patch Changes
28
34
 
29
- - Updated dependencies
35
+ - Updated dependencies
30
36
 
31
37
  ## 1.1.1
32
38
 
33
39
  ### Patch Changes
34
40
 
35
- - [#85498](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/85498)
36
- [`07b576a5241d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/07b576a5241d) -
37
- [ux] [ECA11Y-17] Added the ability to pass additional props to aria live region
41
+ - [#85498](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/85498)
42
+ [`07b576a5241d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/07b576a5241d) -
43
+ [ux] [ECA11Y-17] Added the ability to pass additional props to aria live region
38
44
 
39
45
  ## 1.1.0
40
46
 
41
47
  ### Minor Changes
42
48
 
43
- - [#91934](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91934)
44
- [`b76a78c6a199`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b76a78c6a199) -
45
- bumped editor-prosemirror version to 4.0.0
49
+ - [#91934](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91934)
50
+ [`b76a78c6a199`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b76a78c6a199) -
51
+ bumped editor-prosemirror version to 4.0.0
46
52
 
47
53
  ### Patch Changes
48
54
 
49
- - Updated dependencies
55
+ - Updated dependencies
50
56
 
51
57
  ## 1.0.1
52
58
 
53
59
  ### Patch Changes
54
60
 
55
- - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
56
- [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
57
- Upgrade Typescript from `4.9.5` to `5.4.2`
61
+ - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
62
+ [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
63
+ Upgrade Typescript from `4.9.5` to `5.4.2`
package/LICENSE.md CHANGED
@@ -1,13 +1,11 @@
1
1
  Copyright 2023 Atlassian Pty Ltd
2
2
 
3
- Licensed under the Apache License, Version 2.0 (the "License");
4
- you may not use this file except in compliance with the License.
5
- You may obtain a copy of the License at
3
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in
4
+ compliance with the License. You may obtain a copy of the License at
6
5
 
7
6
  http://www.apache.org/licenses/LICENSE-2.0
8
7
 
9
- Unless required by applicable law or agreed to in writing, software
10
- distributed under the License is distributed on an "AS IS" BASIS,
11
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- See the License for the specific language governing permissions and
13
- limitations under the License.
8
+ Unless required by applicable law or agreed to in writing, software distributed under the License is
9
+ distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
10
+ implied. See the License for the specific language governing permissions and limitations under the
11
+ License.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-accessibility-utils",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "description": "Accessibility utils for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -32,7 +32,7 @@
32
32
  ".": "./src/index.ts"
33
33
  },
34
34
  "dependencies": {
35
- "@atlaskit/editor-common": "^81.0.0",
35
+ "@atlaskit/editor-common": "^82.0.0",
36
36
  "@atlaskit/editor-prosemirror": "4.0.1",
37
37
  "@atlaskit/visually-hidden": "^1.3.0",
38
38
  "@babel/runtime": "^7.0.0"
@@ -45,7 +45,6 @@
45
45
  "@af/visual-regression": "*",
46
46
  "@atlaskit/ssr": "*",
47
47
  "@atlaskit/visual-regression": "*",
48
- "@atlassian/atlassian-frontend-prettier-config-1.0.0": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.0",
49
48
  "@testing-library/react": "^12.1.5",
50
49
  "react-dom": "^16.8.0",
51
50
  "typescript": "~5.4.2",
@@ -84,6 +83,5 @@
84
83
  ]
85
84
  }
86
85
  },
87
- "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.0",
88
86
  "platform-feature-flags": {}
89
87
  }