Releases: coliff/bootstrap-show-password-toggle
Releases · coliff/bootstrap-show-password-toggle
v1.4.1
- Minor CSS file-size optimisation
v1.4.0
Add Bootstrap 5 dark-mode support. Add data-bs-theme="dark"
to the containing input, form or page to display the form input with a dark background and a white toggle icon!
v1.3.0
- Switch button icons to show effect, not status
- Updated Dev dependencies
v1.2.0
- Initiate script on password input focus
- Updated Dev dependencies
- async loading script in examples
v1.1.0
- Replace
document.getElementById
with document.querySelector
(no longer requires adding id="password"
to input!)
- Adds compatibility with Edge and IE11
- Adds Bootstrap 5 example/test
- Dev dependency updates
- Adds ESLint and JS Minify scripts