@object-ui/types 3.4.0 → 4.0.1

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/CHANGELOG.md +18 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @object-ui/types
2
2
 
3
+ ## 4.0.1
4
+
5
+ ## 4.0.0
6
+
7
+ ### Major Changes
8
+
9
+ - Release v4.0.0: Unified app shell, convention-based i18n, and plugin architecture overhaul.
10
+
11
+ ### Major Changes
12
+ - **`@object-ui/app-shell`**: New unified application shell with sidebar, breadcrumb, and dashboard wiring.
13
+ - **`@object-ui/providers`**: Promoted to first-class fixed package; new `DataSourceProvider` and `ThemeProvider` APIs.
14
+ - **Convention-based i18n** (`@object-ui/i18n`): `useObjectLabel` now covers nav groups, dashboards, pages, reports, charts, and field options — zero-config localisation via translation packs.
15
+ - **Dashboard surface i18n**: `DashboardRenderer`, `DashboardView`, `ChartRenderer`, `ObjectDataTable`, `ObjectChart`, and `data-table` all resolve labels through the i18n convention.
16
+ - **Sidebar/breadcrumb/chart i18n**: Full i18n coverage across navigation, breadcrumbs, chart axes/legends, and table column headers.
17
+ - **System view immutability**: Read-only UI affordances for system-managed views.
18
+ - **Multi-level grouping**: Nested sub-group support with inline grouping editor.
19
+ - **Record title resolution**: `titleFormat` and separator cleanup for consistent record display.
20
+
3
21
  ## 3.4.0
4
22
 
5
23
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@object-ui/types",
3
- "version": "3.4.0",
3
+ "version": "4.0.1",
4
4
  "description": "Pure TypeScript type definitions for Object UI - The Protocol Layer",
5
5
  "type": "module",
6
6
  "sideEffects": false,