react-jsbarcode
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -5,2 +5,8 @@ # Changelog | ||
### [0.2.1](https://github.com/iamchathu/react-jsbarcode/compare/v0.2.0...v0.2.1) (2021-10-07) | ||
### Bug Fixes | ||
- make options optional prop ([0bc6f4b](https://github.com/iamchathu/react-jsbarcode/commit/0bc6f4b3cb41efbc97f71495f2f9f8f40775353e)) | ||
## [0.2.0](https://github.com/iamchathu/react-jsbarcode/compare/v0.1.2...v0.2.0) (2021-10-07) | ||
@@ -7,0 +13,0 @@ |
@@ -11,3 +11,3 @@ /// <reference types="react" /> | ||
value: string; | ||
options: Options; | ||
options?: Options; | ||
} | ||
@@ -14,0 +14,0 @@ export { Options }; |
{ | ||
"name": "react-jsbarcode", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "JSBarcode component for React", | ||
@@ -5,0 +5,0 @@ "homepage": "http://github.com/iamchathu/react-jsbarcode", |
Sorry, the diff of this file is not supported yet
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
9738