Skip to content

Commit 613a272

Browse files
committed
v0.8.3
1 parent fbfe63f commit 613a272

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
# Changelog
22

3-
## [v0.8.2](https://github.com/finos/regular-table/tree/HEAD)
3+
## [v0.8.3](https://github.com/finos/regular-table/tree/HEAD)
44

5-
[Full Changelog](https://github.com/finos/regular-table/compare/v0.8.1...HEAD)
5+
[Full Changelog](https://github.com/finos/regular-table/compare/v0.8.2...HEAD)
6+
7+
**Fixed bugs:**
8+
9+
- Fix row header column resize [\#259](https://github.com/finos/regular-table/pull/259) ([texodus](https://github.com/texodus))
10+
11+
## [v0.8.2](https://github.com/finos/regular-table/tree/v0.8.2) (2026-03-02)
12+
13+
[Full Changelog](https://github.com/finos/regular-table/compare/v0.8.1...v0.8.2)
614

715
**Implemented enhancements:**
816

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "regular-table",
3-
"version": "0.8.2",
3+
"version": "0.8.3",
44
"description": "A regular `<table>`, for an async and virtual data model.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)