Changelog
Release notes are generated by Changesets and committed to the package:
packages/gridla/CHANGELOG.mdon GitHub, one section per version.- GitHub releases, one entry per published version, with the same notes.
- The
CHANGELOG.mdshipped inside the npm package.
Each entry names the entry point (gridla, gridla/interaction, or an adapter such as gridla/react or gridla/vue), describes the change, and for breaking changes includes a before/after snippet under a "Breaking" heading. See migration and versioning for what may change in which kind of release.
Current release
0.2.0 adds the framework-neutral interaction layer (gridla/interaction) and adapters for plain DOM, Web Components, Vue, Svelte, Solid, Angular, and Qwik, with Preact supported through gridla/react; see the adapters overview. It also fixes applyGap spacing detection, cross-canvas transfer previews, and controlled providers under scheduled change detection.
0.1.0 was the initial public release: the framework-neutral core (model, geometry, projection, solvers, nested layouts, presets, instrumentation) and the React adapter.