Skip to content

v56.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 31 Jul 03:59
3a38ed4

56.0.0 (2026-07-30)

⚠ BREAKING CHANGES

  • error component: "to homepage" button does not return the user to the home page (#963) (#975)

Features

  • add cached seeddatabase utility to avoid re-parsing catalogs per page (#987) (#994) (94e3285)

Bug Fixes

  • error component: "to homepage" button does not return the user to the home page (#963) (#975) (0dafe85)
  • re-render grouped mobile card on sub-row selection change (#995) (#996) (4e2c794)

Chores

  • improve npm audit results with non-breaking dependency upgrades (#981) (#982) (ee096d6)
  • mark @observablehq/plot as optional in peerdependenciesmeta (#988) (#990) (38ba4c3)
  • rename misspelled file entites.ts to entities.ts (#985) (#986) (7dc3c70)
  • upgrade prettier to latest and reformat (#983) (#984) (fe56eb2)

Performance Improvements

  • code-split chartview so @observablehq/plot isn't bundled for chart-less consumers (#989) (#991) (ed0462a)
  • memoize the virtualized table rows (#992) (#993) (a839f19)

Continuous Integration

  • pin github actions by commit sha at current versions (#980) (66bc7f1)
  • upgrade release-please-action from v4 to v5 (#977) (926d94a)