v2.0.0-beta.12
Pre-release2.0.0-beta.12 (2024-06-23)
Bug Fixes
fixed missing onInput attribute for the simple input component (2c4c93c)
Also cast the event type as InputEvent instead of vue's Event type.
fixed color picker input (dab0778)
Features
allow file input to take in any format by passing empty array (a95d74a)
Also added stories/test for this and the error handler.
dropped fontawesome in favor of unplugin-icons (3558b6b)
BREAKING CHANGE: The Fa fontawesome component has been removed.
-
There is now an icon component but it is not for "picking" an icon, just a
wrapper to make it have the right height when it's alone in a div. -
Instructions have been added for how to add unplugin to a downstream project
to use it similarly to how it's used internally. -
Any components that took in an icon prop no longer do.
-
The button component no longer has an icon slot nested inside the label slot,
but separate icon, iconAfter, and label slots.
improved input dropdown when it's borderless (d64dacf)
make select like input/suggestions require submission (24c6595)
- The suggestions component now shows the suggestions when there is one matching suggestion.
- The input now doesn't change the modelValue when restrictToSuggestions is true.
The user must hit enter to submit.
BREAKING CHANGES
- The Fa fontawesome component has been removed.
-
There is now an icon component but it is not for "picking" an icon, just a
wrapper to make it have the right height when it's alone in a div. -
Instructions have been added for how to add unplugin to a downstream project
to use it similarly to how it's used internally. -
Any components that took in an icon prop no longer do.
-
The button component no longer has an icon slot nested inside the label slot,
but separate icon, iconAfter, and label slots.