Releases: studiometa/js-toolkit
Releases · studiometa/js-toolkit
v1.0.0-beta.6
19 Jan 09:29
Compare
Sorry, something went wrong.
No results found
v1.0.0-beta.5
19 Jan 09:11
Compare
Sorry, something went wrong.
No results found
Fixed
Fix the publication of the package (1812414 )
v1.0.0-beta.4
17 Jan 15:21
Compare
Sorry, something went wrong.
No results found
Fixed
Fix a bug where async components were instantiated multiple times (344fade , #46 )
Changed
v1.0.0-beta.3
09 Nov 22:06
Compare
Sorry, something went wrong.
No results found
Fixed
Fix the refs resolution for older browsers (f029a91 )
v1.0.0-beta.2
23 Oct 11:30
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v1.0.0-alpha.13
14 Sep 21:21
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed
Fix the resize service on older browsers (f3a1d58 )