@atlaskit/tag-group
Advanced tools
Comparing version
# @atlaskit/tag-group | ||
## 12.0.0 | ||
### Major Changes | ||
- [#117363](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/117363) | ||
[`10a0f7f6c2027`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/10a0f7f6c2027) - | ||
This package's `peerDependencies` have been adjusted for `react` and/or `react-dom` to reflect the | ||
status of only supporting React 18 going forward. No explicit breaking change to React support has | ||
been made in this release, but this is to signify going forward, breaking changes for React 16 or | ||
React 17 may come via non-major semver releases. | ||
Please refer this community post for more details: | ||
https://community.developer.atlassian.com/t/rfc-78-dropping-support-for-react-16-and-rendering-in-a-react-18-concurrent-root-in-jira-and-confluence/87026 | ||
## 11.2.0 | ||
@@ -4,0 +18,0 @@ |
{ | ||
"name": "@atlaskit/tag-group", | ||
"version": "11.2.0", | ||
"version": "12.0.0", | ||
"description": "A tag group controls the layout and alignment for a collection of tags.", | ||
@@ -32,3 +32,3 @@ "publishConfig": { | ||
"peerDependencies": { | ||
"react": "^16.8.0 || ^17.0.0 || ^18.0.0" | ||
"react": "^18.2.0" | ||
}, | ||
@@ -39,3 +39,3 @@ "devDependencies": { | ||
"@af/visual-regression": "*", | ||
"@atlaskit/ds-lib": "^3.5.0", | ||
"@atlaskit/ds-lib": "^4.0.0", | ||
"@atlaskit/ssr": "*", | ||
@@ -42,0 +42,0 @@ "@atlaskit/tag": "*", |
37108
2.19%