@object-ui/plugin-grid 3.3.0 → 3.3.2

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 (49) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/README.md +21 -1
  3. package/dist/index.js +631 -599
  4. package/dist/index.umd.cjs +8 -8
  5. package/package.json +44 -12
  6. package/.turbo/turbo-build.log +0 -32
  7. package/src/FormulaBar.tsx +0 -151
  8. package/src/GroupRow.tsx +0 -69
  9. package/src/ImportWizard.tsx +0 -412
  10. package/src/InlineEditing.tsx +0 -235
  11. package/src/ListColumnExtensions.test.tsx +0 -373
  12. package/src/ListColumnSchema.test.ts +0 -88
  13. package/src/ObjectGrid.EdgeCases.stories.tsx +0 -147
  14. package/src/ObjectGrid.msw.test.tsx +0 -130
  15. package/src/ObjectGrid.stories.tsx +0 -139
  16. package/src/ObjectGrid.tsx +0 -1598
  17. package/src/SplitPaneGrid.tsx +0 -120
  18. package/src/VirtualGrid.tsx +0 -183
  19. package/src/__tests__/GroupRow.test.tsx +0 -206
  20. package/src/__tests__/ImportPreview.test.tsx +0 -171
  21. package/src/__tests__/InlineEditing.test.tsx +0 -360
  22. package/src/__tests__/VirtualGrid.test.tsx +0 -438
  23. package/src/__tests__/accessibility.test.tsx +0 -254
  24. package/src/__tests__/accessorKey-inference.test.tsx +0 -132
  25. package/src/__tests__/airtable-style.test.tsx +0 -508
  26. package/src/__tests__/column-features.test.tsx +0 -490
  27. package/src/__tests__/grid-export.test.tsx +0 -121
  28. package/src/__tests__/mobile-card-view.test.tsx +0 -355
  29. package/src/__tests__/objectdef-enrichment.test.tsx +0 -566
  30. package/src/__tests__/performance-benchmark.test.tsx +0 -182
  31. package/src/__tests__/phase11-features.test.tsx +0 -418
  32. package/src/__tests__/row-bulk-actions.test.tsx +0 -413
  33. package/src/__tests__/row-height.test.tsx +0 -160
  34. package/src/__tests__/useGroupedData.test.ts +0 -165
  35. package/src/__tests__/view-states.test.tsx +0 -203
  36. package/src/components/BulkActionBar.tsx +0 -66
  37. package/src/components/RowActionMenu.tsx +0 -91
  38. package/src/index.test.tsx +0 -29
  39. package/src/index.tsx +0 -99
  40. package/src/useCellClipboard.ts +0 -136
  41. package/src/useColumnSummary.ts +0 -128
  42. package/src/useGradientColor.ts +0 -103
  43. package/src/useGroupReorder.ts +0 -123
  44. package/src/useGroupedData.ts +0 -187
  45. package/src/useRowColor.ts +0 -74
  46. package/tsconfig.json +0 -9
  47. package/vite.config.ts +0 -58
  48. package/vitest.config.ts +0 -13
  49. package/vitest.setup.ts +0 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @object-ui/plugin-grid
2
2
 
3
+ ## 3.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - @object-ui/types@3.3.2
8
+ - @object-ui/core@3.3.2
9
+ - @object-ui/react@3.3.2
10
+ - @object-ui/components@3.3.2
11
+ - @object-ui/fields@3.3.2
12
+ - @object-ui/mobile@3.3.2
13
+
14
+ ## 3.3.1
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [b429568]
19
+ - @object-ui/components@3.3.1
20
+ - @object-ui/fields@3.3.1
21
+ - @object-ui/types@3.3.1
22
+ - @object-ui/core@3.3.1
23
+ - @object-ui/react@3.3.1
24
+ - @object-ui/mobile@3.3.1
25
+
3
26
  ## 3.3.0
4
27
 
5
28
  ### Patch Changes
package/README.md CHANGED
@@ -361,6 +361,26 @@ const grid: GridSchema = {
361
361
  };
362
362
  ```
363
363
 
364
+ <!-- release-metadata:v3.3.0 -->
365
+
366
+ ## Compatibility
367
+
368
+ - **React:** 18.x or 19.x
369
+ - **Node.js:** ≥ 18
370
+ - **TypeScript:** ≥ 5.0 (strict mode)
371
+ - **`@objectstack/spec`:** ^3.3.0
372
+ - **`@objectstack/client`:** ^3.3.0
373
+ - **Tailwind CSS:** ≥ 3.4 (for packages with UI)
374
+
375
+ ## Links
376
+
377
+ - 📚 [Documentation](https://www.objectui.org/docs/plugins/plugin-grid)
378
+ - 📦 [npm package](https://www.npmjs.com/package/@object-ui/plugin-grid)
379
+ - 📝 [Changelog](./CHANGELOG.md)
380
+ - 🐛 [Report an issue](https://github.com/objectstack-ai/objectui/issues)
381
+ - 🤝 [Contributing Guide](https://github.com/objectstack-ai/objectui/blob/main/CONTRIBUTING.md)
382
+ - 🗺️ [Roadmap](https://github.com/objectstack-ai/objectui/blob/main/ROADMAP.md)
383
+
364
384
  ## License
365
385
 
366
- MIT
386
+ MIT — see [LICENSE](./LICENSE).