@atlaskit/embedded-document 4.0.1 → 4.0.2
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 +6 -14
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/embedded-document
|
|
2
2
|
|
|
3
|
+
## 4.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
3
9
|
## 4.0.1
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -78,7 +84,6 @@
|
|
|
78
84
|
shared context or singletons.
|
|
79
85
|
|
|
80
86
|
**HOW TO ADJUST:**
|
|
81
|
-
|
|
82
87
|
- Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
|
|
83
88
|
any of these editor plugins.
|
|
84
89
|
- Ensure the version you install matches the version required by the plugins.
|
|
@@ -1819,7 +1824,6 @@
|
|
|
1819
1824
|
|
|
1820
1825
|
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
1821
1826
|
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
1822
|
-
|
|
1823
1827
|
- @atlaskit/button@13.3.7
|
|
1824
1828
|
- @atlaskit/theme@9.5.1
|
|
1825
1829
|
- @atlaskit/editor-common@43.4.1
|
|
@@ -2174,7 +2178,6 @@ Bumped dependencies.
|
|
|
2174
2178
|
- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
|
|
2175
2179
|
|
|
2176
2180
|
In this PR, we are:
|
|
2177
|
-
|
|
2178
2181
|
- Re-introducing dist build folders
|
|
2179
2182
|
- Adding back cjs
|
|
2180
2183
|
- Replacing es5 by cjs and es2015 by esm
|
|
@@ -2194,7 +2197,6 @@ Bumped dependencies.
|
|
|
2194
2197
|
## 0.6.0
|
|
2195
2198
|
|
|
2196
2199
|
- [minor][79f0ef0601](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/79f0ef0601):
|
|
2197
|
-
|
|
2198
2200
|
- Use strict tsconfig to compile editor packages
|
|
2199
2201
|
|
|
2200
2202
|
## 0.5.2
|
|
@@ -2212,7 +2214,6 @@ Bumped dependencies.
|
|
|
2212
2214
|
## 0.5.0
|
|
2213
2215
|
|
|
2214
2216
|
- [minor][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
2215
|
-
|
|
2216
2217
|
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
2217
2218
|
this package, please ensure you use at least this version of react and react-dom.
|
|
2218
2219
|
|
|
@@ -2262,19 +2263,16 @@ Bumped dependencies.
|
|
|
2262
2263
|
## 0.4.1
|
|
2263
2264
|
|
|
2264
2265
|
- [patch][1bcaa1b991](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1bcaa1b991):
|
|
2265
|
-
|
|
2266
2266
|
- Add npmignore for index.ts to prevent some jest tests from resolving that instead of index.js
|
|
2267
2267
|
|
|
2268
2268
|
## 0.4.0
|
|
2269
2269
|
|
|
2270
2270
|
- [minor][9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
|
|
2271
|
-
|
|
2272
2271
|
- Dropped ES5 distributables from the typescript packages
|
|
2273
2272
|
|
|
2274
2273
|
## 0.3.0
|
|
2275
2274
|
|
|
2276
2275
|
- [minor][97cb912458](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/97cb912458):
|
|
2277
|
-
|
|
2278
2276
|
- ED-6520: Enable noImplicitAny for embedded-document
|
|
2279
2277
|
|
|
2280
2278
|
## 0.2.9
|
|
@@ -2343,25 +2341,21 @@ Bumped dependencies.
|
|
|
2343
2341
|
## 0.2.1
|
|
2344
2342
|
|
|
2345
2343
|
- [patch][aa4daed8c6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/aa4daed8c6):
|
|
2346
|
-
|
|
2347
2344
|
- Editor and Renderer props should be optional
|
|
2348
2345
|
|
|
2349
2346
|
## 0.2.0
|
|
2350
2347
|
|
|
2351
2348
|
- [minor][6ebe368d95](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6ebe368d95):
|
|
2352
|
-
|
|
2353
2349
|
- Allow passing through renderer props
|
|
2354
2350
|
|
|
2355
2351
|
## 0.1.1
|
|
2356
2352
|
|
|
2357
2353
|
- [patch][248e9f4db1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/248e9f4db1):
|
|
2358
|
-
|
|
2359
2354
|
- Make sure component goes into create-mode when document does not exist
|
|
2360
2355
|
|
|
2361
2356
|
## 0.1.0
|
|
2362
2357
|
|
|
2363
2358
|
- [minor][406952f08d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/406952f08d):
|
|
2364
|
-
|
|
2365
2359
|
- Allow passing through editor props
|
|
2366
2360
|
|
|
2367
2361
|
## 0.0.19
|
|
@@ -2417,13 +2411,11 @@ Bumped dependencies.
|
|
|
2417
2411
|
## 0.0.11
|
|
2418
2412
|
|
|
2419
2413
|
- [patch][5b00acc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5b00acc):
|
|
2420
|
-
|
|
2421
2414
|
- support fetch by objectId
|
|
2422
2415
|
|
|
2423
2416
|
## 0.0.10
|
|
2424
2417
|
|
|
2425
2418
|
- [patch][062da38](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/062da38):
|
|
2426
|
-
|
|
2427
2419
|
- update should use documentId from current state
|
|
2428
2420
|
|
|
2429
2421
|
## 0.0.9
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/embedded-document",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.2",
|
|
4
4
|
"description": "DEPRECATED Embedded Document component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -31,15 +31,15 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@atlaskit/button": "^23.5.0",
|
|
34
|
-
"@atlaskit/editor-core": "^215.
|
|
35
|
-
"@atlaskit/editor-shared-styles": "^3.
|
|
36
|
-
"@atlaskit/renderer": "^124.
|
|
37
|
-
"@atlaskit/tokens": "^
|
|
34
|
+
"@atlaskit/editor-core": "^215.2.0",
|
|
35
|
+
"@atlaskit/editor-shared-styles": "^3.7.0",
|
|
36
|
+
"@atlaskit/renderer": "^124.5.0",
|
|
37
|
+
"@atlaskit/tokens": "^7.0.0",
|
|
38
38
|
"@atlaskit/util-service-support": "^6.3.0",
|
|
39
39
|
"@babel/runtime": "^7.0.0"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
|
-
"@atlaskit/editor-common": "^110.
|
|
42
|
+
"@atlaskit/editor-common": "^110.13.0",
|
|
43
43
|
"react": "^18.2.0",
|
|
44
44
|
"styled-components": "^3.2.6"
|
|
45
45
|
},
|