Releases: objectstack-ai/framework
Releases · objectstack-ai/framework
create-objectstack@4.1.0
create-objectstack@4.1.0
@objectstack/types@4.1.0
@objectstack/sveltekit@4.1.0
@objectstack/sveltekit@4.1.0
@objectstack/studio@4.1.0
Patch Changes
- Updated dependencies [2108c30]
- Updated dependencies [96fb108]
- Updated dependencies [23db640]
- Updated dependencies [1234920]
- Updated dependencies [5683206]
- Updated dependencies [70db902]
- Updated dependencies [70db902]
- Updated dependencies [d3b455f]
- Updated dependencies [f0b3972]
- Updated dependencies [0e63f2f]
- @objectstack/spec@4.1.0
- @objectstack/runtime@4.1.0
- @objectstack/metadata@4.1.0
- @objectstack/objectql@4.1.0
- @objectstack/plugin-security@4.1.0
- @objectstack/client@4.1.0
- @objectstack/client-react@4.1.0
- @objectstack/platform-objects@4.1.0
- @objectstack/driver-memory@4.1.0
- @objectstack/driver-turso@4.1.0
- @objectstack/plugin-audit@4.1.0
- @objectstack/plugin-auth@4.1.0
- @objectstack/plugin-msw@4.1.0
- @objectstack/service-ai@4.1.0
- @objectstack/service-analytics@4.1.0
- @objectstack/service-automation@4.1.0
- @objectstack/service-feed@4.1.0
- @objectstack/hono@4.1.0
- @objectstack/service-tenant@4.1.0
@objectstack/spec@4.1.0
Minor Changes
-
23db640:
record:highlightsnow accepts richer field items.Each entry in
fieldsmay be either a bare field name (backward compatible) or an object{ name, label?, icon?, type? }that lets the schema override the displayed label, attach a Lucide icon, or force a specific cell renderer without editing the underlying object metadata. Useful when the same field appears in multiple highlight strips with different framing (e.g. "Annual Revenue" vs "ARR") or when you want a tiny icon for status-like fields.
Patch Changes
- 2108c30:
ActionParamSchema.requirednow defaults tofalse(was effectivelyundefined). Functionally equivalent for existing consumers (which check truthiness), but makes the parsed object shape complete and unblocks downstream type narrowing. Fixes pre-existing failing testaction.test.ts > should accept minimal action parameter.