react-switch
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -8,2 +8,8 @@ # Changelog | ||
## [3.0.2 - 2018-06-07] | ||
### Changed | ||
- Add the correct gzip badge. | ||
## [3.0.1 - 2018-06-07] | ||
@@ -10,0 +16,0 @@ |
{ | ||
"name": "react-switch", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Draggable toggle-switch component for react", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -6,3 +6,3 @@ A draggable toggle-switch component for React. | ||
[![GitHub stars](https://img.shields.io/github/stars/markusenglund/react-switch.svg?style=social&label=Stars)](https://github.com/markusenglund/react-switch) | ||
[![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/react-switch.svg)](https://bundlephobia.com/result?p=react-switch) | ||
[![gzip size](http://img.badgesize.io/https://unpkg.com/react-switch/dist/react-switch.min.js?compression=gzip)](https://unpkg.com/react-switch/dist/react-switch.min.js) | ||
@@ -15,3 +15,3 @@ <img src="https://media.giphy.com/media/l0IsI0EHlJx2kyCrK/giphy.gif" /> | ||
- **Customizable** - Easy to customize size, color and more. | ||
- **Small package size** - Just 2 kb minified and gzipped. | ||
- **Small package size** - 2 kB gzipped. | ||
- **It Just Works** - Sensible default styling. Uses inline styles, so no need to import a separate css file. | ||
@@ -18,0 +18,0 @@ |
46010