@atlaskit/portal 5.5.1 → 5.5.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 +16 -0
  2. package/package.json +10 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @atlaskit/portal
2
2
 
3
+ ## 5.5.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 5.5.2
10
+
11
+ ### Patch Changes
12
+
13
+ - [`5df00e0f09845`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5df00e0f09845) -
14
+ Fix portal wrapping portalled content with ThemeProvider when outside a ThemeProvider. Previously,
15
+ components like modal-dialog would always inject theme CSS variables into the DOM via a
16
+ portal-owned ThemeProvider, even when no ThemeProvider was present in the tree.
17
+ - Updated dependencies
18
+
3
19
  ## 5.5.1
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/portal",
3
- "version": "5.5.1",
3
+ "version": "5.5.3",
4
4
  "description": "A wrapper for rendering components in React portals.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -41,7 +41,7 @@
41
41
  "dependencies": {
42
42
  "@atlaskit/app-provider": "^4.3.0",
43
43
  "@atlaskit/platform-feature-flags": "^1.1.0",
44
- "@atlaskit/theme": "^23.2.0",
44
+ "@atlaskit/theme": "^24.0.0",
45
45
  "@babel/runtime": "^7.0.0"
46
46
  },
47
47
  "peerDependencies": {
@@ -56,16 +56,16 @@
56
56
  "@atlaskit/code": "^17.5.0",
57
57
  "@atlaskit/css": "^0.19.0",
58
58
  "@atlaskit/docs": "^11.8.0",
59
- "@atlaskit/flag": "^17.11.0",
60
- "@atlaskit/icon": "^34.4.0",
59
+ "@atlaskit/flag": "^17.12.0",
60
+ "@atlaskit/icon": "^35.0.0",
61
61
  "@atlaskit/inline-dialog": "^18.1.0",
62
62
  "@atlaskit/link": "^3.4.0",
63
- "@atlaskit/modal-dialog": "^15.0.0",
63
+ "@atlaskit/modal-dialog": "^15.1.0",
64
64
  "@atlaskit/onboarding": "^14.6.0",
65
65
  "@atlaskit/primitives": "^19.0.0",
66
- "@atlaskit/section-message": "^8.12.0",
66
+ "@atlaskit/section-message": "^8.13.0",
67
67
  "@atlaskit/tokens": "^13.0.0",
68
- "@atlaskit/tooltip": "^22.0.0",
68
+ "@atlaskit/tooltip": "^22.2.0",
69
69
  "@atlassian/feature-flags-test-utils": "^1.1.0",
70
70
  "@atlassian/react-compiler-gating": "workspace:^",
71
71
  "@atlassian/ssr-tests": "workspace:^",
@@ -73,7 +73,9 @@
73
73
  "@compiled/react": "^0.20.0",
74
74
  "@testing-library/react": "^16.3.0",
75
75
  "bind-event-listener": "^3.0.0",
76
- "raf-stub": "^2.0.1"
76
+ "raf-stub": "^2.0.1",
77
+ "react": "^18.2.0",
78
+ "react-dom": "^18.2.0"
77
79
  },
78
80
  "keywords": [
79
81
  "atlaskit",