@tds/core-checkbox
Advanced tools
Comparing version 2.0.31 to 2.0.32
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.0.32](https://github.com/telusdigital/tds/compare/@tds/core-checkbox@2.0.31...@tds/core-checkbox@2.0.32) (2020-01-27) | ||
**Note:** Version bump only for package @tds/core-checkbox | ||
## [2.0.31](https://github.com/telusdigital/tds/compare/@tds/core-checkbox@2.0.30...@tds/core-checkbox@2.0.31) (2020-01-23) | ||
@@ -8,0 +16,0 @@ |
@@ -53,3 +53,3 @@ ### Minimal usage | ||
If it is not neccessary to control `Checkbox` state. You can create a `Checkbox` without a `checked` prop, in this case the `Checkbox` will act as an HTML `input` with the type of `checkbox`. Its value can be accessed by referencing the element via a `ref`. | ||
If it is not necessary to control `Checkbox` state. You can create a `Checkbox` without a `checked` prop, in this case the `Checkbox` will act as an HTML `input` with the type of `checkbox`. Its value can be accessed by referencing the element via a `ref`. | ||
@@ -56,0 +56,0 @@ #### Default values |
{ | ||
"name": "@tds/core-checkbox", | ||
"version": "2.0.31", | ||
"version": "2.0.32", | ||
"main": "index.cjs.js", | ||
@@ -28,13 +28,13 @@ "module": "index.es.js", | ||
"dependencies": { | ||
"@tds/core-box": "^2.1.0", | ||
"@tds/core-box": "^2.1.1", | ||
"@tds/core-colours": "^2.2.1", | ||
"@tds/core-decorative-icon": "^2.6.2", | ||
"@tds/core-input-feedback": "^2.0.13", | ||
"@tds/core-paragraph": "^2.0.10", | ||
"@tds/core-text": "^3.0.2", | ||
"@tds/core-decorative-icon": "^2.6.3", | ||
"@tds/core-input-feedback": "^2.0.14", | ||
"@tds/core-paragraph": "^2.0.11", | ||
"@tds/core-text": "^3.0.3", | ||
"@tds/shared-styles": "^1.5.2", | ||
"@tds/util-helpers": "^1.4.0", | ||
"@tds/util-helpers": "^1.4.1", | ||
"prop-types": "^15.5.10" | ||
}, | ||
"gitHead": "7c09912bd00064e2ec1a1425e40f5acfaa1af1d7" | ||
"gitHead": "601aa5d9ca7eaf965e607fe1f0e87204801f4dfe" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
201999
+ Addedelectron-to-chromium@1.5.66(transitive)
- Removedelectron-to-chromium@1.5.65(transitive)
Updated@tds/core-box@^2.1.1
Updated@tds/core-paragraph@^2.0.11
Updated@tds/core-text@^3.0.3
Updated@tds/util-helpers@^1.4.1