Releases: Namchee/tetikus
Releases · Namchee/tetikus
Version 0.4.2
Overview
0.4.2 is here 🎉! Unfortunately, I'm still not confident that it's stable yet.
Features
- Adds a new property to
Tetikus
component:options
, which is just a wrapper for a unified property object. Useful to prevent code smells and apropcalypse.
Fixes
- Fixes an issue where CSS transformations will log a warning when
id
is provided.id
property should be ignored by transformation function.
Version 0.3.1
This version fixed these following issues:
- Adds
vue
as peer dependencies to prevent installation issues.
Version 0.3.0
This version adds the following features
- Adds
id
property toTransformProps
, allowing you to specify whichtetikus
instance should transform on certain hover events. Useful when you have multipletetikus
instance. - Bumped
vue
to3.0.0
to reflect official version 3 release.
Version 0.2.1
This release fixed these following issues:
- Removes unnecessary undefined check on delay function, as it causes unwanted behavior.
Version 0.2.0
Version 0.2.0
This version adds these features:
- Proper Typescript typings
This version addresses these issues:
- ESM support, at v0.1.0 esm-based dev server must add
.default
tag at install step. This has been fixed with #1
Version 0.1.1
This release adds missing installation script on README
Version 0.1.0
v0.1.0 Version 0.1.0