Skip to content

1.0.0-dev-17

Compare
Choose a tag to compare
@pikax pikax released this 05 Apr 10:24
· 703 commits to master since this release

Changes

  • fetch - fix parameter typing and tweak API
  • event - 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 [email protected]

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