Skip to content

Releases: CatsJuice/ipad-cursor

v0.5.2

30 Jul 09:43
Compare
Choose a tag to compare

core

  • feat: add vue directive support
  • feat: ensure cursor is inited when updateCursor is called

v0.5.0

21 Jul 10:09
Compare
Choose a tag to compare

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

10 Jul 10:26
Compare
Choose a tag to compare

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

10 Jul 06:43
Compare
Choose a tag to compare

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

09 Jul 03:09
Compare
Choose a tag to compare

core

  • fix: fix scalenot 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

08 Jul 17:39
Compare
Choose a tag to compare

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

08 Jul 08:21
Compare
Choose a tag to compare
  • feat: add auto detect text cursor support #12
  • docs: update config, style docs

v0.1.3

07 Jul 13:42
Compare
Choose a tag to compare
  • perf: optimize animation of block to make it more smooth
    • Animate cursor when mouse enter block
    • Animate block when mouse leave

v0.1.2

06 Jul 15:40
Compare
Choose a tag to compare
  • playground
  • readme

v0.0.2

06 Jul 09:25
Compare
Choose a tag to compare
  • Redisgn API
  • Customize support