Skip to content

Commit 6ac2eb3

Browse files
committed
v0.8.4
1 parent 35c0844 commit 6ac2eb3

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [v0.8.4](https://github.com/finos/regular-table/tree/HEAD)
4+
5+
[Full Changelog](https://github.com/finos/regular-table/compare/v0.8.3...HEAD)
6+
7+
**Implemented enhancements:**
8+
9+
- Pre render row height [\#264](https://github.com/finos/regular-table/pull/264) ([texodus](https://github.com/texodus))
10+
311
## [v0.8.3](https://github.com/finos/regular-table/tree/HEAD)
412

5-
[Full Changelog](https://github.com/finos/regular-table/compare/v0.8.2...HEAD)
13+
[Full Changelog](https://github.com/finos/regular-table/compare/v0.8.3...HEAD)
614

715
**Fixed bugs:**
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.3",
3+
"version": "0.8.4",
44
"description": "A regular `<table>`, for an async and virtual data model.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)