Releases: josefarias/hotwire_combobox
Releases · josefarias/hotwire_combobox
v0.3.2-alpha
What's Changed
📦 Features
- Add ability to clear combobox programmatically by @josefarias in #193
- Allow pre-filling of free text inputs by @dringoen in #203
🎷🐛 Bug Fixes
- Change justify-content value to fix autoprefixer warning by @vol1ura in #188
- Create callback queue to run callbacks in order by @josefarias in #191
- Mark combobox as queried when selecting on small screens by @josefarias in #192
- Fix interactivity of listbox options when combobox is in a dialog by @JoshAntBrown in #197
New Contributors
- @vol1ura made their first contribution in #188
- @dringoen made their first contribution in #203
- @JoshAntBrown made their first contribution in #197
Full Changelog: v0.3.1...v0.3.2
v0.3.1-alpha
What's Changed
🎷🐛 Bug Fixes
- Fix name_when_new validation on multiselect with form scope name by @chloerei in #169
- Fix name_when_new validation message by @chloerei in #170
- Don't apply customizations to non-customized attrs by @josefarias in #173
New Contributors
Full Changelog: v0.3.0...v0.3.1
v0.3.0-alpha
What's Changed
💥 Breaking Changes
- Use POST request for creating multiselect chips by @josefarias in #162
📦 Features
- Add
:free_text
as a shorthand for:name_when_new
with same name by @josefarias in #163
🎷🐛 Bug Fixes
- Strip transient params from default async pagination src by @josefarias in #161
🥷 Internal Changes
- Add test for name_when_new without free_text by @josefarias in #164
Full Changelog: v0.2.5...v0.3.0
v0.2.5-alpha
What's Changed
🎷🐛 Bug Fixes
- Give pagination wrapper same bg color as options by @josefarias in #158
Full Changelog: v0.2.4...v0.2.5
v0.2.4-alpha
What's Changed
🎷🐛 Bug Fixes
- Give pagination wrapper a small height by @josefarias in #157
Full Changelog: v0.2.3...v0.2.4
v0.2.3-alpha
What's Changed
📦 Features
- Support non-AR form objects by @josefarias in #151
Full Changelog: v0.2.2...v0.2.3
v0.2.2-alpha
What's Changed
📦 Features
- Pass in query params to default async src by @dixpac in #135
- Allow all hosts for development by @josefarias in #140
- Account for apps with a CSP by @josefarias in #147
🎷🐛 Bug Fixes
- Fix multiselect morph by @josefarias in #146
💅 Cosmetic Changes
New Contributors
Full Changelog: v0.2.1...v0.2.2
v0.2.1-alpha
What's Changed
📦 Features
- Accept
true
forinclude_blank
by @josefarias and @searls in #130
🎷🐛 Bug Fixes
- Add background color to group label by @ocarreterom in #122
- Remove input outline when focused by @josefarias in #129
- Extend outline fix to focus-visible and within by @josefarias in #131
- Reconnect after element morph by @josefarias in #132
- Allow preselecting a grouped option by @josefarias in #133
- Implement async preselect for form object attributes by @josefarias in #136
New Contributors
- @ocarreterom made their first contribution in #122
- @searls made their first contribution in #130
Full Changelog: v0.2.0...v0.2.1
v0.2.0-alpha
What's Changed
Breaking Changes 🛠
- Rename events by @josefarias in #120
- Some styles might break as a result of modifying the combobox markup and default styles to allow for multiselect comboboxes. Not all of the new CSS classes are documented on the docs site yet. You might have to inspect element and reapply styles to the proper elements in order to get your comboboxes looking like before. Please excuse us while we nail down the base case for our markup and CSS.
📦 Features
- Add multiple selections mode by @josefarias and @jlw in #106
- Implement grouped options by @josefarias and @Deanout in #114
🎷🐛 Bug Fixes
- Fix npm publications by @josefarias in #117
- Show clear widget on prefilled state by @jlw in #108
💅 Cosmetic Changes
- Refactor names in codebase by @josefarias in #112
Full Changelog: v0.1.43...v0.2.0
v0.1.43-alpha
What's Changed
Breaking Changes 🛠
- Detangle autocompletion, selection, and filtering by @josefarias in #111 this includes minor breaking changes in the
hw-combobox:selection
event. See PR description for details.
Full Changelog: v0.1.42...v0.1.43