|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## Release (2026-02-08) |
| 4 | + |
| 5 | +* react-shepherd 7.0.0 (major) |
| 6 | +* shepherd.js 15.0.0 (major) |
| 7 | + |
| 8 | +#### :boom: Breaking Change |
| 9 | +* `shepherd.js` |
| 10 | + * [#3352](https://github.com/shipshapecode/shepherd/pull/3352) Remove svelte and use vanilla TS ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) |
| 11 | + * [#3342](https://github.com/shipshapecode/shepherd/pull/3342) Drop support for node 18, move tests ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) |
| 12 | +* `react-shepherd`, `shepherd.js` |
| 13 | + * [#3144](https://github.com/shipshapecode/shepherd/pull/3144) Update to Svelte 5 ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) |
| 14 | + |
| 15 | +#### :rocket: Enhancement |
| 16 | +* `react-shepherd` |
| 17 | + * [#3339](https://github.com/shipshapecode/shepherd/pull/3339) Support React 18+ in peerDeps ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) |
| 18 | + |
| 19 | +#### :bug: Bug Fix |
| 20 | +* `shepherd.js` |
| 21 | + * [#3351](https://github.com/shipshapecode/shepherd/pull/3351) Restore attachTo tabindex when tour is hidden ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) |
| 22 | + |
| 23 | +#### :memo: Documentation |
| 24 | +* `react-shepherd`, `shepherd.js` |
| 25 | + * [#3341](https://github.com/shipshapecode/shepherd/pull/3341) More license updates ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) |
| 26 | +* Other |
| 27 | + * [#3340](https://github.com/shipshapecode/shepherd/pull/3340) Update LICENSE.md ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) |
| 28 | +* `shepherd.js` |
| 29 | + * [#3323](https://github.com/shipshapecode/shepherd/pull/3323) Redirect to root when starting demo ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) |
| 30 | +* `react-shepherd` |
| 31 | + * [#3315](https://github.com/shipshapecode/shepherd/pull/3315) Update README example path ([@Poylar](https://github.com/Poylar)) |
| 32 | + |
| 33 | +#### :house: Internal |
| 34 | +* Other |
| 35 | + * [#3343](https://github.com/shipshapecode/shepherd/pull/3343) Update landing to tailwind 4 ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) |
| 36 | +* `react-shepherd`, `shepherd.js` |
| 37 | + * [#3324](https://github.com/shipshapecode/shepherd/pull/3324) pnpm update ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) |
| 38 | + * [#3302](https://github.com/shipshapecode/shepherd/pull/3302) Remove scarf, bump vitest ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) |
| 39 | + |
| 40 | +#### Committers: 2 |
| 41 | +- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) |
| 42 | +- [@Poylar](https://github.com/Poylar) |
| 43 | + |
3 | 44 | ## Release (2025-07-23) |
4 | 45 |
|
5 | 46 | * react-shepherd 6.1.9 (patch) |
|
0 commit comments