v1.2.2
This release brings various bug fixes introduced in the yesterday's minor release (1.2.0) and a refactor of the configuration types.
What's fixed
- Core - Refactored the configuration types, which were causing a Vue bug where
NotivueConfig
type couldn't be imported in an SFC because of a complex generic thatvue-sfc-compiler
couldn't process. Issue - NotivueSwipe - Force
touch-action: none
on any child of the notification. - NotivueKeyboard - Fixed
useLastFocused
composable, which was returning a wrong element.
What's improved
- NotivueSwipe - Functionalities are now automatically disabled if the item has its duration set to
Infinity
. - NotivueKeyboard - Improved queue support.