select-pure
Advanced tools
Comparing version 2.0.1-alpha.4 to 2.0.1-alpha.5
@@ -6,2 +6,13 @@ # Change Log | ||
## [2.0.1-alpha.5](https://github.com/dudyn5ky1/select-pure/compare/select-pure@2.0.1-alpha.4...select-pure@2.0.1-alpha.5) (2021-05-01) | ||
### Bug Fixes | ||
* **general:** change entrypoint to non obfuscated version ([05add14](https://github.com/dudyn5ky1/select-pure/commit/05add14dde7415a8544524870ef559a1b154f92b)) | ||
## [2.0.1-alpha.4](https://github.com/dudyn5ky1/select-pure/compare/select-pure@2.0.1-alpha.3...select-pure@2.0.1-alpha.4) (2021-05-01) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "select-pure", | ||
"version": "2.0.1-alpha.4", | ||
"version": "2.0.1-alpha.5", | ||
"description": "Custom JavaScript <select> component. Easy-to-use, accessible, mobile friendly and super efficient", | ||
@@ -37,4 +37,4 @@ "author": { | ||
], | ||
"module": "dist/index.js", | ||
"main": "dist/index.js", | ||
"module": "lib/index.js", | ||
"main": "lib/index.js", | ||
"repository": { | ||
@@ -41,0 +41,0 @@ "type": "git", |
@@ -7,4 +7,3 @@ # Custom JavaScript `<select>` component. Easy-to-use, accessible, mobile friendly and super efficient. | ||
[![npm](https://img.shields.io/npm/dm/select-pure.svg)](https://www.npmjs.com/package/select-pure) | ||
[![Build Status](https://travis-ci.org/dudyn5ky1/select-pure.svg?branch=master)](https://travis-ci.org/dudyn5ky1/select-pure) | ||
[![codecov](https://codecov.io/gh/dudyn5ky1/select-pure/branch/master/graph/badge.svg)](https://codecov.io/gh/dudyn5ky1/select-pure) | ||
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/select-pure) | ||
@@ -17,2 +16,6 @@ ## Description | ||
## Demo | ||
Interactive demo with many examples is available [here](https://www.webcomponents.org/element/select-pure). | ||
## Usage | ||
@@ -31,3 +34,3 @@ | ||
then include it in your JavaScript file | ||
then include it in your JavaScript file: | ||
@@ -38,4 +41,10 @@ ```javascript | ||
and use in the similar way as you would use a native HTML `<select>`. | ||
*Important!* If you want to use a minified ES2015 version, include the package as following: | ||
```javascript | ||
import 'select-pure/dist/index.js'; | ||
``` | ||
Use in the similar way as you would use a native HTML `<select>`. | ||
<!-- | ||
@@ -42,0 +51,0 @@ ``` |
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
40592
6
103
169