Skip to content

Releases: hesprs/pointeract

v1.1.1

05 Feb 02:28
adaba2d

Choose a tag to compare

  • Remove CJS bundle since browsers cannot load them.
  • add jsdelivr and unpkg fields in package.json for import shortcut.

v1.1.0

03 Feb 13:06
4e417a2

Choose a tag to compare

  • refactor architecture: add augmentation support, standardize options definition, improve base class methods naming.
  • finalize modifier function.
  • add Lubricator module that can smoothify any interactions.
  • refurbish documentation to reflect the latest changes and make it more readable to humans.
  • small adjustments to modules that makes zooming module more accurate.

v1.0.1

28 Dec 14:31
68dfa0a

Choose a tag to compare

  • fix the bug that causes type error when trying to load a module that uses custom events.
  • provide Ctors export for batch constructor conversion
  • fix URL errors in README and documentation.