@atlaskit/embedded-document 4.0.0 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -14
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/embedded-document
2
2
 
3
+ ## 4.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 4.0.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 4.0.0
4
16
 
5
17
  ### Patch Changes
@@ -72,7 +84,6 @@
72
84
  shared context or singletons.
73
85
 
74
86
  **HOW TO ADJUST:**
75
-
76
87
  - Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
77
88
  any of these editor plugins.
78
89
  - Ensure the version you install matches the version required by the plugins.
@@ -1813,7 +1824,6 @@
1813
1824
 
1814
1825
  Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
1815
1826
  [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
1816
-
1817
1827
  - @atlaskit/button@13.3.7
1818
1828
  - @atlaskit/theme@9.5.1
1819
1829
  - @atlaskit/editor-common@43.4.1
@@ -2168,7 +2178,6 @@ Bumped dependencies.
2168
2178
  - [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
2169
2179
 
2170
2180
  In this PR, we are:
2171
-
2172
2181
  - Re-introducing dist build folders
2173
2182
  - Adding back cjs
2174
2183
  - Replacing es5 by cjs and es2015 by esm
@@ -2188,7 +2197,6 @@ Bumped dependencies.
2188
2197
  ## 0.6.0
2189
2198
 
2190
2199
  - [minor][79f0ef0601](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/79f0ef0601):
2191
-
2192
2200
  - Use strict tsconfig to compile editor packages
2193
2201
 
2194
2202
  ## 0.5.2
@@ -2206,7 +2214,6 @@ Bumped dependencies.
2206
2214
  ## 0.5.0
2207
2215
 
2208
2216
  - [minor][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
2209
-
2210
2217
  - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
2211
2218
  this package, please ensure you use at least this version of react and react-dom.
2212
2219
 
@@ -2256,19 +2263,16 @@ Bumped dependencies.
2256
2263
  ## 0.4.1
2257
2264
 
2258
2265
  - [patch][1bcaa1b991](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1bcaa1b991):
2259
-
2260
2266
  - Add npmignore for index.ts to prevent some jest tests from resolving that instead of index.js
2261
2267
 
2262
2268
  ## 0.4.0
2263
2269
 
2264
2270
  - [minor][9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
2265
-
2266
2271
  - Dropped ES5 distributables from the typescript packages
2267
2272
 
2268
2273
  ## 0.3.0
2269
2274
 
2270
2275
  - [minor][97cb912458](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/97cb912458):
2271
-
2272
2276
  - ED-6520: Enable noImplicitAny for embedded-document
2273
2277
 
2274
2278
  ## 0.2.9
@@ -2337,25 +2341,21 @@ Bumped dependencies.
2337
2341
  ## 0.2.1
2338
2342
 
2339
2343
  - [patch][aa4daed8c6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/aa4daed8c6):
2340
-
2341
2344
  - Editor and Renderer props should be optional
2342
2345
 
2343
2346
  ## 0.2.0
2344
2347
 
2345
2348
  - [minor][6ebe368d95](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6ebe368d95):
2346
-
2347
2349
  - Allow passing through renderer props
2348
2350
 
2349
2351
  ## 0.1.1
2350
2352
 
2351
2353
  - [patch][248e9f4db1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/248e9f4db1):
2352
-
2353
2354
  - Make sure component goes into create-mode when document does not exist
2354
2355
 
2355
2356
  ## 0.1.0
2356
2357
 
2357
2358
  - [minor][406952f08d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/406952f08d):
2358
-
2359
2359
  - Allow passing through editor props
2360
2360
 
2361
2361
  ## 0.0.19
@@ -2411,13 +2411,11 @@ Bumped dependencies.
2411
2411
  ## 0.0.11
2412
2412
 
2413
2413
  - [patch][5b00acc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5b00acc):
2414
-
2415
2414
  - support fetch by objectId
2416
2415
 
2417
2416
  ## 0.0.10
2418
2417
 
2419
2418
  - [patch][062da38](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/062da38):
2420
-
2421
2419
  - update should use documentId from current state
2422
2420
 
2423
2421
  ## 0.0.9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/embedded-document",
3
- "version": "4.0.0",
3
+ "version": "4.0.2",
4
4
  "description": "DEPRECATED Embedded Document component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -30,16 +30,16 @@
30
30
  }
31
31
  },
32
32
  "dependencies": {
33
- "@atlaskit/button": "^23.4.0",
34
- "@atlaskit/editor-core": "^214.0.0",
35
- "@atlaskit/editor-shared-styles": "^3.6.0",
36
- "@atlaskit/renderer": "^124.0.0",
37
- "@atlaskit/tokens": "^6.3.0",
33
+ "@atlaskit/button": "^23.5.0",
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.0.0",
42
+ "@atlaskit/editor-common": "^110.13.0",
43
43
  "react": "^18.2.0",
44
44
  "styled-components": "^3.2.6"
45
45
  },