@toclocoinc/lattice-grid 1.14.0 → 1.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  dependencies, no build step required. Optional adapters for React, Vue, Svelte
5
5
  and Web Components ship alongside it.
6
6
 
7
- Version 1.14.0 · [latticegrid.dev](https://www.latticegrid.dev) · TOCLOCO Inc
7
+ Version 1.16.0 · [latticegrid.dev](https://www.latticegrid.dev) · TOCLOCO Inc
8
8
 
9
9
  ---
10
10
 
@@ -250,7 +250,10 @@ imports this and never the base package as well.
250
250
 
251
251
  **dhtmlx.** `modules/dhtmlx-compat` exposes a dhtmlx Grid-shaped API over
252
252
  Lattice, for moving an existing integration across a piece at a time rather
253
- than rewriting it in one go.
253
+ than rewriting it in one go. It shares the core the page already loads rather
254
+ than carrying its own, so load `lattice-grid` alongside it — a bundler wires
255
+ the shared import for you, and a `<script src>` page loads the global build
256
+ first — and a licence set on that core applies to these grids too.
254
257
 
255
258
  ### TypeScript
256
259