Skip to content

Commit d33de68

Browse files
committed
release: @datasketch/monkeytab@0.2.1
1 parent b373feb commit d33de68

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66

77
## [Unreleased]
88

9+
## [0.2.1] — 2026-04-15
10+
11+
### New
12+
- **`height="auto"` mode** — fits content exactly, no scrollbar for small tables. Pair with `maxHeight` to cap growth.
13+
- **`maxHeight` prop** — caps container height for `auto` or fluid (`100%`) layouts.
14+
15+
### Changed
16+
- **`ghostGrid` defaults to `true`** when `height` is a fixed pixel value — empty space is filled with placeholder rows instead of blank white area.
17+
18+
### Fixed
19+
- **`ResizeObserver` guard** — ghost grid no longer throws in SSR/jsdom environments.
20+
921
## [0.2.0] — 2026-04-07
1022

1123
First public release.
@@ -63,5 +75,6 @@ First public release.
6375
- `onUpload` prop — bring your own file upload (S3, Cloudinary, etc.)
6476
- Drag-and-drop and paste support for Image cells
6577

66-
[Unreleased]: https://github.com/datasketch/monkeytab/compare/v0.2.0...HEAD
78+
[Unreleased]: https://github.com/datasketch/monkeytab/compare/v0.2.1...HEAD
79+
[0.2.1]: https://github.com/datasketch/monkeytab/compare/v0.2.0...v0.2.1
6780
[0.2.0]: https://github.com/datasketch/monkeytab/releases/tag/v0.2.0

examples/browser-standalone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "browser-standalone",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datasketch/monkeytab",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Embeddable, editable React table component",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)