You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add user roles and permission policies. Permissions can now be scoped by
workspace, root, type, field, entry id and locale, and cover actions such as
create, read, update, delete, reorder, move, publish, archive, upload and
explore. The dashboard and backend now enforce these policies.
Add configurable rich text toolbars and custom Tiptap extension support.
Improve the Next.js integration. withAlinea now uses the CLI-provided admin
path, proxies the dashboard in development, rewrites to the generated
dashboard in production and supports custom dashboardFile values.
Allow baseUrl to be configured per environment.
Add workspace and root information to EntryUrlMeta.
Return CORS headers for local uploads.
Improve OAuth and JWT handling with explicit SameSite cookies, access-token
refresh without treating refresh tokens as JWTs, stricter JWKS key selection
and optional extra claim validation.
Fix rich text HTML parsing so marks are applied across nested content and
root-level whitespace is ignored.
Filter unresolved entry links from multi-link query results.