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: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
> **Note:** This project is currently in initial development (0.0.x versions). Until version 1.0.0 is released, the public API is not considered stable and breaking changes may occur in any release without following semantic versioning conventions.
9
9
10
+
## [0.3.0] - 2025-12-10
11
+
12
+
### Changed
13
+
14
+
-**BREAKING:** Column properties have been renamed:
15
+
-`key` → `field` - The field from the data that the column references
16
+
-`type` → `dataType` - The data type of the column's values
17
+
-`headerText` → `header` - The header text of the column
0 commit comments