File tree 2 files changed +8
-2
lines changed
packages/eds-data-grid-react
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,17 @@ 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
+ ## [ 0.7.3] - 2024-11-11
9
+
10
+ ### Added
11
+
12
+ - ✨ Expose table-instance via ref (tableInstanceRef) by @yusijs in https://github.com/equinor/design-system/pull/3670
13
+
8
14
## [ 0.7.2] - 2024-10-24
9
15
10
16
### Added
11
17
12
- - ✨ exposed ` onRowContextMenu ` to enable context menu on right click by @tlastad in https://github.com/equinor/design-system/pull/3658
18
+ - ✨ Exposed ` onRowContextMenu ` to enable context menu on right click by @tlastad in https://github.com/equinor/design-system/pull/3658
13
19
14
20
## [ 0.7.1] - 2024-10-11
15
21
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @equinor/eds-data-grid-react" ,
3
- "version" : " 0.7.2 " ,
3
+ "version" : " 0.7.3 " ,
4
4
"description" : " A feature-rich data-grid written in React, implementing the Equinor Design System" ,
5
5
"license" : " MIT" ,
6
6
"types" : " dist/types/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments