Skip to content

v1.2.2

Compare
Choose a tag to compare
@smastrom smastrom released this 16 Aug 13:48
· 65 commits to main since this release

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 that vue-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.