Releases: Becklyn/auslese
Releases · Becklyn/auslese
2.5.0
2.5.0
🎁 New Features
- Add more options:
overlayClass: (optional) add a css class to the currentauslese-overlaymaking possible styling customizations.hideResetButton: (optional) hide the reset button.placeholderLock: (optional) make the placeholder always visible. It is useful when you want to make visible the placeholder or a custom text and not the selected value(s).
🛠️ Internal
- Replace
node-sasswith dart'ssasspackage.
Commits
- Replace
node-sasswith dart'ssasspackage 1d4b1a6 - Merge pull request #16 from Becklyn/add-more-custom-options b9d875b
- Revert version update in package.json db69bc6
- Update project version 7cb9994
- Add more options. e33eee8
Commit Range:
2.4.1...2.x
2.4.1
2.4.1
🐛 Bug Fixes
- Fix search not working, which have been broke in the previous version on accident.
- Fix search not working, which have been broke in the previous version on accident 6742b3a
2.4.0
2.4.0
🎁 New Features
-
Add new option
includeGroupHeadlineInChoiceLabelto include aChoice'sGroup's headline as prefix for:- the „selected” header inside the dropdown
- when rendering the current text/tags instead of the dropdown's placeholder
🛠️ Internal
- Upgrade Cypress and move over from private account to Becklyn organization.
Commits
2.3.0
2.3.0
🎁 New Features
- Added
preferredOptionsGroupTexttoAusleseMountOptionsin order to allow overriding the default „Preferred Options” text.
Setting this option is now possible with themountAuslese*functions.
You can now optionally pass in anAusleseMountOptionsobject intoparseSelect.
Commits
2.2.1
🐛 Bug Fixes
- Correctly handle
disabledstate. That includes mounting on an<select disabled>Element or passing in thedisabledprop during mounting.
Commits
2.2.0
🎁 New Features
- Trigger
auslese:changeevent for auto-mounted selects, as a replacement for the originalchangeevent.
Commits
- Release v2.2.0 0651f89
- Add proper name for command 8777e12
- Merge pull request #15 from Becklyn/change-event d019439
- Bump cache key + also always install cypress 7838c5d
- Apparently builds in the CI are larger than locally on macOS 4d81a6d
- Try fixing obscure cypress error in CI edbd9e9
- Update size limit to accomodate for new exported constant a308a41
- Add
CHANGE_EVENTconstant 123e348 - Trigger
auslese:changeevent on original, automounted<select>657f9d1