New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@atlaskit/textfield

Package Overview
Dependencies
Maintainers
0
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/textfield - npm Package Compare versions

Comparing version 7.0.0 to 8.0.0

18

CHANGELOG.md
# @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 @@

2

dist/cjs/text-field.js

@@ -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": "*",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc