Skip to content

Commit 45f2e35

Browse files
committed
v0.8.5
1 parent cd89d45 commit 45f2e35

3 files changed

Lines changed: 19 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,29 @@
11
# Changelog
22

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

5-
[Full Changelog](https://github.com/finos/regular-table/compare/v0.8.3...HEAD)
5+
[Full Changelog](https://github.com/finos/regular-table/compare/v0.8.4...HEAD)
6+
7+
**Implemented enhancements:**
8+
9+
- Instance column size CSS and general stylesheet optimization [\#275](https://github.com/finos/regular-table/pull/275) ([texodus](https://github.com/texodus))
10+
11+
**Merged pull requests:**
12+
13+
- Add MAINTAINERS.md file [\#269](https://github.com/finos/regular-table/pull/269) ([TheJuanAndOnly99](https://github.com/TheJuanAndOnly99))
14+
- Update README.md with FINOS Graduated badge [\#268](https://github.com/finos/regular-table/pull/268) ([TheJuanAndOnly99](https://github.com/TheJuanAndOnly99))
15+
16+
## [v0.8.4](https://github.com/finos/regular-table/tree/v0.8.4) (2026-04-14)
17+
18+
[Full Changelog](https://github.com/finos/regular-table/compare/v0.8.3...v0.8.4)
619

720
**Implemented enhancements:**
821

922
- Pre render row height [\#264](https://github.com/finos/regular-table/pull/264) ([texodus](https://github.com/texodus))
1023

11-
## [v0.8.3](https://github.com/finos/regular-table/tree/HEAD)
24+
## [v0.8.3](https://github.com/finos/regular-table/tree/v0.8.3) (2026-03-07)
1225

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

1528
**Fixed bugs:**
1629

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@ Pivot Tables, File Trees, or anytime you need:
6868
## Documentation
6969

7070
What follows functions as a quick-start guide, and will explain the basics of
71-
the Virtual Data Models, Styling and Interaction APIs. Complete
72-
[API docs](https://github.com/finos/regular-table/blob/master/api.md) and
73-
documented
71+
the Virtual Data Models, Styling and Interaction APIs. Documented
7472
[examples](https://github.com/finos/regular-table/tree/master/examples) are also
7573
available.
7674

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

0 commit comments

Comments
 (0)