react-selectize
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "react-selectize", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"homepage": "https://github.com/furqanZafar/react-selectize", | ||
@@ -5,0 +5,0 @@ "authors": [ |
# React Selectize | ||
## v2.0.1 / 11th April 2016 | ||
## v2.0.0 / 11th April 2016 | ||
@@ -4,0 +5,0 @@ * switched to major version semver |
{ | ||
"name": "react-selectize", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A Stateless & Flexible Select component for React inspired by Selectize", | ||
@@ -18,6 +18,6 @@ "main": "src/index.js", | ||
"peerDependencies": { | ||
"react": "^0.14.0", | ||
"react-addons-css-transition-group": "^0.14.0", | ||
"react-addons-shallow-compare": "^0.14.0", | ||
"react-dom": "^0.14.0" | ||
"react": "^0.14.0 || ^15.0.0", | ||
"react-addons-css-transition-group": "^0.14.0 || ^15.0.0", | ||
"react-addons-shallow-compare": "^0.14.0 || ^15.0.0", | ||
"react-dom": "^0.14.0 || ^15.0.0" | ||
}, | ||
@@ -57,7 +57,7 @@ "browserify-shim": { | ||
"nib": "^1.1.0", | ||
"react": "^0.14.0", | ||
"react-addons-css-transition-group": "^0.14.0", | ||
"react-addons-shallow-compare": "^0.14.6", | ||
"react-addons-test-utils": "^0.14.0", | ||
"react-dom": "^0.14.0", | ||
"react": "^0.14.0 || ^15.0.0", | ||
"react-addons-css-transition-group": "^0.14.0 || ^15.0.0", | ||
"react-addons-shallow-compare": "^0.14.0 || ^15.0.0", | ||
"react-addons-test-utils": "^0.14.0 || ^15.0.0", | ||
"react-dom": "^0.14.0 || ^15.0.0", | ||
"react-router": "^1.0.0-rc1", | ||
@@ -64,0 +64,0 @@ "react-tools": "^0.13.3", |
@@ -16,3 +16,3 @@ [![npm version](https://badge.fury.io/js/react-selectize.svg)](https://badge.fury.io/js/react-selectize) | ||
- [Changelog](CHANGELOG.md) (last updated on 18th March 2016) | ||
- [Changelog](CHANGELOG.md) (last updated on 11th April 2016) | ||
- [API Reference](API.md) | ||
@@ -55,3 +55,3 @@ | ||
* **bower:** | ||
`bower install https://npmcdn.com/react-selectize@2.0.0/bower.zip` | ||
`bower install https://npmcdn.com/react-selectize@2.0.1/bower.zip` | ||
@@ -71,6 +71,6 @@ * **1998 script tag:** | ||
<!-- REACT SELECTIZE --> | ||
<script src="https://npmcdn.com/react-selectize@2.0.0/dist/index.min.js" type="text/javascript" ></script> | ||
<script src="https://npmcdn.com/react-selectize@2.0.1/dist/index.min.js" type="text/javascript" ></script> | ||
<!-- THEMES (default, bootstrap3, material) --> | ||
<link rel="stylesheet" href="https://npmcdn.com/react-selectize@2.0.0/dist/index.min.css"/> | ||
<link rel="stylesheet" href="https://npmcdn.com/react-selectize@2.0.1/dist/index.min.css"/> | ||
@@ -77,0 +77,0 @@ </head> |
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
343238