Egjs Axes Versions Save

A module used to change the information of user action entered by various input devices such as touch screen or mouse into the logical virtual coordinates.

3.9.0

10 months ago

3.9.0 (2023-07-26)

:sparkles: Packages

  • @egjs/axes 3.9.0
  • @egjs/react-axes 3.3.0
  • @egjs/svelte-axes 3.3.0
  • @egjs/vue-axes 3.3.0
  • @egjs/vue2-axes 3.3.0

:rocket: New Features

  • @egjs/axes
    • add preventDefaultOnDrag option to PanInput (#214) (cc115a9)

:bug: Bug Fix

  • @egjs/axes
    • fix setOptions not applying to duration options (#215) (a0b8621)

:mega: Other

  • All
    • update packages versions (aca7cfb)

3.8.5

11 months ago

3.8.5 (2023-06-22)

:sparkles: Packages

  • @egjs/axes 3.8.5
  • @egjs/react-axes 3.2.5
  • @egjs/svelte-axes 3.2.5
  • @egjs/vue-axes 3.2.5
  • @egjs/vue2-axes 3.2.5

:rocket: New Features

  • All
    • add holding as reactive property (#211) (96ec136)

:bug: Bug Fix

  • @egjs/axes
    • fix wrong getTouches at TouchMouseEventInput (#213) (99e847d)

:mega: Other

  • All
    • update packages versions (c27baeb)

3.8.4

1 year ago

3.8.4 (2023-01-12)

:sparkles: Packages

  • @egjs/axes 3.8.4
  • @egjs/react-axes 3.2.4
  • @egjs/svelte-axes 3.2.4
  • @egjs/vue-axes 3.2.4
  • @egjs/vue2-axes 3.2.4

:bug: Bug Fix

  • @egjs/axes
    • add userSelect css props for non chrome browsers (#210) (4c2156d)

:mega: Other

  • All
    • update packages versions (3a1217c)

3.8.3

1 year ago

3.8.3 (2022-12-02)

:sparkles: Packages

  • @egjs/axes 3.8.3
  • @egjs/react-axes 3.2.3
  • @egjs/svelte-axes 3.2.3
  • @egjs/vue-axes 3.2.3
  • @egjs/vue2-axes 3.2.3

:bug: Bug Fix

  • All
    • add declaration files to package (3a68971)

:mega: Other

  • All
    • update packages versions (578c4f2)

3.8.2

1 year ago

3.8.2 (2022-12-02)

:sparkles: Packages

  • @egjs/axes 3.8.2
  • @egjs/react-axes 3.2.2
  • @egjs/svelte-axes 3.2.2
  • @egjs/vue-axes 3.2.2
  • @egjs/vue2-axes 3.2.2

:rocket: New Features

  • @egjs/axes
    • add inputKey option to PanInput and WheelInput (#204) (1169aca)

:bug: Bug Fix

  • @egjs/axes
    • fix addEventListener (#209) (5805c9d)
    • fix bounce when circular set in only one direction (#207) (4806cfa)
    • fix preventClickOnDrag option not working when changed (#206) (c49817d)

:mega: Other

  • All
    • update packages versions (4b41de4)

3.8.1

1 year ago

3.8.1 (2022-09-15)

:sparkles: Packages

  • @egjs/axes 3.8.1
  • @egjs/react-axes 3.2.1
  • @egjs/svelte-axes 3.2.1
  • @egjs/vue-axes 3.2.1
  • @egjs/vue2-axes 3.2.1

:bug: Bug Fix

  • @egjs/axes
    • fix threshold option not working (#202) (63fbeeb)
    • trigger finish event when stopAnimation is called (#203) (363334c)

:mega: Other

  • All
    • update packages versions (49943d6)

3.8.0

1 year ago

3.8.0 (2022-08-30)

:sparkles: Packages

  • @egjs/axes 3.8.0
  • @egjs/react-axes 3.2.0
  • @egjs/svelte-axes 3.2.0
  • @egjs/vue-axes 3.2.0
  • @egjs/vue2-axes 3.2.0

:rocket: New Features

  • @egjs/axes
    • add preventClickOnDrag option to PanInput (#199) (b66481d)

:bug: Bug Fix

  • @egjs/axes
    • release input when mouse event is canceled (#201) (18b3070)

:mega: Other

  • All
    • update packages versions (8a61519)
  • @egjs/vue2-axes, @egjs/vue-axes, @egjs/svelte-axes, @egjs/react-axes
    • update packages versions (c1eedef)

3.7.0

1 year ago

3.7.0 (2022-08-23)

:sparkles: Packages

  • @egjs/axes 3.7.0
  • @egjs/react-axes 3.1.0
  • @egjs/svelte-axes 3.1.0
  • @egjs/vue-axes 3.1.0
  • @egjs/vue2-axes 3.1.0

:rocket: New Features

  • @egjs/axes
    • add setOptions and setAxis method (#198) (1bcb607)

:memo: Documentation

  • @egjs/axes
    • add option document and demo sample code (#200) (de65504)

3.6.0

1 year ago

3.6.0 (2022-08-04)

:sparkles: Packages

  • @egjs/axes 3.6.0
  • @egjs/react-axes 3.0.1
  • @egjs/svelte-axes 3.0.0
  • @egjs/vue-axes 3.0.1
  • @egjs/vue2-axes 3.0.1

:rocket: New Features

  • All
  • @egjs/axes
    • add release to PanInput and RotatePanInput (#195) (e0e2e9b)

:mega: Other

  • @egjs/vue2-axes, @egjs/vue-axes, @egjs/react-axes, @egjs/axes
    • update packages versions (c1fc3e3)

3.5.0

1 year ago

Changes

  • Implementations have been added for use in cross framework components.
  • @egjs/react-axes, @egjs/vue-axes and @egjs/vue2-axes have been released which require @egjs/axes above 3.5.0.