Skip to content

Release v0.3.0#52

Merged
smartlabsAT merged 1 commit into
mainfrom
release/v0.3.0
May 9, 2026
Merged

Release v0.3.0#52
smartlabsAT merged 1 commit into
mainfrom
release/v0.3.0

Conversation

@smartlabsAT
Copy link
Copy Markdown
Owner

@smartlabsAT smartlabsAT commented May 9, 2026

Summary

First minor release containing two issues from Vladimir:

  • Issue An empty table after deleting fields #47 (fix): empty table after deleting fields. Stale references in saved layout presets self-heal at read time so the API no longer returns 403.
  • Issue Configuring the layout for displaying related fields #48 (feat): per-column display configuration for relational fields. New "Column Displays" sidebar lets you assign Directus display templates per column without leaving the layout. M2M auto-resolves through the junction; translation columns share a single override across all language variants. Heuristic fallback covers directus_users, directus_files, and most custom collections.

Closes #47, closes #48.

What changed

  • package.json 0.2.18 → 0.3.0
  • CHANGELOG.md v0.3.0 entry (Added / Fixed / Changed / Internal)
  • README.md version line refreshed

Verification

Test plan

  • Quality + tests + build green locally
  • Wait for CI on release branch
  • Merge → tag v0.3.0 → GitHub Action publishes release with assets

Issue #47 (fix): self-heal stale field references in saved layout
presets so a deleted field no longer leaves the table empty with HTTP 403.

Issue #48 (feat): per-column display configuration UI for relational
fields, with heuristic fallback, M2M junction auto-traversal, and
storage-key normalization for translation columns.
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 9, 2026

Quality Check Results

TypeScript Type Check

Passed - No type errors found

ESLint

Passed - No linting errors

Prettier Format Check

Passed - Code is properly formatted

Build

Passed - Extension builds successfully


Updated: 2026-05-09T12:46:10.481Z

@smartlabsAT smartlabsAT merged commit a2253ae into main May 9, 2026
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Configuring the layout for displaying related fields An empty table after deleting fields

1 participant