@atlaskit/editor-plugin-code-bidi-warning 1.1.4 → 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 +39 -27
  2. package/LICENSE.md +6 -8
  3. package/package.json +87 -89
package/CHANGELOG.md CHANGED
@@ -1,86 +1,98 @@
1
1
  # @atlaskit/editor-plugin-code-bidi-warning
2
2
 
3
+ ## 1.1.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 1.1.5
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 1.1.4
4
16
 
5
17
  ### Patch Changes
6
18
 
7
- - Updated dependencies
19
+ - Updated dependencies
8
20
 
9
21
  ## 1.1.3
10
22
 
11
23
  ### Patch Changes
12
24
 
13
- - Updated dependencies
25
+ - Updated dependencies
14
26
 
15
27
  ## 1.1.2
16
28
 
17
29
  ### Patch Changes
18
30
 
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
31
+ - [#97698](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97698)
32
+ [`1c7b378c0d3b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1c7b378c0d3b) -
33
+ [HOT-108999] We had an incident where the cursor jumps back a character in table headers for any
34
+ language triggering composition on an empty line.This was fixed in a patch bump of
35
+ prosemirror-view. https://github.com/ProseMirror/prosemirror-view/compare/1.33.4...1.33.5
24
36
 
25
37
  ## 1.1.1
26
38
 
27
39
  ### Patch Changes
28
40
 
29
- - Updated dependencies
41
+ - Updated dependencies
30
42
 
31
43
  ## 1.1.0
32
44
 
33
45
  ### Minor Changes
34
46
 
35
- - [#91934](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91934)
36
- [`b76a78c6a199`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b76a78c6a199) -
37
- bumped editor-prosemirror version to 4.0.0
47
+ - [#91934](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91934)
48
+ [`b76a78c6a199`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b76a78c6a199) -
49
+ bumped editor-prosemirror version to 4.0.0
38
50
 
39
51
  ### Patch Changes
40
52
 
41
- - Updated dependencies
53
+ - Updated dependencies
42
54
 
43
55
  ## 1.0.2
44
56
 
45
57
  ### Patch Changes
46
58
 
47
- - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
48
- [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
49
- Upgrade Typescript from `4.9.5` to `5.4.2`
59
+ - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
60
+ [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
61
+ Upgrade Typescript from `4.9.5` to `5.4.2`
50
62
 
51
63
  ## 1.0.1
52
64
 
53
65
  ### Patch Changes
54
66
 
55
- - Updated dependencies
67
+ - Updated dependencies
56
68
 
57
69
  ## 1.0.0
58
70
 
59
71
  ### Major Changes
60
72
 
61
- - [#72386](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72386)
62
- [`0c52b0be40c1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0c52b0be40c1) -
63
- This changeset exists to bump all editor plugins that currently don't have a major version. This
64
- is to address an issue with Jira plugin consumption.
73
+ - [#72386](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72386)
74
+ [`0c52b0be40c1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0c52b0be40c1) -
75
+ This changeset exists to bump all editor plugins that currently don't have a major version. This
76
+ is to address an issue with Jira plugin consumption.
65
77
 
66
78
  ## 0.1.3
67
79
 
68
80
  ### Patch Changes
69
81
 
70
- - [#68572](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68572)
71
- [`15d407fe5143`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/15d407fe5143) -
72
- Upgrading @atlaskit/editor-prosemirror dependency
82
+ - [#68572](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68572)
83
+ [`15d407fe5143`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/15d407fe5143) -
84
+ Upgrading @atlaskit/editor-prosemirror dependency
73
85
 
74
86
  ## 0.1.2
75
87
 
76
88
  ### Patch Changes
77
89
 
78
- - Updated dependencies
90
+ - Updated dependencies
79
91
 
80
92
  ## 0.1.1
81
93
 
82
94
  ### Patch Changes
83
95
 
84
- - [#65802](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/65802)
85
- [`438ead060875`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/438ead060875) -
86
- Ensure all editor plugins are marked as singletons
96
+ - [#65802](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/65802)
97
+ [`438ead060875`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/438ead060875) -
98
+ Ensure all editor plugins are marked as singletons
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,90 +1,88 @@
1
1
  {
2
- "name": "@atlaskit/editor-plugin-code-bidi-warning",
3
- "version": "1.1.4",
4
- "description": "Code bidi warning plugin for @atlaskit/editor-core.",
5
- "author": "Atlassian Pty Ltd",
6
- "license": "Apache-2.0",
7
- "publishConfig": {
8
- "registry": "https://registry.npmjs.org/"
9
- },
10
- "atlassian": {
11
- "team": "Editor: Scarlet",
12
- "singleton": true,
13
- "inPublicMirror": false,
14
- "releaseModel": "continuous",
15
- "runReact18": false
16
- },
17
- "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
18
- "main": "dist/cjs/index.js",
19
- "module": "dist/esm/index.js",
20
- "module:es2019": "dist/es2019/index.js",
21
- "types": "dist/types/index.d.ts",
22
- "typesVersions": {
23
- ">=4.5 <4.9": {
24
- "*": [
25
- "dist/types-ts4.5/*",
26
- "dist/types-ts4.5/index.d.ts"
27
- ]
28
- }
29
- },
30
- "sideEffects": false,
31
- "atlaskit:src": "src/index.ts",
32
- "af:exports": {
33
- ".": "./src/index.ts"
34
- },
35
- "dependencies": {
36
- "@atlaskit/code": "^15.2.0",
37
- "@atlaskit/editor-common": "^81.0.0",
38
- "@atlaskit/editor-prosemirror": "4.0.1",
39
- "@babel/runtime": "^7.0.0"
40
- },
41
- "peerDependencies": {
42
- "react": "^16.8.0",
43
- "react-dom": "^16.8.0"
44
- },
45
- "devDependencies": {
46
- "@af/integration-testing": "*",
47
- "@af/visual-regression": "*",
48
- "@atlaskit/ssr": "*",
49
- "@atlaskit/visual-regression": "*",
50
- "@atlassian/atlassian-frontend-prettier-config-1.0.0": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.0",
51
- "@testing-library/react": "^12.1.5",
52
- "react-dom": "^16.8.0",
53
- "typescript": "~5.4.2",
54
- "wait-for-expect": "^1.2.0"
55
- },
56
- "techstack": {
57
- "@atlassian/frontend": {
58
- "import-structure": [
59
- "atlassian-conventions"
60
- ],
61
- "circular-dependencies": [
62
- "file-and-folder-level"
63
- ]
64
- },
65
- "@repo/internal": {
66
- "dom-events": "use-bind-event-listener",
67
- "analytics": [
68
- "analytics-next"
69
- ],
70
- "design-tokens": [
71
- "color"
72
- ],
73
- "theming": [
74
- "react-context"
75
- ],
76
- "ui-components": [
77
- "lite-mode"
78
- ],
79
- "deprecation": "no-deprecated-imports",
80
- "styling": [
81
- "emotion",
82
- "emotion"
83
- ],
84
- "imports": [
85
- "import-no-extraneous-disable-for-examples-and-docs"
86
- ]
87
- }
88
- },
89
- "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.0"
90
- }
2
+ "name": "@atlaskit/editor-plugin-code-bidi-warning",
3
+ "version": "1.1.6",
4
+ "description": "Code bidi warning plugin for @atlaskit/editor-core.",
5
+ "author": "Atlassian Pty Ltd",
6
+ "license": "Apache-2.0",
7
+ "publishConfig": {
8
+ "registry": "https://registry.npmjs.org/"
9
+ },
10
+ "atlassian": {
11
+ "team": "Editor: Scarlet",
12
+ "singleton": true,
13
+ "inPublicMirror": false,
14
+ "releaseModel": "continuous",
15
+ "runReact18": false
16
+ },
17
+ "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
18
+ "main": "dist/cjs/index.js",
19
+ "module": "dist/esm/index.js",
20
+ "module:es2019": "dist/es2019/index.js",
21
+ "types": "dist/types/index.d.ts",
22
+ "typesVersions": {
23
+ ">=4.5 <4.9": {
24
+ "*": [
25
+ "dist/types-ts4.5/*",
26
+ "dist/types-ts4.5/index.d.ts"
27
+ ]
28
+ }
29
+ },
30
+ "sideEffects": false,
31
+ "atlaskit:src": "src/index.ts",
32
+ "af:exports": {
33
+ ".": "./src/index.ts"
34
+ },
35
+ "dependencies": {
36
+ "@atlaskit/code": "^15.3.0",
37
+ "@atlaskit/editor-common": "^83.0.0",
38
+ "@atlaskit/editor-prosemirror": "4.0.1",
39
+ "@babel/runtime": "^7.0.0"
40
+ },
41
+ "peerDependencies": {
42
+ "react": "^16.8.0",
43
+ "react-dom": "^16.8.0"
44
+ },
45
+ "devDependencies": {
46
+ "@af/integration-testing": "*",
47
+ "@af/visual-regression": "*",
48
+ "@atlaskit/ssr": "*",
49
+ "@atlaskit/visual-regression": "*",
50
+ "@testing-library/react": "^12.1.5",
51
+ "react-dom": "^16.8.0",
52
+ "typescript": "~5.4.2",
53
+ "wait-for-expect": "^1.2.0"
54
+ },
55
+ "techstack": {
56
+ "@atlassian/frontend": {
57
+ "import-structure": [
58
+ "atlassian-conventions"
59
+ ],
60
+ "circular-dependencies": [
61
+ "file-and-folder-level"
62
+ ]
63
+ },
64
+ "@repo/internal": {
65
+ "dom-events": "use-bind-event-listener",
66
+ "analytics": [
67
+ "analytics-next"
68
+ ],
69
+ "design-tokens": [
70
+ "color"
71
+ ],
72
+ "theming": [
73
+ "react-context"
74
+ ],
75
+ "ui-components": [
76
+ "lite-mode"
77
+ ],
78
+ "deprecation": "no-deprecated-imports",
79
+ "styling": [
80
+ "emotion",
81
+ "emotion"
82
+ ],
83
+ "imports": [
84
+ "import-no-extraneous-disable-for-examples-and-docs"
85
+ ]
86
+ }
87
+ }
88
+ }