Update skills for Handsontable 17.1 and HyperFormula 3.3#2
Open
GreenFlux wants to merge 1 commit into
Open
Conversation
Handsontable 17.1 (May 19, 2026): - Version + CDN pin bumped to 17.1.0 - Angular wrapper note updated for Angular 17–19 support - New DataProvider plugin section with server-side loading example - New Notification plugin paragraph - ExportFile columnHeaders -> colHeaders rename added to pitfalls - v17.1 changes block added to Version Awareness - docs-map: added Notification, DataProvider, XLSX export entries; refreshed SSR pins and CDN pin to 17.1; dropped non-existent 17.0->17.1 migration link HyperFormula 3.3 (May 20, 2026): - Function count bumped (~400 -> ~420) and footer aligned to 3.3.0 - configuration.md: added maxPendingLazyTransformations + tuning note - general-pitfalls.md: noted v3.3 leak fixes and pointer to new option Side effect of running check-links --fix-redirects: HyperFormula docs links migrated from /guide/ to /docs/guide/ across all reference files (upstream site restructure). dist/*-rag.md regenerated via build.sh. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
columnHeaders→colHeadersrename.maxPendingLazyTransformationsconfig option, lazy-transformation/undo-redo leak fixes.dist/*-rag.mdviabuild.sh.As a side effect of
check-links --fix-redirects, all HyperFormula doc links migrated from/guide/to/docs/guide/to follow the upstream site restructure — that touches every HF reference file but is purely a URL update.Test plan
./scripts/check-links.sh— all links pass (3 initially-guessed v17.1 URLs were replaced with verified paths; non-existent 17.0→17.1 migration guide was dropped)./scripts/build.sh --skip-links— regeneratesdist/handsontable.zip,dist/hyperformula.zip,dist/handsontable-rag.md,dist/hyperformula-rag.mdcleanlydist/*-rag.mdto confirm new content (DataProvider example, Notification mention, v17.1 changelog block,maxPendingLazyTransformations) is includedhandsontable/v17.1.0andhyperformula/v3.3.0to trigger release CI🤖 Generated with Claude Code
Note
Low Risk
Low risk: changes are confined to markdown skill docs and regenerated
dist/*-rag.mdoutputs (no runtime code). Main risk is documentation accuracy/URL correctness after large-scale link rewrites.Overview
Updates the Handsontable and HyperFormula skill documentation to the latest releases (Handsontable 17.1.0 and HyperFormula 3.3.0), including version-pinned CDN guidance and refreshed verification timestamps.
Adds/updates coverage for new Handsontable v17.1 features (notably
DataProviderserver-side loading with an example,Notificationtoasts, Angular 17–19 wrapper guidance, XLSX export, and the ExportFilecolumnHeaders→colHeadersrename) and new HyperFormula v3.3 guidance (function count bump plus the newmaxPendingLazyTransformationstuning note tied to leak fixes).Per upstream doc restructure, rewrites HyperFormula documentation links from
/guide/...to/docs/guide/...(and similar API paths), and regenerates the correspondingdist/*-rag.mdartifacts to match.Reviewed by Cursor Bugbot for commit 98bc0fb. Bugbot is set up for automated code reviews on this repo. Configure here.