Skip to content

Commit 54b1a75

Browse files
committed
v0.8.6
1 parent a8b43e0 commit 54b1a75

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.5](https://github.com/finos/regular-table/tree/HEAD)
3+
## [v0.8.6](https://github.com/finos/regular-table/tree/HEAD)
44

5-
[Full Changelog](https://github.com/finos/regular-table/compare/v0.8.4...HEAD)
5+
[Full Changelog](https://github.com/finos/regular-table/compare/v0.8.5...HEAD)
6+
7+
**Implemented enhancements:**
8+
9+
- Add `predraw` API for flawless async layout [\#278](https://github.com/finos/regular-table/pull/278) ([texodus](https://github.com/texodus))
10+
11+
## [v0.8.5](https://github.com/finos/regular-table/tree/v0.8.5) (2026-07-09)
12+
13+
[Full Changelog](https://github.com/finos/regular-table/compare/v0.8.4...v0.8.5)
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.5",
3+
"version": "0.8.6",
44
"description": "A regular `<table>`, for an async and virtual data model.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)