Releases: CatsJuice/ipad-cursor
Releases · CatsJuice/ipad-cursor
v0.5.2
core
- feat: add vue directive support
- feat: ensure cursor is inited when
updateCursor
is called
v0.5.0
core
- feat: support for auto detect dom change #28
set enableAutoUpdateCursor
to true
to enable this feature
- fix: prevents the cursor from shifting from the node during rapid enter/leave #30
- fix: prevents falling back to the default value when using 0 values #29
v0.4.4
core
- fix: Fix navigate on a
block
element, the cursor can't move(#22).
Fixed in #23. Execute mouseleave
handler manually before the handler removed.
v0.4.3
core
- feat: Add basic react implementation. #19
- feat: Add
mousedown
effect #21
It's an experimental feature for now, so you have to config enableMouseDownEffect
to enable this feature, for more detail, see Config
v0.3.1
core
- fix: fix
scale
not working on normal
state #16
- feat: new auto radius support for
block
#17
by config blockStyle.radius
to auto
, it will calculate border-radius
base on element's border-radius
and config.blockPadding
v0.3.0
core
- feat: new lighting effect support. (#14)
- provide a new config item
enableLighting
playground
- feat: add lighting effect
- feat: replace logo under dark-mode
v0.2.0
- feat: add auto detect
text
cursor support #12
- docs: update
config
, style
docs
v0.1.3
- perf: optimize animation of
block
to make it more smooth
- Animate
cursor
when mouse enter block
- Animate
block
when mouse leave
v0.0.2
- Redisgn API
- Customize support