@atlaskit/editor-plugin-expand 3.0.0 → 3.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +11 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/editor-plugin-expand
2
2
 
3
+ ## 3.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#120533](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/120533)
8
+ [`f1bec731e278f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f1bec731e278f) -
9
+ Adds a `sideEffects` field to ensure this package does not have Compiled styles tree-shaken in the
10
+ future to avoid an accidental regression.
11
+
12
+ This is related to
13
+ https://community.developer.atlassian.com/t/rfc-73-migrating-our-components-to-compiled-css-in-js/85953
14
+
3
15
  ## 3.0.0
4
16
 
5
17
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-expand",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "Expand plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -25,15 +25,17 @@
25
25
  ]
26
26
  }
27
27
  },
28
- "sideEffects": false,
28
+ "sideEffects": [
29
+ "*.compiled.css"
30
+ ],
29
31
  "atlaskit:src": "src/index.ts",
30
32
  "af:exports": {
31
33
  ".": "./src/index.ts"
32
34
  },
33
35
  "dependencies": {
34
36
  "@atlaskit/adf-schema": "^47.2.1",
35
- "@atlaskit/button": "^21.0.0",
36
- "@atlaskit/editor-common": "^100.0.0",
37
+ "@atlaskit/button": "^21.1.0",
38
+ "@atlaskit/editor-common": "^100.4.0",
37
39
  "@atlaskit/editor-plugin-analytics": "^2.0.0",
38
40
  "@atlaskit/editor-plugin-decorations": "^2.0.0",
39
41
  "@atlaskit/editor-plugin-editor-disabled": "^2.0.0",
@@ -41,12 +43,12 @@
41
43
  "@atlaskit/editor-plugin-selection": "^2.0.0",
42
44
  "@atlaskit/editor-plugin-selection-marker": "^2.0.0",
43
45
  "@atlaskit/editor-prosemirror": "7.0.0",
44
- "@atlaskit/editor-shared-styles": "^3.3.0",
46
+ "@atlaskit/editor-shared-styles": "^3.4.0",
45
47
  "@atlaskit/editor-tables": "^2.9.0",
46
- "@atlaskit/icon": "^24.0.0",
48
+ "@atlaskit/icon": "^24.1.0",
47
49
  "@atlaskit/platform-feature-flags": "^1.1.0",
48
- "@atlaskit/tmp-editor-statsig": "^3.0.0",
49
- "@atlaskit/tokens": "^4.0.0",
50
+ "@atlaskit/tmp-editor-statsig": "^3.3.0",
51
+ "@atlaskit/tokens": "^4.2.0",
50
52
  "@atlaskit/tooltip": "^20.0.0",
51
53
  "@babel/runtime": "^7.0.0",
52
54
  "@emotion/react": "^11.7.1",
@@ -63,7 +65,7 @@
63
65
  "@atlaskit/editor-plugin-content-insertion": "^2.0.0",
64
66
  "@atlaskit/editor-plugin-guideline": "^2.0.0",
65
67
  "@atlaskit/editor-plugin-quick-insert": "^2.0.0",
66
- "@atlaskit/editor-plugin-table": "^10.0.0",
68
+ "@atlaskit/editor-plugin-table": "^10.2.0",
67
69
  "@atlaskit/editor-plugin-type-ahead": "^2.0.0",
68
70
  "@atlaskit/editor-plugin-width": "^3.0.0",
69
71
  "@testing-library/react": "^13.4.0",