Releases: apalfrey/select2-bootstrap-5-theme
Releases · apalfrey/select2-bootstrap-5-theme
Select2 Bootstrap 5 Theme v1.3.0
- Rewrote the docs, with more examples AND code examples!
- Fixed issues with Select2 sizing #57
- Fixed z-index issue in modals #61
- Removed form element requirement from validation selector #60
- Fixed some minor parity issues with Bootstrap
- Improved borders
- Set overflow on dropdowns to hidden to prevent option backgrounds breaking border radius
- Replaced
gulp-dart-sass
withgulp-sass
- Improved compiling process
- Add correct border radius to small and large sized fields
- Set
color
andbackground-color
on dropdowns for improved theming
Select2 Bootstrap 5 Theme v1.2.0
- Fixed some testing & docs issues
- Fixed
$s2bs5-disabled-color
variable after a change in Bootstrap - Updated Bootstrap package to allow for minor and patch updates automatically
- Fixed border styling on validated inputs #18
- Added a workflow to test compiling
- Replaced yarn with vanilla npm for further compatibility
- Replaced
gulp-sass
withgulp-dart-sass
afternode-sass
was deprecated (subject to change) - Improved the compiler
- Fixed double scroll issue on option groups #41
- Fixed some misnames variables and an instance of
em
#42 - Improved sizing styling to work with using
.form-select-sm
and.form-select-lg
- Set the
z-index
of the select2 dropdown to work with modals #50
Select2 Bootstrap 5 Theme v1.1.1
- Added Select2 4.0 support
- Added missing disabled option styling
Select2 Bootstrap 5 Theme v1.1.0
Select2 Bootstrap 5 Theme v1.0.2
- Added composer support (#3)
Select2 Bootstrap 5 Theme v1.0.1
- Fixed issue importing from a package
- Fixed Select2 version number in README (Now correctly listed as 4.1.0-rc.0)
- Fixed sass property in package.json
- Fixed overflow issue on multiple select
Select2 Bootstrap 5 Theme v1.0.0
This is the initial version of the theme, based on the select2-bootstrap4-theme.
Features;
- Works with Bootstrap 5
- Works with Select2 v4.1.0 only (changes were made in some HTML layouts between versions)
- Complete expandability using custom variables which default to Bootstrap 5 variables
- Works with Bootstrap 5's large and small form element sizes