Skip to content

Commit 2178e4c

Browse files
chore(release): v0.7.7
1 parent 25d38dd commit 2178e4c

14 files changed

Lines changed: 207 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,45 @@
11
# Changelog
22

33

4+
## v0.7.7
5+
6+
[compare changes](https://github.com/adhesivejs/adhesive/compare/v0.7.6...v0.7.7)
7+
8+
### 🚀 Enhancements
9+
10+
- **core:** Add ability to watch state changes ([843d825](https://github.com/adhesivejs/adhesive/commit/843d825))
11+
- **vue:** Return reactive adhesive state from composable ([578663c](https://github.com/adhesivejs/adhesive/commit/578663c))
12+
- **react:** Return reactive adhesive state from hook ([aacb88c](https://github.com/adhesivejs/adhesive/commit/aacb88c))
13+
- **vue:** Emit state changes in adhesive component and expose on instance ([5732a52](https://github.com/adhesivejs/adhesive/commit/5732a52))
14+
- **react:** Add on state change handler to adhesive component ([6fe798f](https://github.com/adhesivejs/adhesive/commit/6fe798f))
15+
16+
### 🩹 Fixes
17+
18+
- **core:** Init state change option ([a226c2e](https://github.com/adhesivejs/adhesive/commit/a226c2e))
19+
- **core:** Ensure initial state is filled ([e6b2a75](https://github.com/adhesivejs/adhesive/commit/e6b2a75))
20+
21+
### 💅 Refactors
22+
23+
- **core:** Only expose adhesive status ([aabd26e](https://github.com/adhesivejs/adhesive/commit/aabd26e))
24+
- Callback only on status change ([93cdae9](https://github.com/adhesivejs/adhesive/commit/93cdae9))
25+
26+
### 🏡 Chore
27+
28+
- Add directory to repository configs ([6d0a22f](https://github.com/adhesivejs/adhesive/commit/6d0a22f))
29+
- Update dev deps ([b3abc5b](https://github.com/adhesivejs/adhesive/commit/b3abc5b))
30+
- Update lint issues ([bdc01f9](https://github.com/adhesivejs/adhesive/commit/bdc01f9))
31+
- **vue:** Update emits style ([341e447](https://github.com/adhesivejs/adhesive/commit/341e447))
32+
- Revert vue playground ([25d38dd](https://github.com/adhesivejs/adhesive/commit/25d38dd))
33+
34+
### ✅ Tests
35+
36+
- Fix resize observer mocking ([2a1f2a7](https://github.com/adhesivejs/adhesive/commit/2a1f2a7))
37+
- Update core module mocks ([88ea56d](https://github.com/adhesivejs/adhesive/commit/88ea56d))
38+
39+
### ❤️ Contributors
40+
41+
- Daniel Waltz ([@danielwaltz](https://github.com/danielwaltz))
42+
443
## v0.7.6
544

645
[compare changes](https://github.com/adhesivejs/adhesive/compare/v0.7.5...v0.7.6)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adhesivejs/monorepo",
3-
"version": "0.7.6",
3+
"version": "0.7.7",
44
"private": true,
55
"packageManager": "pnpm@10.22.0",
66
"type": "module",

packages/core/CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,45 @@
11
# Changelog
22

33

4+
## v0.7.7
5+
6+
[compare changes](https://github.com/adhesivejs/adhesive/compare/v0.7.6...v0.7.7)
7+
8+
### 🚀 Enhancements
9+
10+
- **core:** Add ability to watch state changes ([843d825](https://github.com/adhesivejs/adhesive/commit/843d825))
11+
- **vue:** Return reactive adhesive state from composable ([578663c](https://github.com/adhesivejs/adhesive/commit/578663c))
12+
- **react:** Return reactive adhesive state from hook ([aacb88c](https://github.com/adhesivejs/adhesive/commit/aacb88c))
13+
- **vue:** Emit state changes in adhesive component and expose on instance ([5732a52](https://github.com/adhesivejs/adhesive/commit/5732a52))
14+
- **react:** Add on state change handler to adhesive component ([6fe798f](https://github.com/adhesivejs/adhesive/commit/6fe798f))
15+
16+
### 🩹 Fixes
17+
18+
- **core:** Init state change option ([a226c2e](https://github.com/adhesivejs/adhesive/commit/a226c2e))
19+
- **core:** Ensure initial state is filled ([e6b2a75](https://github.com/adhesivejs/adhesive/commit/e6b2a75))
20+
21+
### 💅 Refactors
22+
23+
- **core:** Only expose adhesive status ([aabd26e](https://github.com/adhesivejs/adhesive/commit/aabd26e))
24+
- Callback only on status change ([93cdae9](https://github.com/adhesivejs/adhesive/commit/93cdae9))
25+
26+
### 🏡 Chore
27+
28+
- Add directory to repository configs ([6d0a22f](https://github.com/adhesivejs/adhesive/commit/6d0a22f))
29+
- Update dev deps ([b3abc5b](https://github.com/adhesivejs/adhesive/commit/b3abc5b))
30+
- Update lint issues ([bdc01f9](https://github.com/adhesivejs/adhesive/commit/bdc01f9))
31+
- **vue:** Update emits style ([341e447](https://github.com/adhesivejs/adhesive/commit/341e447))
32+
- Revert vue playground ([25d38dd](https://github.com/adhesivejs/adhesive/commit/25d38dd))
33+
34+
### ✅ Tests
35+
36+
- Fix resize observer mocking ([2a1f2a7](https://github.com/adhesivejs/adhesive/commit/2a1f2a7))
37+
- Update core module mocks ([88ea56d](https://github.com/adhesivejs/adhesive/commit/88ea56d))
38+
39+
### ❤️ Contributors
40+
41+
- Daniel Waltz ([@danielwaltz](https://github.com/danielwaltz))
42+
443
## v0.7.6
544

645
[compare changes](https://github.com/adhesivejs/adhesive/compare/v0.7.5...v0.7.6)

packages/core/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adhesivejs/core",
3-
"version": "0.7.6",
3+
"version": "0.7.7",
44
"exports": "./src/index.ts",
55
"include": ["LICENSE", "README.md", "src/**/*.ts"],
66
"exclude": [

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adhesivejs/core",
3-
"version": "0.7.6",
3+
"version": "0.7.7",
44
"description": "A modern, performant, lightweight, dependency free, cross platform solution for flexible sticky positioned elements",
55
"type": "module",
66
"keywords": [

packages/react/CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,45 @@
11
# Changelog
22

33

4+
## v0.7.7
5+
6+
[compare changes](https://github.com/adhesivejs/adhesive/compare/v0.7.6...v0.7.7)
7+
8+
### 🚀 Enhancements
9+
10+
- **core:** Add ability to watch state changes ([843d825](https://github.com/adhesivejs/adhesive/commit/843d825))
11+
- **vue:** Return reactive adhesive state from composable ([578663c](https://github.com/adhesivejs/adhesive/commit/578663c))
12+
- **react:** Return reactive adhesive state from hook ([aacb88c](https://github.com/adhesivejs/adhesive/commit/aacb88c))
13+
- **vue:** Emit state changes in adhesive component and expose on instance ([5732a52](https://github.com/adhesivejs/adhesive/commit/5732a52))
14+
- **react:** Add on state change handler to adhesive component ([6fe798f](https://github.com/adhesivejs/adhesive/commit/6fe798f))
15+
16+
### 🩹 Fixes
17+
18+
- **core:** Init state change option ([a226c2e](https://github.com/adhesivejs/adhesive/commit/a226c2e))
19+
- **core:** Ensure initial state is filled ([e6b2a75](https://github.com/adhesivejs/adhesive/commit/e6b2a75))
20+
21+
### 💅 Refactors
22+
23+
- **core:** Only expose adhesive status ([aabd26e](https://github.com/adhesivejs/adhesive/commit/aabd26e))
24+
- Callback only on status change ([93cdae9](https://github.com/adhesivejs/adhesive/commit/93cdae9))
25+
26+
### 🏡 Chore
27+
28+
- Add directory to repository configs ([6d0a22f](https://github.com/adhesivejs/adhesive/commit/6d0a22f))
29+
- Update dev deps ([b3abc5b](https://github.com/adhesivejs/adhesive/commit/b3abc5b))
30+
- Update lint issues ([bdc01f9](https://github.com/adhesivejs/adhesive/commit/bdc01f9))
31+
- **vue:** Update emits style ([341e447](https://github.com/adhesivejs/adhesive/commit/341e447))
32+
- Revert vue playground ([25d38dd](https://github.com/adhesivejs/adhesive/commit/25d38dd))
33+
34+
### ✅ Tests
35+
36+
- Fix resize observer mocking ([2a1f2a7](https://github.com/adhesivejs/adhesive/commit/2a1f2a7))
37+
- Update core module mocks ([88ea56d](https://github.com/adhesivejs/adhesive/commit/88ea56d))
38+
39+
### ❤️ Contributors
40+
41+
- Daniel Waltz ([@danielwaltz](https://github.com/danielwaltz))
42+
443
## v0.7.6
544

645
[compare changes](https://github.com/adhesivejs/adhesive/compare/v0.7.5...v0.7.6)

packages/react/jsr.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adhesivejs/react",
3-
"version": "0.7.6",
3+
"version": "0.7.7",
44
"exports": "./src/index.ts",
55
"include": ["LICENSE", "README.md", "src/**/*.ts"],
66
"exclude": [
@@ -11,7 +11,7 @@
1111
"tsdown.config.ts"
1212
],
1313
"imports": {
14-
"@adhesivejs/core": "jsr:@adhesivejs/core@0.7.6",
14+
"@adhesivejs/core": "jsr:@adhesivejs/core@0.7.7",
1515
"react": "npm:react@^19.0.0"
1616
}
1717
}

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adhesivejs/react",
3-
"version": "0.7.6",
3+
"version": "0.7.7",
44
"description": "React adapter for Adhesive - A modern, performant, lightweight, dependency free, cross platform solution for flexible sticky positioned elements",
55
"type": "module",
66
"keywords": [

packages/svelte/CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,45 @@
11
# Changelog
22

33

4+
## v0.7.7
5+
6+
[compare changes](https://github.com/adhesivejs/adhesive/compare/v0.7.6...v0.7.7)
7+
8+
### 🚀 Enhancements
9+
10+
- **core:** Add ability to watch state changes ([843d825](https://github.com/adhesivejs/adhesive/commit/843d825))
11+
- **vue:** Return reactive adhesive state from composable ([578663c](https://github.com/adhesivejs/adhesive/commit/578663c))
12+
- **react:** Return reactive adhesive state from hook ([aacb88c](https://github.com/adhesivejs/adhesive/commit/aacb88c))
13+
- **vue:** Emit state changes in adhesive component and expose on instance ([5732a52](https://github.com/adhesivejs/adhesive/commit/5732a52))
14+
- **react:** Add on state change handler to adhesive component ([6fe798f](https://github.com/adhesivejs/adhesive/commit/6fe798f))
15+
16+
### 🩹 Fixes
17+
18+
- **core:** Init state change option ([a226c2e](https://github.com/adhesivejs/adhesive/commit/a226c2e))
19+
- **core:** Ensure initial state is filled ([e6b2a75](https://github.com/adhesivejs/adhesive/commit/e6b2a75))
20+
21+
### 💅 Refactors
22+
23+
- **core:** Only expose adhesive status ([aabd26e](https://github.com/adhesivejs/adhesive/commit/aabd26e))
24+
- Callback only on status change ([93cdae9](https://github.com/adhesivejs/adhesive/commit/93cdae9))
25+
26+
### 🏡 Chore
27+
28+
- Add directory to repository configs ([6d0a22f](https://github.com/adhesivejs/adhesive/commit/6d0a22f))
29+
- Update dev deps ([b3abc5b](https://github.com/adhesivejs/adhesive/commit/b3abc5b))
30+
- Update lint issues ([bdc01f9](https://github.com/adhesivejs/adhesive/commit/bdc01f9))
31+
- **vue:** Update emits style ([341e447](https://github.com/adhesivejs/adhesive/commit/341e447))
32+
- Revert vue playground ([25d38dd](https://github.com/adhesivejs/adhesive/commit/25d38dd))
33+
34+
### ✅ Tests
35+
36+
- Fix resize observer mocking ([2a1f2a7](https://github.com/adhesivejs/adhesive/commit/2a1f2a7))
37+
- Update core module mocks ([88ea56d](https://github.com/adhesivejs/adhesive/commit/88ea56d))
38+
39+
### ❤️ Contributors
40+
41+
- Daniel Waltz ([@danielwaltz](https://github.com/danielwaltz))
42+
443
## v0.7.6
544

645
[compare changes](https://github.com/adhesivejs/adhesive/compare/v0.7.5...v0.7.6)

packages/svelte/jsr.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adhesivejs/svelte",
3-
"version": "0.7.6",
3+
"version": "0.7.7",
44
"exports": "./src/index.ts",
55
"include": ["LICENSE", "README.md", "src/**/*.ts"],
66
"exclude": [
@@ -11,7 +11,7 @@
1111
"tsdown.config.ts"
1212
],
1313
"imports": {
14-
"@adhesivejs/core": "jsr:@adhesivejs/core@0.7.6",
14+
"@adhesivejs/core": "jsr:@adhesivejs/core@0.7.7",
1515
"svelte": "npm:svelte@^5.29.0"
1616
}
1717
}

0 commit comments

Comments
 (0)