All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
4.3.5 2022-11-23
- bump: Bump Bootstrap from 5.2.2 to 5.2.3
- bump: Bump Cypress from 10.3.0 to 11.0.1
4.3.4 2022-10-09
- fix: Handle's background color of outline toggles on hover or focus (#71)
4.3.3 2022-10-07
- refactor: More specific CSS selectors
- Update dependencies. Support for Bootstrap v5.2.2
4.3.2 2022-08-08
- fix: Transparent inner border (#55) by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/58
4.3.1 2022-07-28
- fix: Toggle stay hover on Bootstrap 5.2.0 (#51) by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/52
4.3.0 2022-07-25
- feat: Distribution of ECMAS lib (#2) by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/36
- feat: Support readonly attribute (#35) by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/37
- feat: Toggles focusable from the keyboard (#38) by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/41
- feat: Switch toggle from keyboard (#39) by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/42
- feat: Custom value for on and off state on form submit (#34) by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/43
- feat: Tristate toggle (#40) by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/47
4.2.0 2022-07-12
- feat: Support toggle silent method by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/30
- feat: Remove btn-light from handle by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/21
- feat: Change default btn off class to secondary by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/22
- fix: Handle border color and btn-light border color by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/17
- fix: Render in input-group by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/29
4.1.0 2022-06-30
- feat: support for npm and yarn
4.0.0 2022-06-30
- feat: support for Boostrap 5
3.6.0 2019-10-17
- Added option to change toggle without triggering onChange event (silent toggle) #7 (aswin1980)
- Added accessibility properties to labels #11 (aproquot)
- Fixed URLs in js and css file top comment #5 (wilecoyte78)
- Disable style is not working #18 (rychlym)
3.5.0 2019-07-02
- Added ARIA
role="button"
tag to toggle - Added
cursor: pointer;
style to toggle
- Fixed: Touch not working on mobile #2 (wilecoyte78)
- Updated to Bootstrap version 4.3.1
- Updated README with better Yarn instructions
3.4.0 2019-01-03
- Outline button styles are now available
- Updated to Bootstrap version 4.2.1
3.3.0 2018-12-19
- New test created to compare core bootstrap sizes to bootstrap4-toggle
- Introduced new
size
values that mirror bootstrap 4: (lg
,sm
,xs
) - Converted all css units from
px
torem
- Properly added border on
light
button (moved from .toggle class)
DEPRECATED Classic size
values (large
, small
, mini
)
3.2.0 2018-11-27
- Removed permanent
active
state from "Off" label so mouse-over highlighting works the same as "On"
3.1.0 2018-10-25
index.html
includes new section with dark mode colors
index.html
now fully responsive, better menu, rearranged sections- Tweaked
border
property to work with all backgrounds and colors
3.0.0 2018-10-21
- Touch support
- Implements Bootstrap 4 colors/styles
- Old Bootstrap 2 files