@atlaskit/editor-json-transformer 8.30.0 → 8.31.1
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 +19 -15
- package/afm-products/tsconfig.json +30 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @atlaskit/editor-json-transformer
|
|
2
2
|
|
|
3
|
+
## 8.31.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`c28cd65d12c24`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c28cd65d12c24) -
|
|
8
|
+
EDITOR-2447 Bump adf-schema to 51.3.1
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
11
|
+
## 8.31.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- [`5167552fe1a93`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5167552fe1a93) -
|
|
16
|
+
[EDITOR-2339] Bump @atlaskit/adf-schema to 51.3.0
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
|
|
3
22
|
## 8.30.0
|
|
4
23
|
|
|
5
24
|
### Minor Changes
|
|
@@ -899,16 +918,13 @@
|
|
|
899
918
|
@atlaskit/adf-schema to their own entry points. These new entry points are as follows
|
|
900
919
|
|
|
901
920
|
@atlaskit/adf-schema/schema-bitbucket for:
|
|
902
|
-
|
|
903
921
|
- bitbucketSchema
|
|
904
922
|
|
|
905
923
|
@atlaskit/adf-schema/schema-confluence for:
|
|
906
|
-
|
|
907
924
|
- confluenceSchema
|
|
908
925
|
- confluenceSchemaWithMediaSingle
|
|
909
926
|
|
|
910
927
|
@atlaskit/adf-schema/schema-jira for:
|
|
911
|
-
|
|
912
928
|
- default as createJIRASchema
|
|
913
929
|
- isSchemaWithLists
|
|
914
930
|
- isSchemaWithMentions
|
|
@@ -923,7 +939,6 @@
|
|
|
923
939
|
- isSchemaWithTables
|
|
924
940
|
|
|
925
941
|
@atlaskit/adf-schema/schema-default for:
|
|
926
|
-
|
|
927
942
|
- defaultSchema
|
|
928
943
|
- getSchemaBasedOnStage
|
|
929
944
|
- defaultSchemaConfig
|
|
@@ -973,7 +988,6 @@
|
|
|
973
988
|
|
|
974
989
|
- [`c6feed82071`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c6feed82071) -
|
|
975
990
|
ED-11632: Bump prosemirror packages;
|
|
976
|
-
|
|
977
991
|
- prosmirror-commands 1.1.4 -> 1.1.11,
|
|
978
992
|
- prosemirror-model 1.11.0 -> 1.14.3,
|
|
979
993
|
- prosemirror-state 1.3.3 -> 1.3.4,
|
|
@@ -1664,7 +1678,6 @@
|
|
|
1664
1678
|
|
|
1665
1679
|
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
1666
1680
|
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
1667
|
-
|
|
1668
1681
|
- @atlaskit/docs@8.3.2
|
|
1669
1682
|
- @atlaskit/adf-schema@6.1.1
|
|
1670
1683
|
- @atlaskit/editor-bitbucket-transformer@6.2.15
|
|
@@ -2199,7 +2212,6 @@ Bumped dependencies.
|
|
|
2199
2212
|
- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
|
|
2200
2213
|
|
|
2201
2214
|
In this PR, we are:
|
|
2202
|
-
|
|
2203
2215
|
- Re-introducing dist build folders
|
|
2204
2216
|
- Adding back cjs
|
|
2205
2217
|
- Replacing es5 by cjs and es2015 by esm
|
|
@@ -2220,7 +2232,6 @@ Bumped dependencies.
|
|
|
2220
2232
|
## 6.1.0
|
|
2221
2233
|
|
|
2222
2234
|
- [minor][79f0ef0601](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/79f0ef0601):
|
|
2223
|
-
|
|
2224
2235
|
- Use strict tsconfig to compile editor packages
|
|
2225
2236
|
|
|
2226
2237
|
## 6.0.2
|
|
@@ -2240,7 +2251,6 @@ Bumped dependencies.
|
|
|
2240
2251
|
## 6.0.0
|
|
2241
2252
|
|
|
2242
2253
|
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
2243
|
-
|
|
2244
2254
|
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
2245
2255
|
this package, please ensure you use at least this version of react and react-dom.
|
|
2246
2256
|
|
|
@@ -2274,13 +2284,11 @@ Bumped dependencies.
|
|
|
2274
2284
|
## 5.0.1
|
|
2275
2285
|
|
|
2276
2286
|
- [patch][1bcaa1b991](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1bcaa1b991):
|
|
2277
|
-
|
|
2278
2287
|
- Add npmignore for index.ts to prevent some jest tests from resolving that instead of index.js
|
|
2279
2288
|
|
|
2280
2289
|
## 5.0.0
|
|
2281
2290
|
|
|
2282
2291
|
- [major][9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
|
|
2283
|
-
|
|
2284
2292
|
- Dropped ES5 distributables from the typescript packages
|
|
2285
2293
|
|
|
2286
2294
|
## 4.3.5
|
|
@@ -2327,13 +2335,11 @@ Bumped dependencies.
|
|
|
2327
2335
|
## 4.3.0
|
|
2328
2336
|
|
|
2329
2337
|
- [minor][1eb20bca95](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1eb20bca95):
|
|
2330
|
-
|
|
2331
2338
|
- ED-6368: No implicit any for editor-\*-transformer packages
|
|
2332
2339
|
|
|
2333
2340
|
## 4.2.0
|
|
2334
2341
|
|
|
2335
2342
|
- [minor][7697e275b0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7697e275b0):
|
|
2336
|
-
|
|
2337
2343
|
- Expose the possibility of encoding a single node
|
|
2338
2344
|
|
|
2339
2345
|
## 4.1.12
|
|
@@ -2364,7 +2370,6 @@ Bumped dependencies.
|
|
|
2364
2370
|
## 4.1.9
|
|
2365
2371
|
|
|
2366
2372
|
- [patch][557a2b5734](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/557a2b5734):
|
|
2367
|
-
|
|
2368
2373
|
- ED-5788: bump prosemirror-view and prosemirror-model
|
|
2369
2374
|
|
|
2370
2375
|
## 4.1.8
|
|
@@ -2435,7 +2440,6 @@ Bumped dependencies.
|
|
|
2435
2440
|
## 4.1.0
|
|
2436
2441
|
|
|
2437
2442
|
- [minor][1205725](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1205725):
|
|
2438
|
-
|
|
2439
2443
|
- Move schema to its own package
|
|
2440
2444
|
|
|
2441
2445
|
## 4.0.25
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"extends": "../../../../tsconfig.entry-points.products.json",
|
|
3
|
+
"compilerOptions": {
|
|
4
|
+
"declaration": true,
|
|
5
|
+
"target": "es5",
|
|
6
|
+
"outDir": "../../../../../tsDist/@atlaskit__editor-json-transformer/app",
|
|
7
|
+
"rootDir": "../",
|
|
8
|
+
"composite": true
|
|
9
|
+
},
|
|
10
|
+
"include": [
|
|
11
|
+
"../src/**/*.ts",
|
|
12
|
+
"../src/**/*.tsx"
|
|
13
|
+
],
|
|
14
|
+
"exclude": [
|
|
15
|
+
"../src/**/__tests__/*",
|
|
16
|
+
"../src/**/*.test.*",
|
|
17
|
+
"../src/**/test.*",
|
|
18
|
+
"../src/**/examples.*",
|
|
19
|
+
"../src/**/examples/*",
|
|
20
|
+
"../src/**/examples/**/*",
|
|
21
|
+
"../src/**/*.stories.*",
|
|
22
|
+
"../src/**/stories/*",
|
|
23
|
+
"../src/**/stories/**/*"
|
|
24
|
+
],
|
|
25
|
+
"references": [
|
|
26
|
+
{
|
|
27
|
+
"path": "../../adf-utils/afm-products/tsconfig.json"
|
|
28
|
+
}
|
|
29
|
+
]
|
|
30
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-json-transformer",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.31.1",
|
|
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.1",
|
|
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"
|