Skip to content

Releases: josefarias/hotwire_combobox

v0.3.2-alpha

31 Aug 20:01
Compare
Choose a tag to compare
v0.3.2-alpha Pre-release
Pre-release

What's Changed

📦 Features

🎷🐛 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

Full Changelog: v0.3.1...v0.3.2

v0.3.1-alpha

31 May 14:57
v0.3.1
Compare
Choose a tag to compare
v0.3.1-alpha Pre-release
Pre-release

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

04 May 20:01
v0.3.0
Compare
Choose a tag to compare
v0.3.0-alpha Pre-release
Pre-release

What's Changed

💥 Breaking Changes

📦 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

Full Changelog: v0.2.5...v0.3.0

v0.2.5-alpha

04 May 02:15
v0.2.5
Compare
Choose a tag to compare
v0.2.5-alpha Pre-release
Pre-release

What's Changed

🎷🐛 Bug Fixes

Full Changelog: v0.2.4...v0.2.5

v0.2.4-alpha

04 May 02:14
v0.2.4
Compare
Choose a tag to compare
v0.2.4-alpha Pre-release
Pre-release

What's Changed

🎷🐛 Bug Fixes

Full Changelog: v0.2.3...v0.2.4

v0.2.3-alpha

24 Apr 17:17
v0.2.3
Compare
Choose a tag to compare
v0.2.3-alpha Pre-release
Pre-release

What's Changed

📦 Features

Full Changelog: v0.2.2...v0.2.3

v0.2.2-alpha

15 Apr 02:37
v0.2.2
Compare
Choose a tag to compare
v0.2.2-alpha Pre-release
Pre-release

What's Changed

📦 Features

🎷🐛 Bug Fixes

💅 Cosmetic Changes

  • Add dummy app favicon and page title by @dixpac in #144

New Contributors

Full Changelog: v0.2.1...v0.2.2

v0.2.1-alpha

31 Mar 18:59
Compare
Choose a tag to compare
v0.2.1-alpha Pre-release
Pre-release

What's Changed

📦 Features

🎷🐛 Bug Fixes

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0-alpha

22 Mar 04:46
v0.2.0
Compare
Choose a tag to compare
v0.2.0-alpha Pre-release
Pre-release

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

🎷🐛 Bug Fixes

💅 Cosmetic Changes

Full Changelog: v0.1.43...v0.2.0

v0.1.43-alpha

15 Mar 02:17
v0.1.43
Compare
Choose a tag to compare
v0.1.43-alpha Pre-release
Pre-release

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