@atlaskit/embedded-document 4.0.1 → 4.0.3

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.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 4.0.2
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 4.0.1
4
16
 
5
17
  ### Patch Changes
@@ -78,7 +90,6 @@
78
90
  shared context or singletons.
79
91
 
80
92
  **HOW TO ADJUST:**
81
-
82
93
  - Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
83
94
  any of these editor plugins.
84
95
  - Ensure the version you install matches the version required by the plugins.
@@ -1819,7 +1830,6 @@
1819
1830
 
1820
1831
  Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
1821
1832
  [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
1822
-
1823
1833
  - @atlaskit/button@13.3.7
1824
1834
  - @atlaskit/theme@9.5.1
1825
1835
  - @atlaskit/editor-common@43.4.1
@@ -2174,7 +2184,6 @@ Bumped dependencies.
2174
2184
  - [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
2175
2185
 
2176
2186
  In this PR, we are:
2177
-
2178
2187
  - Re-introducing dist build folders
2179
2188
  - Adding back cjs
2180
2189
  - Replacing es5 by cjs and es2015 by esm
@@ -2194,7 +2203,6 @@ Bumped dependencies.
2194
2203
  ## 0.6.0
2195
2204
 
2196
2205
  - [minor][79f0ef0601](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/79f0ef0601):
2197
-
2198
2206
  - Use strict tsconfig to compile editor packages
2199
2207
 
2200
2208
  ## 0.5.2
@@ -2212,7 +2220,6 @@ Bumped dependencies.
2212
2220
  ## 0.5.0
2213
2221
 
2214
2222
  - [minor][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
2215
-
2216
2223
  - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
2217
2224
  this package, please ensure you use at least this version of react and react-dom.
2218
2225
 
@@ -2262,19 +2269,16 @@ Bumped dependencies.
2262
2269
  ## 0.4.1
2263
2270
 
2264
2271
  - [patch][1bcaa1b991](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1bcaa1b991):
2265
-
2266
2272
  - Add npmignore for index.ts to prevent some jest tests from resolving that instead of index.js
2267
2273
 
2268
2274
  ## 0.4.0
2269
2275
 
2270
2276
  - [minor][9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
2271
-
2272
2277
  - Dropped ES5 distributables from the typescript packages
2273
2278
 
2274
2279
  ## 0.3.0
2275
2280
 
2276
2281
  - [minor][97cb912458](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/97cb912458):
2277
-
2278
2282
  - ED-6520: Enable noImplicitAny for embedded-document
2279
2283
 
2280
2284
  ## 0.2.9
@@ -2343,25 +2347,21 @@ Bumped dependencies.
2343
2347
  ## 0.2.1
2344
2348
 
2345
2349
  - [patch][aa4daed8c6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/aa4daed8c6):
2346
-
2347
2350
  - Editor and Renderer props should be optional
2348
2351
 
2349
2352
  ## 0.2.0
2350
2353
 
2351
2354
  - [minor][6ebe368d95](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6ebe368d95):
2352
-
2353
2355
  - Allow passing through renderer props
2354
2356
 
2355
2357
  ## 0.1.1
2356
2358
 
2357
2359
  - [patch][248e9f4db1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/248e9f4db1):
2358
-
2359
2360
  - Make sure component goes into create-mode when document does not exist
2360
2361
 
2361
2362
  ## 0.1.0
2362
2363
 
2363
2364
  - [minor][406952f08d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/406952f08d):
2364
-
2365
2365
  - Allow passing through editor props
2366
2366
 
2367
2367
  ## 0.0.19
@@ -2417,13 +2417,11 @@ Bumped dependencies.
2417
2417
  ## 0.0.11
2418
2418
 
2419
2419
  - [patch][5b00acc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5b00acc):
2420
-
2421
2420
  - support fetch by objectId
2422
2421
 
2423
2422
  ## 0.0.10
2424
2423
 
2425
2424
  - [patch][062da38](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/062da38):
2426
-
2427
2425
  - update should use documentId from current state
2428
2426
 
2429
2427
  ## 0.0.9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/embedded-document",
3
- "version": "4.0.1",
3
+ "version": "4.0.3",
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.5.0",
34
- "@atlaskit/editor-core": "^215.0.0",
35
- "@atlaskit/editor-shared-styles": "^3.6.0",
36
- "@atlaskit/renderer": "^124.1.0",
37
- "@atlaskit/tokens": "^6.4.0",
33
+ "@atlaskit/button": "^23.6.0",
34
+ "@atlaskit/editor-core": "^215.10.0",
35
+ "@atlaskit/editor-shared-styles": "^3.8.0",
36
+ "@atlaskit/renderer": "^124.10.0",
37
+ "@atlaskit/tokens": "^8.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.9.0",
42
+ "@atlaskit/editor-common": "^110.24.0",
43
43
  "react": "^18.2.0",
44
44
  "styled-components": "^3.2.6"
45
45
  },