You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/eds-data-grid-react/CHANGELOG.md
+57-20Lines changed: 57 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,25 +5,62 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## [1.0.0] - 2025-10-09
9
-
10
-
This release marks the data grid as **production-ready**. The v1.0.0 milestone signals API stability and our commitment to semantic versioning.
11
-
12
-
### BREAKING CHANGES ⚠️
13
-
14
-
-**React 19 Required**: This version requires React >= 19.0.0 and React DOM >= 19.0.0. Previous versions are not compatible with React 19, and this version is not compatible with React 18.
15
-
16
-
### Changed
17
-
18
-
- chore: React 19 upgrade by @pomfrida in https://github.com/equinor/design-system/pull/4007
* Table footer in `eds-core-react` & `eds-data-grid-react` ([#3624](https://github.com/equinor/design-system/issues/3624)) ([5f8015c](https://github.com/equinor/design-system/commit/5f8015c3817b7e9437d3436b65f37552be261da4))
24
+
25
+
26
+
### 🐛 Fixed
27
+
28
+
***datagrid:** Fix sticky-ness of grouped headers ([#3830](https://github.com/equinor/design-system/issues/3830)) ([3004536](https://github.com/equinor/design-system/commit/3004536f011c6f5dbffb481de2d870df82b35756))
29
+
***eds-core-react, eds-data-grid-react:**:bug: prevent triggering sorting on resize ([#3782](https://github.com/equinor/design-system/issues/3782)) ([066d91a](https://github.com/equinor/design-system/commit/066d91a32b5b0a0a7c8cf2b52a5e12df74cd8563))
30
+
***eds-data-grid-react:**:bug: change module type to ESNext in tsconfig.spec.json ([#3826](https://github.com/equinor/design-system/issues/3826)) ([6f0c22f](https://github.com/equinor/design-system/commit/6f0c22f4d80bf00f882e91c51f54a58ad69b7ae4))
31
+
***eds-data-grid-react:**:bug: Correct story reference ([#3797](https://github.com/equinor/design-system/issues/3797)) ([28ebe3d](https://github.com/equinor/design-system/commit/28ebe3d2c9ed7b808f21d88faffff19f1f443eda))
***eds-data-grid-react:** 🐛 Add mockup to test to fix test ([#3802](https://github.com/equinor/design-system/issues/3802)) ([47c4ad4](https://github.com/equinor/design-system/commit/47c4ad410c00a64491d8b62b713e76299c3ab85a))
34
+
***eds-data-grid-react:** 🐛 Fix virtualization unmount crash in data grid when navigating away from tabs ([#3969](https://github.com/equinor/design-system/issues/3969)) ([df01e7d](https://github.com/equinor/design-system/commit/df01e7d60571aca8b15377308bed7017661a1837))
35
+
***eds-data-grid-react:** Sortindicator was hidden on custom filters, but should be opposite ([#3599](https://github.com/equinor/design-system/issues/3599)) ([48b11dc](https://github.com/equinor/design-system/commit/48b11dcdb27ea3392ba9dfc49ab063d8dfa12c49))
* ⬆️ Upgrade dependencies in all packages ([#3933](https://github.com/equinor/design-system/issues/3933)) ([e67ed39](https://github.com/equinor/design-system/commit/e67ed398d3bc40004366eeff44dda8051691b2dd))
* upgrade pnpm to v10 and node to v22 ([#3964](https://github.com/equinor/design-system/issues/3964)) ([d8b9848](https://github.com/equinor/design-system/commit/d8b98482913c76dff41f12ff4a1ee2425dcd9b6c))
19
56
20
57
## [0.9.1] - 2025-09-11
21
58
22
-
###Fixed
59
+
## Fixed
23
60
24
61
- 🐛 Fix virtualization unmount crash in data grid when navigating away from tabs by @Copilot@torleifhalseth@pomfrida in https://github.com/equinor/design-system/pull/3969
25
62
26
-
###Changed
63
+
## Changed
27
64
28
65
- 🔥 Remove individual package lockfiles by @pomfrida in https://github.com/equinor/design-system/pull/3930
29
66
- ⬆️ Upgrade dependencies in all packages by @pomfrida in https://github.com/equinor/design-system/pull/3933
@@ -32,36 +69,36 @@ This release marks the data grid as **production-ready**. The v1.0.0 milestone s
32
69
33
70
## [0.9.0] - 2025-08-27
34
71
35
-
###Added
72
+
## Added
36
73
37
74
- ✨ New `ClickableCell` component by @pomfrida in https://github.com/equinor/design-system/pull/3868
38
75
39
-
###Fixed
76
+
## Fixed
40
77
41
78
- 🐛 Virtual table and rows with dynamic height by @arkadiy93 in https://github.com/equinor/design-system/pull/3840
42
79
43
-
###Changed
80
+
## Changed
44
81
45
82
- ⬆️ Upgrade dependencies by @pomfrida in https://github.com/equinor/design-system/pull/3881
46
83
47
84
## [0.8.1] - 2025-06-13
48
85
49
-
###Fixed
86
+
## Fixed
50
87
51
88
- 🐛 Fix sticky-ness of grouped headers by @yusijs in https://github.com/equinor/design-system/pull/3830
52
89
53
90
## [0.8.0] - 2025-05-19
54
91
55
-
###Fixed
92
+
## Fixed
56
93
57
94
- 🐛 Fix Storybook docs page error by @pomfrida in https://github.com/equinor/design-system/pull/3797
58
95
- 🐛 Add mockup to test @pomfrida in https://github.com/equinor/design-system/pull/3802
59
96
60
-
###Added
97
+
## Added
61
98
62
99
- ✨ Enable external filters, hide filter-icon when not active by @yusijs in https://github.com/equinor/design-system/pull/3764
63
100
64
-
###Changed
101
+
## Changed
65
102
66
103
- 🔥 Remove redundant placeholder in DebouncedInput by @pomfrida in https://github.com/equinor/design-system/pull/3807
This release aligns with the v1 release of our design system.
11
-
No breaking changes or migration required.
12
10
13
-
**Note:** We're moving from v0 to v1 to signal production stability across all packages in our monorepo.
11
+
### 🔧 Chores
12
+
13
+
* ⬆️ Upgrade dependencies in all packages ([#3933](https://github.com/equinor/design-system/issues/3933)) ([e67ed39](https://github.com/equinor/design-system/commit/e67ed398d3bc40004366eeff44dda8051691b2dd))
**Note:** Due to technical debt and limited active components, we're keeping the lab package at v0.x while evaluating whether to deprecate it entirely. The styled-components implementation has React 19 compatibility issues requiring workarounds we're not comfortable promoting to v1.0.0.
* ⬆️ Upgrade dependencies in all packages ([#3933](https://github.com/equinor/design-system/issues/3933)) ([e67ed39](https://github.com/equinor/design-system/commit/e67ed398d3bc40004366eeff44dda8051691b2dd))
* upgrade pnpm to v10 and node to v22 ([#3964](https://github.com/equinor/design-system/issues/3964)) ([d8b9848](https://github.com/equinor/design-system/commit/d8b98482913c76dff41f12ff4a1ee2425dcd9b6c))
38
+
39
+
40
+
### 📦 Build System
13
41
14
-
- chore: ⬆️ React 19 upgrade by @pomfrida in https://github.com/equinor/design-system/pull/4007
42
+
***deps:** bump the npm_and_yarn group across 1 directory with 3 updates ([#3768](https://github.com/equinor/design-system/issues/3768)) ([61e4565](https://github.com/equinor/design-system/commit/61e4565dcf79e6ed5be9f0b0ac7d584bab61a52c))
0 commit comments