Skip to content

Releases: pikax/vue-composable

1.0.0-dev.29

22 Apr 06:46
Compare
Choose a tag to compare

Added

1.0.0-dev-21

13 Apr 13:38
Compare
Choose a tag to compare

Added

Types

  • i18n - remove void return on useI18n

1.0.0-dev.20

13 Apr 13:38
Compare
Choose a tag to compare

Types

1.0.0-dev.18

13 Apr 13:37
Compare
Choose a tag to compare

Added

1.0.0-dev-17

05 Apr 10:24
Compare
Choose a tag to compare

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

1.0.0-dev.16

27 Mar 20:56
Compare
Choose a tag to compare

Added

Changes

  • Updated [email protected]
  • stop force-updating css variables #178 - Thanks @hawezo
  • CSS variables - changed default options to { attributes: true, childList: true, subtree: true }
  • usePromise - do not reset result between executions

Breaking

1.0.0-dev.15

09 Mar 18:46
Compare
Choose a tag to compare

Fix

  • i18n - fix not loading fallback when locale is different than fallback. #167

1.0.0-dev.14

05 Mar 11:33
Compare
Choose a tag to compare

Added

1.0.0-dev.13

27 Feb 23:46
Compare
Choose a tag to compare

Breaking-Change

1.0.0-dev.12

27 Feb 23:45
Compare
Choose a tag to compare

Breaking-Change

  • storage sessionStorage localStorage - Added sync argument, defaults to true, when true it will sync the storage with other tabs
  • onScroll - Now scrollTop and scrollLeft are watched automatically for changes and will call scrollTopTo and scrollLeftTo respectably on change

Changed

  • onScroll - Added scrollTopTo, scrollLeftTo
  • webStorage - when storage item is saved it dispatches a StorageEvent
  • event - if Element isRef it will reattach new listener on change

Updated