@atlaskit/editor-json-transformer 8.29.1 → 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 +22 -15
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
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
|
+
|
|
14
|
+
## 8.30.0
|
|
15
|
+
|
|
16
|
+
### Minor Changes
|
|
17
|
+
|
|
18
|
+
- [`687c1b8fa7801`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/687c1b8fa7801) -
|
|
19
|
+
EDITOR-1566 bump adf-schema + update validator
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- Updated dependencies
|
|
24
|
+
|
|
3
25
|
## 8.29.1
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
|
@@ -888,16 +910,13 @@
|
|
|
888
910
|
@atlaskit/adf-schema to their own entry points. These new entry points are as follows
|
|
889
911
|
|
|
890
912
|
@atlaskit/adf-schema/schema-bitbucket for:
|
|
891
|
-
|
|
892
913
|
- bitbucketSchema
|
|
893
914
|
|
|
894
915
|
@atlaskit/adf-schema/schema-confluence for:
|
|
895
|
-
|
|
896
916
|
- confluenceSchema
|
|
897
917
|
- confluenceSchemaWithMediaSingle
|
|
898
918
|
|
|
899
919
|
@atlaskit/adf-schema/schema-jira for:
|
|
900
|
-
|
|
901
920
|
- default as createJIRASchema
|
|
902
921
|
- isSchemaWithLists
|
|
903
922
|
- isSchemaWithMentions
|
|
@@ -912,7 +931,6 @@
|
|
|
912
931
|
- isSchemaWithTables
|
|
913
932
|
|
|
914
933
|
@atlaskit/adf-schema/schema-default for:
|
|
915
|
-
|
|
916
934
|
- defaultSchema
|
|
917
935
|
- getSchemaBasedOnStage
|
|
918
936
|
- defaultSchemaConfig
|
|
@@ -962,7 +980,6 @@
|
|
|
962
980
|
|
|
963
981
|
- [`c6feed82071`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c6feed82071) -
|
|
964
982
|
ED-11632: Bump prosemirror packages;
|
|
965
|
-
|
|
966
983
|
- prosmirror-commands 1.1.4 -> 1.1.11,
|
|
967
984
|
- prosemirror-model 1.11.0 -> 1.14.3,
|
|
968
985
|
- prosemirror-state 1.3.3 -> 1.3.4,
|
|
@@ -1653,7 +1670,6 @@
|
|
|
1653
1670
|
|
|
1654
1671
|
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
1655
1672
|
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
1656
|
-
|
|
1657
1673
|
- @atlaskit/docs@8.3.2
|
|
1658
1674
|
- @atlaskit/adf-schema@6.1.1
|
|
1659
1675
|
- @atlaskit/editor-bitbucket-transformer@6.2.15
|
|
@@ -2188,7 +2204,6 @@ Bumped dependencies.
|
|
|
2188
2204
|
- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
|
|
2189
2205
|
|
|
2190
2206
|
In this PR, we are:
|
|
2191
|
-
|
|
2192
2207
|
- Re-introducing dist build folders
|
|
2193
2208
|
- Adding back cjs
|
|
2194
2209
|
- Replacing es5 by cjs and es2015 by esm
|
|
@@ -2209,7 +2224,6 @@ Bumped dependencies.
|
|
|
2209
2224
|
## 6.1.0
|
|
2210
2225
|
|
|
2211
2226
|
- [minor][79f0ef0601](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/79f0ef0601):
|
|
2212
|
-
|
|
2213
2227
|
- Use strict tsconfig to compile editor packages
|
|
2214
2228
|
|
|
2215
2229
|
## 6.0.2
|
|
@@ -2229,7 +2243,6 @@ Bumped dependencies.
|
|
|
2229
2243
|
## 6.0.0
|
|
2230
2244
|
|
|
2231
2245
|
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
2232
|
-
|
|
2233
2246
|
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
2234
2247
|
this package, please ensure you use at least this version of react and react-dom.
|
|
2235
2248
|
|
|
@@ -2263,13 +2276,11 @@ Bumped dependencies.
|
|
|
2263
2276
|
## 5.0.1
|
|
2264
2277
|
|
|
2265
2278
|
- [patch][1bcaa1b991](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1bcaa1b991):
|
|
2266
|
-
|
|
2267
2279
|
- Add npmignore for index.ts to prevent some jest tests from resolving that instead of index.js
|
|
2268
2280
|
|
|
2269
2281
|
## 5.0.0
|
|
2270
2282
|
|
|
2271
2283
|
- [major][9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
|
|
2272
|
-
|
|
2273
2284
|
- Dropped ES5 distributables from the typescript packages
|
|
2274
2285
|
|
|
2275
2286
|
## 4.3.5
|
|
@@ -2316,13 +2327,11 @@ Bumped dependencies.
|
|
|
2316
2327
|
## 4.3.0
|
|
2317
2328
|
|
|
2318
2329
|
- [minor][1eb20bca95](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1eb20bca95):
|
|
2319
|
-
|
|
2320
2330
|
- ED-6368: No implicit any for editor-\*-transformer packages
|
|
2321
2331
|
|
|
2322
2332
|
## 4.2.0
|
|
2323
2333
|
|
|
2324
2334
|
- [minor][7697e275b0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7697e275b0):
|
|
2325
|
-
|
|
2326
2335
|
- Expose the possibility of encoding a single node
|
|
2327
2336
|
|
|
2328
2337
|
## 4.1.12
|
|
@@ -2353,7 +2362,6 @@ Bumped dependencies.
|
|
|
2353
2362
|
## 4.1.9
|
|
2354
2363
|
|
|
2355
2364
|
- [patch][557a2b5734](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/557a2b5734):
|
|
2356
|
-
|
|
2357
2365
|
- ED-5788: bump prosemirror-view and prosemirror-model
|
|
2358
2366
|
|
|
2359
2367
|
## 4.1.8
|
|
@@ -2424,7 +2432,6 @@ Bumped dependencies.
|
|
|
2424
2432
|
## 4.1.0
|
|
2425
2433
|
|
|
2426
2434
|
- [minor][1205725](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1205725):
|
|
2427
|
-
|
|
2428
2435
|
- Move schema to its own package
|
|
2429
2436
|
|
|
2430
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"
|