bootstrap4-toggle
Advanced tools
Comparing version 3.3.0 to 3.4.0
@@ -8,4 +8,10 @@ # Changelog | ||
## Unreleased | ||
- Outline button support [3.4.0] | ||
## [3.4.0](https://github.com/gitbrent/bootstrap4-toggle/tree/v3.4.0) 2019-01-03 | ||
### [Full Changelog](https://github.com/gitbrent/bootstrap4-toggle/compare/v3.3.0...v3.4.0) | ||
### Added | ||
- Outline button styles are now available | ||
### Changed | ||
- Updated to Bootstrap version 4.2.1 | ||
## [3.3.0](https://github.com/gitbrent/bootstrap4-toggle/tree/v3.3.0) 2018-12-19 | ||
@@ -12,0 +18,0 @@ ### [Full Changelog](https://github.com/gitbrent/bootstrap4-toggle/compare/v3.2.0...v3.3.0) |
/*\ | ||
|*| ======================================================================== | ||
|*| Bootstrap Toggle: bootstrap4-toggle.js v3.3.0 | ||
|*| Bootstrap Toggle: bootstrap4-toggle.js v3.4.0 | ||
|*| https://gitbrent.github.io/bootstrap-toggle/ | ||
|*| ======================================================================== | ||
|*| Copyright 2018 Brent Ely | ||
|*| Copyright 2018-2019 Brent Ely | ||
|*| Licensed under MIT | ||
@@ -23,3 +23,3 @@ |*| ======================================================================== | ||
Toggle.VERSION = '3.3.0' | ||
Toggle.VERSION = '3.4.0-beta' | ||
@@ -26,0 +26,0 @@ Toggle.DEFAULTS = { |
{ | ||
"name": "bootstrap4-toggle", | ||
"version": "3.3.0", | ||
"version": "3.4.0", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "Brent Ely", |
@@ -1,2 +0,2 @@ | ||
[![Bootstrap 4.1.3](https://img.shields.io/badge/bootstrap-4.1.3-green.svg?style=flat-square)](https://getbootstrap.com/docs/4.1) [![MIT Licence](https://img.shields.io/github/license/gitbrent/pptxgenjs.svg)](https://opensource.org/licenses/mit-license.php) [![Known Vulnerabilities](https://snyk.io/test/npm/bootstrap4-toggle/badge.svg)](https://snyk.io/test/npm/bootstrap4-toggle) [![JSDelivr Badge](https://data.jsdelivr.com/v1/package/gh/gitbrent/bootstrap4-toggle/badge)](https://www.jsdelivr.com/package/gh/gitbrent/bootstrap4-toggle) | ||
[![MIT Licence](https://img.shields.io/github/license/gitbrent/bootstrap4-toggle.svg)](https://opensource.org/licenses/mit-license.php) [![Bootstrap 4.2.1](https://img.shields.io/badge/bootstrap-4.2.1-green.svg?style=flat-square)](https://getbootstrap.com/docs/4.1) [![Known Vulnerabilities](https://snyk.io/test/npm/bootstrap4-toggle/badge.svg)](https://snyk.io/test/npm/bootstrap4-toggle) [![JSDelivr Badge](https://data.jsdelivr.com/v1/package/gh/gitbrent/bootstrap4-toggle/badge)](https://www.jsdelivr.com/package/gh/gitbrent/bootstrap4-toggle) | ||
@@ -40,13 +40,13 @@ # Bootstrap 4 Toggle | ||
## Download | ||
[Version 3.3.0](https://github.com/gitbrent/bootstrap4-toggle/archive/v3.3.0.zip) is the latest version of Bootstrap4 Toggle. | ||
## CDN | ||
```html | ||
<link href="https://cdn.jsdelivr.net/gh/gitbrent/bootstrap4-toggle@3.3.0/css/bootstrap4-toggle.min.css" rel="stylesheet"> | ||
<script src="https://cdn.jsdelivr.net/gh/gitbrent/bootstrap4-toggle@3.3.0/js/bootstrap4-toggle.min.js"></script> | ||
<link href="https://cdn.jsdelivr.net/gh/gitbrent/bootstrap4-toggle@3.4.0/css/bootstrap4-toggle.min.css" rel="stylesheet"> | ||
<script src="https://cdn.jsdelivr.net/gh/gitbrent/bootstrap4-toggle@3.4.0/js/bootstrap4-toggle.min.js"></script> | ||
``` | ||
## Download | ||
[Latest GitHub Release](https://github.com/gitbrent/bootstrap4-toggle/releases/latest) | ||
## NPM | ||
```bash | ||
```ksh | ||
npm install bootstrap4-toggle | ||
@@ -56,3 +56,3 @@ ``` | ||
## Yarn | ||
```bash | ||
```ksh | ||
yarn install bootstrap4-toggle | ||
@@ -59,0 +59,0 @@ ``` |
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
20371
287