Socket
Socket
Sign inDemoInstall

@chakra-ui/checkbox

Package Overview
Dependencies
Maintainers
3
Versions
535
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/checkbox - npm Package Compare versions

Comparing version 1.0.0-next.1 to 1.0.0-next.2

27

CHANGELOG.md
# 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.2 (2020-06-22)
### Bug Fixes
* [#891](https://github.com/chakra-ui/chakra-ui/issues/891) ([e107acc](https://github.com/chakra-ui/chakra-ui/commit/e107acc8487898a965b0d695c1da71f46fc56d5e))
* tests and typing for checkbox ([153155f](https://github.com/chakra-ui/chakra-ui/commit/153155f78db9fe2a338282f7cc58fbb4e22d59c1))
* ts issue with sx prop ([d3b1340](https://github.com/chakra-ui/chakra-ui/commit/d3b1340cb255937927b4d4c56ce218141570b951))
* typos ([c75c1da](https://github.com/chakra-ui/chakra-ui/commit/c75c1da311e88cbc6c8950bf3db362a68bbf85b0))
* working on checkbox group component ([66ac9ce](https://github.com/chakra-ui/chakra-ui/commit/66ac9ce11f089742d5bb7c128bf097d811a2904d))
* **checkbox:** add default empty props to useCheckbox ([0ba0f43](https://github.com/chakra-ui/chakra-ui/commit/0ba0f43899646d7d2dbe495098a48a913da80871))
* **checkbox:** remove Checkbox.base ([3c38699](https://github.com/chakra-ui/chakra-ui/commit/3c386994d8e018c6226ab3434184552c81b5b189))
### Features
* update stories for radio componet ([3effca4](https://github.com/chakra-ui/chakra-ui/commit/3effca435a04bcaa7b33d16cd20f441950fc2e3c))
# Change Log
All notable changes to this project will be documented in this file. See

@@ -4,0 +31,0 @@ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

14

package.json
{
"name": "@chakra-ui/checkbox",
"version": "1.0.0-next.1",
"version": "1.0.0-next.2",
"description": "A React Checkbox component for use in forms",

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

"dependencies": {
"@chakra-ui/hooks": "^1.0.0-next.1",
"@chakra-ui/icon": "^1.0.0-next.1",
"@chakra-ui/utils": "^1.0.0-next.1",
"@chakra-ui/visually-hidden": "^1.0.0-next.1"
"@chakra-ui/hooks": "^1.0.0-next.2",
"@chakra-ui/icon": "^1.0.0-next.2",
"@chakra-ui/utils": "^1.0.0-next.2",
"@chakra-ui/visually-hidden": "^1.0.0-next.2"
},
"devDependencies": {
"@chakra-ui/system": "^1.0.0-next.1"
"@chakra-ui/system": "^1.0.0-next.2"
},

@@ -66,3 +66,3 @@ "peerDependencies": {

},
"gitHead": "cabbf345518d70d446bf95410872f1a0c947ccd5"
"gitHead": "c5b51e43e9dff400f8bba7da7ffd135f5d33628b"
}

Sorry, the diff of this file is too big to display

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