Skip to content

Releases: studiometa/js-toolkit

v1.0.0-beta.6

19 Jan 09:29

Choose a tag to compare

v1.0.0-beta.6 Pre-release
Pre-release

Fixed

  • Fix the publication step (be95350)

v1.0.0-beta.5

19 Jan 09:11

Choose a tag to compare

v1.0.0-beta.5 Pre-release
Pre-release

Fixed

  • Fix the publication of the package (1812414)

v1.0.0-beta.4

17 Jan 15:21

Choose a tag to compare

v1.0.0-beta.4 Pre-release
Pre-release

Fixed

  • Fix a bug where async components were instantiated multiple times (344fade, #46)

Changed

v1.0.0-beta.3

09 Nov 22:06

Choose a tag to compare

v1.0.0-beta.3 Pre-release
Pre-release

Fixed

  • Fix the refs resolution for older browsers (f029a91)

v1.0.0-beta.2

23 Oct 11:30

Choose a tag to compare

v1.0.0-beta.2 Pre-release
Pre-release

Changed

  • Update the createBase method to only accept single element as root (fb8cf94)

Added

  • Add a $factory static method (#38)
  • Add the MouseEvent object to the pointer service props (#41)

Fixed

  • Fix the resolution of complex selectors when resolving components (#40)
  • Add the missing matrix export from the whole utils/css exports (efb8a98)

v1.0.0-beta.1

14 Oct 21:36

Choose a tag to compare

v1.0.0-beta.1 Pre-release
Pre-release

Added

  • Add UMD builds for legacy projects (498ac66)
  • Add modern ESM bundles (2a08fb4)
  • Add functions to define components without class (9ce6f26)
  • Add an entrypoint for the whole package (38b6562)

Fixed

  • Fix a missing Base class methods (45917e9)
  • Fix utils exports (a56bc0a)

v1.0.0-beta.0

02 Oct 16:02

Choose a tag to compare

v1.0.0-beta.0 Pre-release
Pre-release

Changed

  • Export only the Base class from the package's root (acdc4c0) ⚠️ BREAKING
  • Migrate from CJS to ESM for the package files (#36, 5565a7f)
  • Update dependencies (d159b22, cc90ffb)

v1.0.0-alpha.14

28 Sep 08:31

Choose a tag to compare

v1.0.0-alpha.14 Pre-release
Pre-release

Added

v1.0.0-alpha.13

14 Sep 21:21

Choose a tag to compare

v1.0.0-alpha.13 Pre-release
Pre-release

Added

Abstracts

  • Base: Add casting a ref to an array by appending [] to its name (#31)
  • Base: Add child component event binding to the naming convention for class methods (#30)

Decorators

  • withIntersectionObserver: Add a decorator to easily use the IntersectionObserver API with a component (#29)

Utils

  • CSS: Add a matrix(transforms) method to generate a valid CSS transform matrix (#33)

v1.0.0-alpha.12

01 Sep 16:22

Choose a tag to compare

v1.0.0-alpha.12 Pre-release
Pre-release

Fixed

  • Fix the resize service on older browsers (f3a1d58)