Socket
Socket
Sign inDemoInstall

@chakra-ui/editable

Package Overview
Dependencies
108
Maintainers
4
Versions
456
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-next.3 to 1.0.0-next.4

20

CHANGELOG.md

@@ -6,2 +6,22 @@ # Change Log

# 1.0.0-next.4 (2020-07-01)
### Bug Fixes
- [#891](https://github.com/chakra-ui/chakra-ui/issues/891)
([e107acc](https://github.com/chakra-ui/chakra-ui/commit/e107acc8487898a965b0d695c1da71f46fc56d5e))
- ➕🐛 Fix Editable storybook import and add all packages to storybook
([60a2897](https://github.com/chakra-ui/chakra-ui/commit/60a289721018fa83173ea84b784944636a51e9fe))
- case sensitivity issues in packages
([b423cd8](https://github.com/chakra-ui/chakra-ui/commit/b423cd88f0ede7e37b9a9eaec63cacfc1e9e5221))
- resolve typescript error
([f4dc858](https://github.com/chakra-ui/chakra-ui/commit/f4dc8589880db059a31ef23d5176c9cd96f6eb95))
- ts issue with sx prop
([d3b1340](https://github.com/chakra-ui/chakra-ui/commit/d3b1340cb255937927b4d4c56ce218141570b951))
# Change Log
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# 1.0.0-next.3 (2020-06-28)

@@ -8,0 +28,0 @@

12

package.json
{
"name": "@chakra-ui/editable",
"version": "1.0.0-next.3",
"version": "1.0.0-next.4",
"description": "React component used to build inline-editable components",

@@ -53,13 +53,13 @@ "keywords": [

"dependencies": {
"@chakra-ui/hooks": "^1.0.0-next.3",
"@chakra-ui/utils": "^1.0.0-next.3"
"@chakra-ui/hooks": "^1.0.0-next.4",
"@chakra-ui/utils": "^1.0.0-next.4"
},
"devDependencies": {
"@chakra-ui/system": "^1.0.0-next.3"
"@chakra-ui/system": "^1.0.0-next.4"
},
"peerDependencies": {
"@chakra-ui/system": "1.x",
"@chakra-ui/system": ">0.8",
"react": "16.x"
},
"gitHead": "d31ba9c35993985f49da4885dd47ab8dab49cdd1"
"gitHead": "cdd5eac1db90ba33a07c009fb8dbcc4453d6ec01"
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc