-
-
Notifications
You must be signed in to change notification settings - Fork 159
Expand file tree
/
Copy path.release-plan.json
More file actions
22 lines (22 loc) · 1.51 KB
/
Copy path.release-plan.json
File metadata and controls
22 lines (22 loc) · 1.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"solution": {
"ember-sortable": {
"impact": "minor",
"oldVersion": "5.3.4",
"newVersion": "5.4.0",
"tagName": "latest",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./addon/package.json"
}
},
"description": "## Release (2026-08-28)\n\n* ember-sortable 5.4.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-sortable`\n * [#679](https://github.com/adopted-ember-addons/ember-sortable/pull/679) feat: support flex/grid gap between sortable items ([@BoussonKarel](https://github.com/BoussonKarel))\n\n#### :bug: Bug Fix\n* `ember-sortable`\n * [#677](https://github.com/adopted-ember-addons/ember-sortable/pull/677) fix: don't abort drop when a drop animation is cancelled (#641) ([@samridhivig](https://github.com/samridhivig))\n * [#681](https://github.com/adopted-ember-addons/ember-sortable/pull/681) fix: round position only at assignment to avoid subpixel item jitter ([@BoussonKarel](https://github.com/BoussonKarel))\n * [#678](https://github.com/adopted-ember-addons/ember-sortable/pull/678) fix: use subpixel rect widths in grid-direction position math ([@BoussonKarel](https://github.com/BoussonKarel))\n\n#### Committers: 2\n- Samridhi Vig ([@samridhivig](https://github.com/samridhivig))\n- [@BoussonKarel](https://github.com/BoussonKarel)\n"
}