16825 |
efrain |
1 |
# Changelog
|
|
|
2 |
All notable changes to this project will be documented in this file.
|
|
|
3 |
|
|
|
4 |
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
5 |
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
6 |
|
|
|
7 |
## Unreleased
|
|
|
8 |
|
|
|
9 |
## [3.7.0](https://github.com/gitbrent/bootstrap4-toggle/tree/v3.7.0) 2019-??-??
|
|
|
10 |
### [Full Changelog](https://github.com/gitbrent/bootstrap4-toggle/compare/v3.6.0...v3.7.0)
|
|
|
11 |
|
|
|
12 |
## [3.6.0](https://github.com/gitbrent/bootstrap4-toggle/tree/v3.6.0) 2019-10-17
|
|
|
13 |
### [Full Changelog](https://github.com/gitbrent/bootstrap4-toggle/compare/v3.5.0...v3.6.0)
|
|
|
14 |
### Added
|
|
|
15 |
- Added option to change toggle without triggering onChange event (silent toggle) [\#7](https://github.com/gitbrent/bootstrap4-toggle/issue/7) ([aswin1980](https://github.com/aswin1980))
|
|
|
16 |
- Added accessibility properties to labels [\#11](https://github.com/gitbrent/bootstrap4-toggle/issue/11) ([aproquot](https://github.com/aproquot))
|
|
|
17 |
### Changed
|
|
|
18 |
- Fixed URLs in js and css file top comment [\#5](https://github.com/gitbrent/bootstrap4-toggle/issue/5) ([wilecoyte78](https://github.com/wilecoyte78))
|
|
|
19 |
- Disable style is not working [\#18](https://github.com/gitbrent/bootstrap4-toggle/issue/18) ([rychlym](https://github.com/rychlym))
|
|
|
20 |
|
|
|
21 |
## [3.5.0](https://github.com/gitbrent/bootstrap4-toggle/tree/v3.5.0) 2019-07-02
|
|
|
22 |
### [Full Changelog](https://github.com/gitbrent/bootstrap4-toggle/compare/v3.4.0...v3.5.0)
|
|
|
23 |
### Added
|
|
|
24 |
- Added ARIA `role="button"` tag to toggle
|
|
|
25 |
- Added `cursor: pointer;` style to toggle
|
|
|
26 |
### Changed
|
|
|
27 |
- Fixed: Touch not working on mobile [\#2](https://github.com/gitbrent/bootstrap4-toggle/issue/2) ([wilecoyte78](https://github.com/wilecoyte78))
|
|
|
28 |
- Updated to Bootstrap version 4.3.1
|
|
|
29 |
- Updated README with better Yarn instructions
|
|
|
30 |
|
|
|
31 |
## [3.4.0](https://github.com/gitbrent/bootstrap4-toggle/tree/v3.4.0) 2019-01-03
|
|
|
32 |
### [Full Changelog](https://github.com/gitbrent/bootstrap4-toggle/compare/v3.3.0...v3.4.0)
|
|
|
33 |
### Added
|
|
|
34 |
- Outline button styles are now available
|
|
|
35 |
### Changed
|
|
|
36 |
- Updated to Bootstrap version 4.2.1
|
|
|
37 |
|
|
|
38 |
## [3.3.0](https://github.com/gitbrent/bootstrap4-toggle/tree/v3.3.0) 2018-12-19
|
|
|
39 |
### [Full Changelog](https://github.com/gitbrent/bootstrap4-toggle/compare/v3.2.0...v3.3.0)
|
|
|
40 |
### Added
|
|
|
41 |
- New test created to compare core bootstrap sizes to bootstrap4-toggle
|
|
|
42 |
### Changed
|
|
|
43 |
- Introduced new `size` values that mirror bootstrap 4: (`lg`, `sm`, `xs`)
|
|
|
44 |
- Converted all css units from `px` to `rem`
|
|
|
45 |
- Properly added border on `light` button (moved from .toggle class)
|
|
|
46 |
### Removed
|
|
|
47 |
**DEPRECATED** Classic `size` values (`large`, `small`, `mini`)
|
|
|
48 |
|
|
|
49 |
|
|
|
50 |
## [3.2.0](https://github.com/gitbrent/bootstrap4-toggle/tree/v3.2.0) 2018-11-27
|
|
|
51 |
### [Full Changelog](https://github.com/gitbrent/bootstrap4-toggle/compare/v3.1.0...v3.2.0)
|
|
|
52 |
### Added
|
|
|
53 |
### Changed
|
|
|
54 |
- Removed permanent `active` state from "Off" label so mouse-over highlighting works the same as "On"
|
|
|
55 |
### Removed
|
|
|
56 |
|
|
|
57 |
|
|
|
58 |
|
|
|
59 |
## [3.1.0](https://github.com/gitbrent/bootstrap4-toggle/tree/v3.1.0) 2018-10-25
|
|
|
60 |
### [Full Changelog](https://github.com/gitbrent/bootstrap4-toggle/compare/v3.0.0...v3.1.0)
|
|
|
61 |
### Added
|
|
|
62 |
- `index.html` includes new section with dark mode colors
|
|
|
63 |
### Changed
|
|
|
64 |
- `index.html` now fully responsive, better menu, rearranged sections
|
|
|
65 |
- Tweaked `border` property to work with all backgrounds and colors
|
|
|
66 |
### Removed
|
|
|
67 |
|
|
|
68 |
|
|
|
69 |
|
|
|
70 |
## [3.0.0](https://github.com/gitbrent/bootstrap4-toggle/tree/v3.0.0) 2018-10-21
|
|
|
71 |
### [Full Changelog](https://github.com/gitbrent/bootstrap4-toggle/compare/v2.2.2...v3.0.0)
|
|
|
72 |
### Added
|
|
|
73 |
- Touch support
|
|
|
74 |
### Changed
|
|
|
75 |
- Implements Bootstrap 4 colors/styles
|
|
|
76 |
### Removed
|
|
|
77 |
- Old Bootstrap 2 files
|
|
|
78 |
|
|
|
79 |
[Unreleased]: https://github.com/gitbrent/bootstrap4-toggle/compare/v1.9.0...HEAD
|
|
|
80 |
[3.2.0]: https://github.com/gitbrent/bootstrap4-toggle/compare/v3.1.0...v3.2.0
|
|
|
81 |
[3.1.0]: https://github.com/gitbrent/bootstrap4-toggle/compare/v3.0.0...v3.1.0
|
|
|
82 |
[3.0.0]: https://github.com/gitbrent/bootstrap4-toggle/compare/v2.2.2...v3.0.0
|