@griddle/vue 0.1.8 → 0.1.9

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -45,7 +45,7 @@ Changing `cols` through `updateConfig()` does not relocate tiles. Use the
45
45
  versioned reflow operation when a finite-column change should adapt geometry:
46
46
 
47
47
  ```ts
48
- api.reflow({ cols: 4, strategy: 'preserve-v1' });
48
+ api.reflow({ cols: 4, strategy: 'griddle-v1' });
49
49
  ```
50
50
 
51
51
  Griddle has no breakpoint model, and reflow remains separate from `pack()` and
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@griddle/vue",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "Vue 3 bindings for Griddle — a headless, zero-dependency grid/canvas engine.",
5
5
  "keywords": [
6
6
  "grid",
@@ -53,11 +53,11 @@
53
53
  },
54
54
  "peerDependencies": {
55
55
  "vue": "^3.3.0",
56
- "@griddle/core": "^0.1.8"
56
+ "@griddle/core": "^0.1.9"
57
57
  },
58
58
  "devDependencies": {
59
59
  "vue": "^3.4.0",
60
- "@griddle/core": "^0.1.8",
60
+ "@griddle/core": "^0.1.9",
61
61
  "vite": "^5.4.0",
62
62
  "@vitejs/plugin-vue": "^5.2.0",
63
63
  "vue-tsc": "^2.2.0"