Releases: adhesivejs/adhesive
Releases · adhesivejs/adhesive
v0.7.9
🩹 Fixes
- core: Safely attempt to use query selector (e9700f8)
🏡 Chore
- Update tsconfig node version (db6d5ec)
- Sort package json (310720d)
- Update dev deps (6329902)
- Explicitly enable dts generation (798357f)
- Update eslint config (67a248c)
- Reorder tsdown config entries (0810bdc)
❤️ Contributors
- Daniel Waltz (@danielwaltz)
v0.7.8
v0.7.7
🚀 Enhancements
- core: Add ability to watch state changes (843d825)
- vue: Return reactive adhesive state from composable (578663c)
- react: Return reactive adhesive state from hook (aacb88c)
- vue: Emit state changes in adhesive component and expose on instance (5732a52)
- react: Add on state change handler to adhesive component (6fe798f)
🩹 Fixes
💅 Refactors
🏡 Chore
- Add directory to repository configs (6d0a22f)
- Update dev deps (b3abc5b)
- Update lint issues (bdc01f9)
- vue: Update emits style (341e447)
- Revert vue playground (25d38dd)
✅ Tests
❤️ Contributors
- Daniel Waltz (@danielwaltz)
v0.7.6
🚀 Enhancements
- Allow passing string as z-index for css computed property support (a7dd473)
- core: Update default z-index value to use computed property with fallback (58c4acf)
❤️ Contributors
- Daniel Waltz (@danielwaltz)
v0.7.5
🚀 Enhancements
- core: Add data attr for adhesive status (91e993e)
🏡 Chore
- Update dev deps (40e494f)
❤️ Contributors
- Daniel Waltz (@danielwaltz)
v0.7.4
📖 Documentation
- vue: Update bounding el description (03d0575)
🏡 Chore
- Add publish config to each package (5beb987)
❤️ Contributors
- Daniel Waltz (@danielwaltz)
v0.7.3
📖 Documentation
- vue: Remove bounding ref from options reference (0552b35)
🏡 Chore
- Update deps (3da2c59)
🤖 CI
❤️ Contributors
- Daniel Waltz (@danielwaltz)
v0.7.2
v0.7.1
🚀 Enhancements
- svelte: Add svelte adapter with attachment (c5cebba)
🩹 Fixes
- vue: Ensure adhesive direction options are partially required (697c29a)
📖 Documentation
- Update example headings and use getter function for vue options (ddf7b1d)
- svelte: Add jsdoc for adhesive attachment (8d183ea)
- svelte: Update examples in readme (23e4047)
- Update playground scripts (27ef2c7)
🏡 Chore
- vue: Remove unused bounding ref type omission (f953ea5)
- Ensure eslint config and excluded from jsr dist (0542cb4)
- vue: Use bounding el from spread options (90259f6)
- svelte: Export adhesive attachment options (ded8205)
✅ Tests
- svelte: Add basic test suite (f45d74d)
❤️ Contributors
- Daniel Waltz (@danielwaltz)
v0.7.0
🚀 Enhancements
- core: Support dynamically updating bounding element for improved hmr (ef975b3)
- vue: Support hmr updates for adhesive elements (570a42d)
- react: Support hmr updates for adhesive elements (c89680e)
🔥 Performance
- react: Memoize options in
useAdhesivehook (03f9ff8)
💅 Refactors
- vue:
⚠️ Limit target usage be strictly ref objects and drop `boundingRef`` (75d10e7) - react:
⚠️ Enforce ref object usage (f7d9584)
🏡 Chore
🤖 CI
- Enable provenance for npm publishing (fa8caa2)
⚠️ Breaking Changes
- vue:
⚠️ Limit target usage be strictly ref objects and drop `boundingRef`` (75d10e7) - react:
⚠️ Enforce ref object usage (f7d9584)
❤️ Contributors
- Daniel Waltz (@danielwaltz)