Skip to content

Commit 1dcb5b5

Browse files
chore: version packages for release (#2043)
1 parent f2fcdd9 commit 1dcb5b5

8 files changed

Lines changed: 24 additions & 16 deletions

File tree

.changeset/table-preserve-scroll-on-select.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/design-system/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @strapi/design-system
22

3+
## 2.2.4
4+
5+
### Patch Changes
6+
7+
- [#2042](https://github.com/strapi/design-system/pull/2042) [`f2fcdd9`](https://github.com/strapi/design-system/commit/f2fcdd9bde9ee968e40b18e90d48705491b43e86) Thanks [@Adzouz](https://github.com/Adzouz)! - **`Table`**: preserve the scroll position when selecting a row far down the list
8+
9+
`RawTable` moved roving focus to the active cell on every index change, including pointer and programmatic ones. Clicking a control (e.g. a row checkbox) low in a scrolled table refocused the roving cell and scrolled it into view, snapping the list back to the top. Focus now follows the roving cell only during keyboard navigation; the element a pointer focuses keeps focus.
10+
11+
- Updated dependencies []:
12+
- @strapi/ui-primitives@2.2.4
13+
314
## 2.2.3
415

516
### Patch Changes

packages/design-system/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@strapi/design-system",
3-
"version": "2.2.3",
3+
"version": "2.2.4",
44
"type": "module",
55
"license": "MIT",
66
"repository": {
@@ -40,14 +40,14 @@
4040
"@radix-ui/react-tabs": "1.0.4",
4141
"@radix-ui/react-tooltip": "1.0.7",
4242
"@radix-ui/react-use-callback-ref": "1.0.1",
43-
"@strapi/ui-primitives": "2.2.3",
43+
"@strapi/ui-primitives": "2.2.4",
4444
"@tanstack/react-virtual": "^3.10.8",
4545
"@uiw/react-codemirror": "4.22.2",
4646
"lodash": "4.18.1",
4747
"react-remove-scroll": "2.5.10"
4848
},
4949
"devDependencies": {
50-
"@strapi/icons": "2.2.3",
50+
"@strapi/icons": "2.2.4",
5151
"@types/lodash": "^4.17.23",
5252
"@vitejs/plugin-react-swc": "^3.7.0",
5353
"jest": "29.7.0",

packages/icons/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @strapi/icons
22

3+
## 2.2.4
4+
35
## 2.2.3
46

57
## 2.2.2

packages/icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@strapi/icons",
3-
"version": "2.2.3",
3+
"version": "2.2.4",
44
"type": "module",
55
"license": "MIT",
66
"repository": {

packages/primitives/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @strapi/ui-primitives
22

3+
## 2.2.4
4+
35
## 2.2.3
46

57
## 2.2.2

packages/primitives/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@strapi/ui-primitives",
3-
"version": "2.2.3",
3+
"version": "2.2.4",
44
"type": "module",
55
"license": "MIT",
66
"repository": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3912,8 +3912,8 @@ __metadata:
39123912
"@radix-ui/react-tabs": 1.0.4
39133913
"@radix-ui/react-tooltip": 1.0.7
39143914
"@radix-ui/react-use-callback-ref": 1.0.1
3915-
"@strapi/icons": 2.2.3
3916-
"@strapi/ui-primitives": 2.2.3
3915+
"@strapi/icons": 2.2.4
3916+
"@strapi/ui-primitives": 2.2.4
39173917
"@tanstack/react-virtual": ^3.10.8
39183918
"@types/lodash": ^4.17.23
39193919
"@uiw/react-codemirror": 4.22.2
@@ -3968,7 +3968,7 @@ __metadata:
39683968
languageName: node
39693969
linkType: hard
39703970

3971-
"@strapi/icons@2.2.3, @strapi/icons@workspace:*, @strapi/icons@workspace:packages/icons":
3971+
"@strapi/icons@2.2.4, @strapi/icons@workspace:*, @strapi/icons@workspace:packages/icons":
39723972
version: 0.0.0-use.local
39733973
resolution: "@strapi/icons@workspace:packages/icons"
39743974
dependencies:
@@ -3988,7 +3988,7 @@ __metadata:
39883988
languageName: unknown
39893989
linkType: soft
39903990

3991-
"@strapi/ui-primitives@2.2.3, @strapi/ui-primitives@workspace:*, @strapi/ui-primitives@workspace:packages/primitives":
3991+
"@strapi/ui-primitives@2.2.4, @strapi/ui-primitives@workspace:*, @strapi/ui-primitives@workspace:packages/primitives":
39923992
version: 0.0.0-use.local
39933993
resolution: "@strapi/ui-primitives@workspace:packages/primitives"
39943994
dependencies:

0 commit comments

Comments
 (0)