@tds/core-checkbox
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -6,81 +6,64 @@ # Change Log | ||
## [1.1.4](https://github.com/telusdigital/tds/compare/@tds/core-checkbox@1.1.3...@tds/core-checkbox@1.1.4) (2019-02-06) | ||
## [1.1.5](https://github.com/telusdigital/tds/compare/@tds/core-checkbox@1.1.4...@tds/core-checkbox@1.1.5) (2019-02-20) | ||
**Note:** Version bump only for package @tds/core-checkbox | ||
## [1.1.4](https://github.com/telusdigital/tds/compare/@tds/core-checkbox@1.1.3...@tds/core-checkbox@1.1.4) (2019-02-06) | ||
**Note:** Version bump only for package @tds/core-checkbox | ||
<a name="1.1.3"></a> | ||
<a name="1.1.3"></a> | ||
## [1.1.3](https://github.com/telusdigital/tds/compare/@tds/core-checkbox@1.1.2...@tds/core-checkbox@1.1.3) (2018-12-19) | ||
### Bug Fixes | ||
* **core-checkbox:** remove core-js dependency ([442358d](https://github.com/telusdigital/tds/commit/442358d)) | ||
- **core-checkbox:** remove core-js dependency ([442358d](https://github.com/telusdigital/tds/commit/442358d)) | ||
<a name="1.1.2"></a> | ||
<a name="1.1.2"></a> | ||
## [1.1.2](https://github.com/telusdigital/tds/compare/@tds/core-checkbox@1.1.1...@tds/core-checkbox@1.1.2) (2018-12-13) | ||
**Note:** Version bump only for package @tds/core-checkbox | ||
<a name="1.1.1"></a> | ||
## [1.1.1](https://github.com/telusdigital/tds/compare/@tds/core-checkbox@1.1.0...@tds/core-checkbox@1.1.1) (2018-12-06) | ||
**Note:** Version bump only for package @tds/core-checkbox | ||
<a name="1.1.0"></a> | ||
# [1.1.0](https://github.com/telusdigital/tds/compare/@tds/core-checkbox@1.0.5...@tds/core-checkbox@1.1.0) (2018-07-23) | ||
### Features | ||
* **core-checkbox:** allow boolean proptype for value ([a526c03](https://github.com/telusdigital/tds/commit/a526c03)) | ||
- **core-checkbox:** allow boolean proptype for value ([a526c03](https://github.com/telusdigital/tds/commit/a526c03)) | ||
<a name="1.0.5"></a> | ||
<a name="1.0.5"></a> | ||
## [1.0.5](https://github.com/telusdigital/tds/compare/@tds/core-checkbox@1.0.4...@tds/core-checkbox@1.0.5) (2018-07-10) | ||
**Note:** Version bump only for package @tds/core-checkbox | ||
<a name="1.0.4"></a> | ||
## [1.0.4](https://github.com/telusdigital/tds/compare/@tds/core-checkbox@1.0.3...@tds/core-checkbox@1.0.4) (2018-06-14) | ||
**Note:** Version bump only for package @tds/core-checkbox | ||
<a name="1.0.3"></a> | ||
## [1.0.3](https://github.com/telusdigital/tds/compare/@tds/core-checkbox@1.0.2...@tds/core-checkbox@1.0.3) (2018-06-07) | ||
### Bug Fixes | ||
* **shared-choice:** call onchange after async setstate, update examples ([4e992b2](https://github.com/telusdigital/tds/commit/4e992b2)) | ||
- **shared-choice:** call onchange after async setstate, update examples ([4e992b2](https://github.com/telusdigital/tds/commit/4e992b2)) | ||
<a name="1.0.2"></a> | ||
<a name="1.0.2"></a> | ||
## [1.0.2](https://github.com/telusdigital/tds/compare/@tds/core-checkbox@1.0.1...@tds/core-checkbox@1.0.2) (2018-04-02) | ||
### Bug Fixes | ||
* **core-box:** update tests ([c0f0343](https://github.com/telusdigital/tds/commit/c0f0343)) | ||
- **core-box:** update tests ([c0f0343](https://github.com/telusdigital/tds/commit/c0f0343)) |
@@ -465,3 +465,3 @@ 'use strict'; | ||
name: PropTypes.string.isRequired, | ||
value: PropTypes.oneOfType([PropTypes.string, PropTypes.number]).isRequired, | ||
value: PropTypes.oneOfType([PropTypes.string, PropTypes.number, PropTypes.bool]).isRequired, | ||
description: PropTypes.string, | ||
@@ -468,0 +468,0 @@ checked: PropTypes.bool.isRequired, |
@@ -461,3 +461,3 @@ import React from 'react'; | ||
name: PropTypes.string.isRequired, | ||
value: PropTypes.oneOfType([PropTypes.string, PropTypes.number]).isRequired, | ||
value: PropTypes.oneOfType([PropTypes.string, PropTypes.number, PropTypes.bool]).isRequired, | ||
description: PropTypes.string, | ||
@@ -464,0 +464,0 @@ checked: PropTypes.bool.isRequired, |
{ | ||
"name": "@tds/core-checkbox", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"main": "index.cjs.js", | ||
@@ -36,5 +36,5 @@ "module": "index.es.js", | ||
"@tds/core-colours": "^1.0.1", | ||
"@tds/shared-choice": "^1.1.2" | ||
"@tds/shared-choice": "^1.1.3" | ||
}, | ||
"gitHead": "79839daf9cc90e531bdfe4e5202edfd4b7348342" | ||
"gitHead": "bbfd8ef232bfe1a8c7df25660509168b87f2b49c" | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
101210
18
0