-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Comparing changes
Open a pull request
base repository: handsontable/handsontable
base: develop@{1day}
head repository: handsontable/handsontable
compare: develop
- 13 commits
- 55 files changed
- 6 contributors
Commits on May 11, 2026
-
DEV-1549: Fix Angular grid-size demo - row header too wide due to bro…
…ken height cascade (#12516) * DEV-1549: Fix Angular grid-size example row header width Fix the broken height cascade in the Angular grid-size demo that caused the row header to appear too wide. Two root causes: 1. The CSS chain was missing `hot-table { height: 100%; }`. Without an explicit height on the hot-table host element, the `height: 100%` on #container resolved to `auto`, so Handsontable rendered all rows and computed incorrect dimensions. 2. The expand/collapse button updated an Angular binding then immediately called refreshDimensions() before Angular applied the DOM change. Replaced the binding with direct DOM manipulation via ElementRef. * fix(docs): fix Angular grid-size example row header width bug Use a numeric pixel height in gridSettings instead of height:'100%' so Handsontable sets the grid height directly as an inline style, bypassing the unreliable CSS cascade through the hot-table custom element. Button click now updates gridSettings via Angular binding instead of direct DOM manipulation + refreshDimensions(). https://claude.ai/code/session_01Tvg8qpChpG4JCA5PTaQPzz --------- Co-authored-by: Claude <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for fdc023b - Browse repository at this point
Copy the full SHA fdc023bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ae670f - Browse repository at this point
Copy the full SHA 7ae670fView commit details -
DEV-1632: Fix search styling in external-search-box recipe examples (#…
…12522) Replace inline styles with example-controls-container/controls CSS classes to match the styling used in searching-values examples. Applies to JS, TS, React (JSX/TSX), and Angular examples. https://claude.ai/code/session_01Wh3BHHNrtt6qMwEVcAuFjd Co-authored-by: Claude <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 269dba2 - Browse repository at this point
Copy the full SHA 269dba2View commit details -
DEV-1643: Add missing React TypeScript examples for multiselect cell …
…type docs (#12521) Co-authored-by: Claude <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 7af4070 - Browse repository at this point
Copy the full SHA 7af4070View commit details
Commits on May 12, 2026
-
DEV-1061 - Angular example throws an Uncaught TypeError when `@if/@fo… (
#12533) * DEV-1061 - Angular example throws an Uncaught TypeError when `@if/@for` are used and validation is executed via `ngAfterViewInit` hook" * DEV-1061 - Angular example throws an Uncaught TypeError when `@if/@for` are used and validation is executed via `ngAfterViewInit` hook * DEV-1061 - Angular example throws an Uncaught TypeError when `@if/@for` are used and validation is executed via `ngAfterViewInit` hook
Configuration menu - View commit details
-
Copy full SHA for 8682ca9 - Browse repository at this point
Copy the full SHA 8682ca9View commit details -
DEV-1556: Use CSS variable for cell function demo background (#12528)
Replaces hardcoded background color with `--ht-background-secondary-color` for consistent theming in cell function documentation examples.
Configuration menu - View commit details
-
Copy full SHA for f1ffe8e - Browse repository at this point
Copy the full SHA f1ffe8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c01ac07 - Browse repository at this point
Copy the full SHA c01ac07View commit details -
DEV-1629: Fix column/row resize handle drift after scroll with preven…
…tOverflow (#12515) * DEV-1629: Fix column/row resize handle drift after scroll with preventOverflow `getRelativeCellPositionWithinWindow` ignored the master holder's internal scroll. When `preventOverflow` forced an overlay onto the window while the master kept scrolling its holder, the resize handle landed offset by the scroll amount, making the column/row impossible to resize. Compensate the spreader-based offsets with the master scroll position only when the master scrolls a holder. When the master itself scrolls the window, the existing math is correct and is preserved unchanged. Closes #10403 * DEV-1629: Add changelog entry for PR #12515
Configuration menu - View commit details
-
Copy full SHA for 9a440fd - Browse repository at this point
Copy the full SHA 9a440fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6476f2d - Browse repository at this point
Copy the full SHA 6476f2dView commit details -
DEV-1554: Fix light theme highlight for deleted Expressive Code lines (…
…#12527) Ensures deleted lines (`.ec-line.del`) have a consistent and subtle highlight in the light theme, matching the existing style for inserted lines.
Configuration menu - View commit details
-
Copy full SHA for 8830278 - Browse repository at this point
Copy the full SHA 8830278View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd94d95 - Browse repository at this point
Copy the full SHA cd94d95View commit details -
DEV-1650: Fix build pipeline noise - suppress child output on TTY suc…
…cess (#12547) * DEV-1650: Fix build pipeline noise - suppress output on TTY success * DEV-1650: Narrow fix — strip only rspack success line, keep lint warnings * DEV-1650: Add --verbose flag to parallel build pipeline * DEV-1650: Fix --verbose stripped from puppeteer passthrough flags --verbose was unconditionally removed from passthroughFlags, breaking test:e2e.verbose — puppeteer tasks list --verbose in their passthroughFilter to control Jasmine output verbosity. buildCmd()'s passthroughFilter already gates which tasks receive which flags, so build tasks remain unaffected.
Configuration menu - View commit details
-
Copy full SHA for 3e969f6 - Browse repository at this point
Copy the full SHA 3e969f6View commit details -
DEV-1647: Fix built-in cell types example for React and Angular (#12540)
Replace Handsontable.renderers.TextRenderer (undefined when using handsontable/base) with textRenderer imported directly from handsontable/renderers/textRenderer.
Configuration menu - View commit details
-
Copy full SHA for 78f6753 - Browse repository at this point
Copy the full SHA 78f6753View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff develop@{1day}...develop