Skip to content

gp-grid: v0.23.0

Choose a tag to compare

@github-actions github-actions released this 29 Aug 21:49
58fba97

0.23.0 (2026-08-29)

⚠ BREAKING CHANGES

  • the symbols above are no longer exported from @gp-grid/core. Use the GridCore facade (selection, fill, highlight, sortFilter) and the data-source factories instead.

🐛 Bug Fixes

  • clear highlight caches when a column is moved (348a155)
  • nest InstructionBatcher start/flush as documented (b3b6e87)

♻️ Refactoring

  • drop internal managers and sorting internals from the public API (283348d)
  • route every view update through a single ViewSync (e4f5fa2)