Skip to content

Latest commit

 

History

History
204 lines (113 loc) · 7.15 KB

CHANGELOG.md

File metadata and controls

204 lines (113 loc) · 7.15 KB

Changelog

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.

Unreleased

4.3.5 2022-11-23

Bump

  • 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

Fixed

  • fix: Handle's background color of outline toggles on hover or focus (#71)

4.3.3 2022-10-07

Changed

  • refactor: More specific CSS selectors
  • Update dependencies. Support for Bootstrap v5.2.2

4.3.2 2022-08-08

Fixed

4.3.1 2022-07-28

Fixed

4.3.0 2022-07-25

Added

4.2.0 2022-07-12

Added

Changed

Fixed

4.1.0 2022-06-30

Added

  • feat: support for npm and yarn

4.0.0 2022-06-30

Added

  • feat: support for Boostrap 5

3.6.0 2019-10-17

Added

  • Added option to change toggle without triggering onChange event (silent toggle) #7 (aswin1980)
  • Added accessibility properties to labels #11 (aproquot)

Changed

3.5.0 2019-07-02

Added

  • Added ARIA role="button" tag to toggle
  • Added cursor: pointer; style to toggle

Changed

  • 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

Added

  • Outline button styles are now available

Changed

  • Updated to Bootstrap version 4.2.1

3.3.0 2018-12-19

Added

  • New test created to compare core bootstrap sizes to bootstrap4-toggle

Changed

  • Introduced new size values that mirror bootstrap 4: (lg, sm, xs)
  • Converted all css units from px to rem
  • Properly added border on light button (moved from .toggle class)

Removed

DEPRECATED Classic size values (large, small, mini)

3.2.0 2018-11-27

Added

Changed

  • Removed permanent active state from "Off" label so mouse-over highlighting works the same as "On"

Removed

3.1.0 2018-10-25

Added

  • index.html includes new section with dark mode colors

Changed

  • index.html now fully responsive, better menu, rearranged sections
  • Tweaked border property to work with all backgrounds and colors

Removed

3.0.0 2018-10-21

Added

  • Touch support

Changed

  • Implements Bootstrap 4 colors/styles

Removed

  • Old Bootstrap 2 files