@atlaskit/help-article 6.0.34 → 6.0.36
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 +20 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @atlaskit/help-article
|
|
2
2
|
|
|
3
|
+
## 6.0.36
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 6.0.35
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`d8333dbe8ad56`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d8333dbe8ad56) -
|
|
14
|
+
Upgrade help packages for React 19 compatibility (react-next wrapper)
|
|
15
|
+
- Upgraded `react` and `react-dom` peer dependencies to support `^18.2.0 || ^19.0.0`
|
|
16
|
+
- Added `react-intl` as a peer dependency where needed for internationalization
|
|
17
|
+
- Integrated `useRef` for transition handling in BackButton, SearchResults, and RightSidePanel
|
|
18
|
+
- Updated transition components to use `nodeRef` for better performance and animation control
|
|
19
|
+
- Refactored components to use forward refs for improved flexibility with animations
|
|
20
|
+
|
|
21
|
+
- Updated dependencies
|
|
22
|
+
|
|
3
23
|
## 6.0.34
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/help-article",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.36",
|
|
4
4
|
"description": "A cross-product help-article component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@atlaskit/css-reset": "^7.3.0",
|
|
35
35
|
"@atlaskit/heading": "^5.3.0",
|
|
36
|
-
"@atlaskit/icon": "^
|
|
36
|
+
"@atlaskit/icon": "^33.0.0",
|
|
37
37
|
"@atlaskit/primitives": "^18.0.0",
|
|
38
38
|
"@atlaskit/renderer": "^128.0.0",
|
|
39
39
|
"@atlaskit/tokens": "^11.1.0",
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"lodash": "^4.17.21"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
|
-
"react": "^18.2.0",
|
|
46
|
-
"react-dom": "^18.2.0"
|
|
45
|
+
"react": "^18.2.0 || ^19.0.0",
|
|
46
|
+
"react-dom": "^18.2.0 || ^19.0.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"enzyme": "^3.10.0",
|