-
-
Notifications
You must be signed in to change notification settings - Fork 659
Expand file tree
/
Copy path.release-plan.json
More file actions
39 lines (39 loc) · 3.02 KB
/
Copy path.release-plan.json
File metadata and controls
39 lines (39 loc) · 3.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"solution": {
"react-shepherd": {
"impact": "patch",
"oldVersion": "7.0.5",
"newVersion": "7.0.6",
"tagName": "latest",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on shepherd.js"
}
],
"pkgJSONPath": "./packages/react/package.json"
},
"shepherd.js": {
"impact": "minor",
"oldVersion": "15.2.3",
"newVersion": "15.3.0",
"tagName": "latest",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./shepherd.js/package.json"
}
},
"description": "## Release (2026-08-24)\n\n* react-shepherd 7.0.6 (patch)\n* shepherd.js 15.3.0 (minor)\n\n#### :rocket: Enhancement\n* `shepherd.js`\n * [#3482](https://github.com/shipshapecode/shepherd/pull/3482) feat: add `label` step option for the dialog's accessible name ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#3471](https://github.com/shipshapecode/shepherd/pull/3471) feat: add waitForElement and skipMissingElement step options ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### :bug: Bug Fix\n* `shepherd.js`\n * [#3480](https://github.com/shipshapecode/shepherd/pull/3480) fix: honor the floatingUIOptions positioning strategy ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#3481](https://github.com/shipshapecode/shepherd/pull/3481) fix: make canClickTarget work when a classPrefix is set ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#3477](https://github.com/shipshapecode/shepherd/pull/3477) fix: keep the arrow middleware last when merging custom Floating UI options ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#3476](https://github.com/shipshapecode/shepherd/pull/3476) fix: do not skip event handlers registered after a `once` handler ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#3483](https://github.com/shipshapecode/shepherd/pull/3483) fix: clip each highlighted element by its own scroll containers ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#3474](https://github.com/shipshapecode/shepherd/pull/3474) fix: only trigger the step `destroy` event on real teardown ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#3472](https://github.com/shipshapecode/shepherd/pull/3472) fix: pass the actual previous step in the Tour `show` event ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### :house: Internal\n* `shepherd.js`\n * [#3475](https://github.com/shipshapecode/shepherd/pull/3475) chore: untrack cypress downloads run artifact ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### Committers: 1\n- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))\n"
}