@atlaskit/textfield
Advanced tools
Comparing version 7.0.0 to 8.0.0
# @atlaskit/textfield | ||
## 8.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 | ||
### Patch Changes | ||
- Updated dependencies | ||
## 7.0.0 | ||
@@ -4,0 +22,0 @@ |
@@ -32,3 +32,3 @@ /* text-field.tsx generated by @compiled/babel-plugin v0.36.1 */ | ||
packageName: "@atlaskit/textfield", | ||
packageVersion: "7.0.0" | ||
packageVersion: "8.0.0" | ||
}; | ||
@@ -35,0 +35,0 @@ var disabledStyle = { |
@@ -16,3 +16,3 @@ /* text-field.tsx generated by @compiled/babel-plugin v0.36.1 */ | ||
packageName: "@atlaskit/textfield", | ||
packageVersion: "7.0.0" | ||
packageVersion: "8.0.0" | ||
}; | ||
@@ -19,0 +19,0 @@ const disabledStyle = { |
@@ -22,3 +22,3 @@ /* text-field.tsx generated by @compiled/babel-plugin v0.36.1 */ | ||
packageName: "@atlaskit/textfield", | ||
packageVersion: "7.0.0" | ||
packageVersion: "8.0.0" | ||
}; | ||
@@ -25,0 +25,0 @@ var disabledStyle = { |
{ | ||
"name": "@atlaskit/textfield", | ||
"version": "7.0.0", | ||
"version": "8.0.0", | ||
"description": "A text field is an input that allows a user to write or edit text.", | ||
@@ -28,11 +28,11 @@ "publishConfig": { | ||
"dependencies": { | ||
"@atlaskit/analytics-next": "^10.3.0", | ||
"@atlaskit/analytics-next": "^11.0.0", | ||
"@atlaskit/platform-feature-flags": "^1.1.0", | ||
"@atlaskit/theme": "^16.0.0", | ||
"@atlaskit/tokens": "^3.3.0", | ||
"@atlaskit/theme": "^17.0.0", | ||
"@atlaskit/tokens": "^4.0.0", | ||
"@babel/runtime": "^7.0.0", | ||
"@compiled/react": "^0.18.1" | ||
"@compiled/react": "^0.18.2" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.8.0 || ^17.0.0 || ^18.0.0" | ||
"react": "^18.2.0" | ||
}, | ||
@@ -44,3 +44,3 @@ "devDependencies": { | ||
"@atlaskit/codemod-utils": "^4.2.3", | ||
"@atlaskit/ds-lib": "^3.5.0", | ||
"@atlaskit/ds-lib": "^4.0.0", | ||
"@atlaskit/ssr": "*", | ||
@@ -47,0 +47,0 @@ "@atlaskit/visual-regression": "*", |
121520
+ Added@atlaskit/analytics-next@11.0.0(transitive)
+ Added@atlaskit/ds-lib@4.0.0(transitive)
+ Added@atlaskit/theme@17.0.0(transitive)
+ Added@atlaskit/tokens@4.3.2(transitive)
- Removed@atlaskit/analytics-next@10.3.1(transitive)
- Removed@atlaskit/ds-lib@3.5.1(transitive)
- Removed@atlaskit/theme@16.0.0(transitive)
- Removed@atlaskit/tokens@3.3.2(transitive)
Updated@atlaskit/theme@^17.0.0
Updated@atlaskit/tokens@^4.0.0
Updated@compiled/react@^0.18.2