@cloudflare/kumo@1.5.1
Patch Changes
-
2c8a5ad: Changed ClipboardIcon to CopyIcon in ClipboardText component
-
31cc2e1: Fix AI command USAGE.md path resolution to work correctly from bundled dist output
-
1ae7dfd: fix(cli): include block source files in build for
kumo addcommandThe
kumo addcommand was failing because block source files (.tsx) were not being copied todist/during the build process. This adds copying of block source files fromsrc/blocks/todist/src/blocks/so the CLI can install them into user projects. -
fa3eba3: fix(Table): Add indeterminate prop and fix checkbox click handling
- Added
indeterminateprop toTable.CheckHeadandTable.CheckCellcomponents to support indeterminate checkbox state (shows minus icon when some but not all rows are selected) - Fixed checkbox click handling - clicking directly on the checkbox now works correctly (previously only clicking the cell area next to the checkbox worked)
- Updated Table demos (
TableSelectedRowDemoandTableFullDemo) with proper React state management for interactive row selection
- Added
-
3bc976e: fix: delete-resource shouldn't nest buttons within each other
-
752fdf1: support overwriting text in pagination component