@atlaskit/editor-json-transformer 8.30.0 → 8.31.0
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 +11 -15
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @atlaskit/editor-json-transformer
|
|
2
2
|
|
|
3
|
+
## 8.31.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`5167552fe1a93`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5167552fe1a93) -
|
|
8
|
+
[EDITOR-2339] Bump @atlaskit/adf-schema to 51.3.0
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
3
14
|
## 8.30.0
|
|
4
15
|
|
|
5
16
|
### Minor Changes
|
|
@@ -899,16 +910,13 @@
|
|
|
899
910
|
@atlaskit/adf-schema to their own entry points. These new entry points are as follows
|
|
900
911
|
|
|
901
912
|
@atlaskit/adf-schema/schema-bitbucket for:
|
|
902
|
-
|
|
903
913
|
- bitbucketSchema
|
|
904
914
|
|
|
905
915
|
@atlaskit/adf-schema/schema-confluence for:
|
|
906
|
-
|
|
907
916
|
- confluenceSchema
|
|
908
917
|
- confluenceSchemaWithMediaSingle
|
|
909
918
|
|
|
910
919
|
@atlaskit/adf-schema/schema-jira for:
|
|
911
|
-
|
|
912
920
|
- default as createJIRASchema
|
|
913
921
|
- isSchemaWithLists
|
|
914
922
|
- isSchemaWithMentions
|
|
@@ -923,7 +931,6 @@
|
|
|
923
931
|
- isSchemaWithTables
|
|
924
932
|
|
|
925
933
|
@atlaskit/adf-schema/schema-default for:
|
|
926
|
-
|
|
927
934
|
- defaultSchema
|
|
928
935
|
- getSchemaBasedOnStage
|
|
929
936
|
- defaultSchemaConfig
|
|
@@ -973,7 +980,6 @@
|
|
|
973
980
|
|
|
974
981
|
- [`c6feed82071`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c6feed82071) -
|
|
975
982
|
ED-11632: Bump prosemirror packages;
|
|
976
|
-
|
|
977
983
|
- prosmirror-commands 1.1.4 -> 1.1.11,
|
|
978
984
|
- prosemirror-model 1.11.0 -> 1.14.3,
|
|
979
985
|
- prosemirror-state 1.3.3 -> 1.3.4,
|
|
@@ -1664,7 +1670,6 @@
|
|
|
1664
1670
|
|
|
1665
1671
|
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
1666
1672
|
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
1667
|
-
|
|
1668
1673
|
- @atlaskit/docs@8.3.2
|
|
1669
1674
|
- @atlaskit/adf-schema@6.1.1
|
|
1670
1675
|
- @atlaskit/editor-bitbucket-transformer@6.2.15
|
|
@@ -2199,7 +2204,6 @@ Bumped dependencies.
|
|
|
2199
2204
|
- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
|
|
2200
2205
|
|
|
2201
2206
|
In this PR, we are:
|
|
2202
|
-
|
|
2203
2207
|
- Re-introducing dist build folders
|
|
2204
2208
|
- Adding back cjs
|
|
2205
2209
|
- Replacing es5 by cjs and es2015 by esm
|
|
@@ -2220,7 +2224,6 @@ Bumped dependencies.
|
|
|
2220
2224
|
## 6.1.0
|
|
2221
2225
|
|
|
2222
2226
|
- [minor][79f0ef0601](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/79f0ef0601):
|
|
2223
|
-
|
|
2224
2227
|
- Use strict tsconfig to compile editor packages
|
|
2225
2228
|
|
|
2226
2229
|
## 6.0.2
|
|
@@ -2240,7 +2243,6 @@ Bumped dependencies.
|
|
|
2240
2243
|
## 6.0.0
|
|
2241
2244
|
|
|
2242
2245
|
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
2243
|
-
|
|
2244
2246
|
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
2245
2247
|
this package, please ensure you use at least this version of react and react-dom.
|
|
2246
2248
|
|
|
@@ -2274,13 +2276,11 @@ Bumped dependencies.
|
|
|
2274
2276
|
## 5.0.1
|
|
2275
2277
|
|
|
2276
2278
|
- [patch][1bcaa1b991](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1bcaa1b991):
|
|
2277
|
-
|
|
2278
2279
|
- Add npmignore for index.ts to prevent some jest tests from resolving that instead of index.js
|
|
2279
2280
|
|
|
2280
2281
|
## 5.0.0
|
|
2281
2282
|
|
|
2282
2283
|
- [major][9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
|
|
2283
|
-
|
|
2284
2284
|
- Dropped ES5 distributables from the typescript packages
|
|
2285
2285
|
|
|
2286
2286
|
## 4.3.5
|
|
@@ -2327,13 +2327,11 @@ Bumped dependencies.
|
|
|
2327
2327
|
## 4.3.0
|
|
2328
2328
|
|
|
2329
2329
|
- [minor][1eb20bca95](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1eb20bca95):
|
|
2330
|
-
|
|
2331
2330
|
- ED-6368: No implicit any for editor-\*-transformer packages
|
|
2332
2331
|
|
|
2333
2332
|
## 4.2.0
|
|
2334
2333
|
|
|
2335
2334
|
- [minor][7697e275b0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7697e275b0):
|
|
2336
|
-
|
|
2337
2335
|
- Expose the possibility of encoding a single node
|
|
2338
2336
|
|
|
2339
2337
|
## 4.1.12
|
|
@@ -2364,7 +2362,6 @@ Bumped dependencies.
|
|
|
2364
2362
|
## 4.1.9
|
|
2365
2363
|
|
|
2366
2364
|
- [patch][557a2b5734](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/557a2b5734):
|
|
2367
|
-
|
|
2368
2365
|
- ED-5788: bump prosemirror-view and prosemirror-model
|
|
2369
2366
|
|
|
2370
2367
|
## 4.1.8
|
|
@@ -2435,7 +2432,6 @@ Bumped dependencies.
|
|
|
2435
2432
|
## 4.1.0
|
|
2436
2433
|
|
|
2437
2434
|
- [minor][1205725](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1205725):
|
|
2438
|
-
|
|
2439
2435
|
- Move schema to its own package
|
|
2440
2436
|
|
|
2441
2437
|
## 4.0.25
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-json-transformer",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.31.0",
|
|
4
4
|
"description": "JSON transformer",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@atlaskit/adf-schema": "^51.
|
|
33
|
-
"@atlaskit/adf-utils": "^19.
|
|
32
|
+
"@atlaskit/adf-schema": "^51.3.0",
|
|
33
|
+
"@atlaskit/adf-utils": "^19.25.0",
|
|
34
34
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
35
35
|
"@babel/runtime": "^7.0.0",
|
|
36
36
|
"lodash": "^4.17.21"
|