select-pure
Advanced tools
Comparing version 2.0.0-alpha.13 to 2.0.0
@@ -6,2 +6,21 @@ # Change Log | ||
# [2.0.0](https://github.com/dudyn5ky1/select-pure/compare/select-pure@2.0.0-alpha.14...select-pure@2.0.0) (2021-05-01) | ||
**Note:** Version bump only for package select-pure | ||
# [2.0.0-alpha.14](https://github.com/dudyn5ky1/select-pure/compare/select-pure@2.0.0-alpha.13...select-pure@2.0.0-alpha.14) (2021-05-01) | ||
### Bug Fixes | ||
* **general:** add live web component demo to README ([9caaf8b](https://github.com/dudyn5ky1/select-pure/commit/9caaf8bb561fe40ab797d5b3deafe564bf02765f)) | ||
# [2.0.0-alpha.13](https://github.com/dudyn5ky1/select-pure/compare/select-pure@2.0.0-alpha.12...select-pure@2.0.0-alpha.13) (2021-05-01) | ||
@@ -8,0 +27,0 @@ |
{ | ||
"name": "select-pure", | ||
"version": "2.0.0-alpha.13", | ||
"version": "2.0.0", | ||
"description": "Custom JavaScript <select> component. Easy-to-use, accessible, mobile friendly and super efficient", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -37,2 +37,13 @@ # Custom JavaScript `<select>` component. Easy-to-use, accessible, mobile friendly and super efficient. | ||
<!-- | ||
``` | ||
<custom-element-demo> | ||
<template> | ||
<link rel="import" href="./packages/select-pure/examples/index.js"> | ||
<link rel="import" href="./examples/index.js"> | ||
<next-code-block></next-code-block> | ||
</template> | ||
</custom-element-demo> | ||
``` | ||
--> | ||
```javascript | ||
@@ -39,0 +50,0 @@ <select-pure name="country" id="country"> |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
37704
1
161