1.0.0-dev.17 (2020-04-05)
Changes
- fetch - fix parameter typing and tweak API
- [event][https://pikax.me/vue-composable/composable/event/event.html] - improve typing
- path - Improve array path access and add dev warnings
- i18n - Allow to have factory based locale messages
- i18n - Added console warnings when removing locales
- i18n - Improve overriding locales
- i18n - Setting new locale if the current locale is removed
- update peer dependency to composition-api@0.5.0
Added
- i18n - Added
$tc
, same as $t
but returns a string, sugar for usage in the template.
Fixes
- [useValidation] - Fix tracking of
$value
when is not ref
- TailwindCSS - improve typings and fix bug when sending custom breakpoints