# NocoDB changelog
> An open-source Airtable alternative that turns any database into a smart spreadsheet.
- Vendor: NocoDB
- Category: Productivity
- Official site: https://nocodb.com
- Tracked by: What's New (https://whatsnew.fyi/product/nocodb)
- Harvested from: GitHub (nocodb/nocodb)
- Entries below: 10 (newest first)
What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog.
Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'.
## Releases
### 2026.08.0 — 2026.08.0 : Introducing Interfaces
- Date: 2026-08-05
- Version: 2026.08.0
- Original notes: https://github.com/nocodb/nocodb/releases/tag/2026.08.0
- Permalink: https://whatsnew.fyi/product/nocodb/releases/2026.08.0
- **added** — Interfaces feature to build custom apps on top of base data with focused pages for different audiences
- **added** — Dynamic conditions in Record-Level Security to reference current user, their email, or their teams
- **added** — WEEKNUM formula function to return the week of the year a date falls in
- **added** — Select a range of rows with Shift+click in the grid
- **changed** — v3 link updates now stay scoped to the requested records
- **changed** — Delete select options by title in API v3 using option titles instead of ids
- **changed** — API v1 user updates no longer change workspace access
- **changed** — Grouped views no longer blank out and reload when editing cells in grids grouped by link, user, JSON, or attachment fields
- **changed** — Duplicating a record no longer carries over links verbatim to avoid detaching has-many and one-to-one linked records
- **changed** — QR code cells no longer generate full-size codes for every row to improve performance
- **fixed** — Duplicate rows appearing while scrolling when a record dropped out of a filtered or sorted grid
- **fixed** — Snapshots now work on bases with restricted permissions and in workspaces that have reached their base limit
- **fixed** — Smart Text failed initial load no longer clears cell content on autosave, Backspace works in expanded editor
- **fixed** — Rollup fields now validate their target and reject creation over non-aggregatable fields
- **fixed** — Server-side scripts createRecordsAsync no longer creates blank records
- **fixed** — Image viewer now works in forms
- **fixed** — List views now load on external data sources on NocoDB Cloud
- **fixed** — Postgres imports keep auto-increment in sync after importing or migrating a base
- **fixed** — SQLite schema changes with indexes no longer fail when deleting or modifying indexed fields
- **security** — Stronger validation of filter expressions, redirect targets, connection configurations, and OAuth parameters
##### Availability
| Feature | CE / Free | Paid / Enterprise |
|---|:---:|:---:|
| Interfaces | – | ✅ |
##### Interfaces
**Interfaces** let you build custom, easy-to-use apps on top of your base data. Instead of giving everyone access to the full base with all its tables, views, and configuration options, you design focused pages that surface exactly the data and actions each audience needs: a review queue for approvers, a dashboard for leadership, a form for field teams, or a full internal tool that combines all of them. Your base remains the single source of truth; what changes is how each group experiences it. Interfaces (**beta**) are available on **NocoDB Cloud** (Plus plan and above) and licensed self-hosted deployments (Business plan and above).
[Learn more about Interfaces →](https://nocodb.com/docs/interfaces)
##### Improvements & Fixes
- **Dynamic conditions in Record-Level Security.** A policy can now reference whoever is viewing the data, such as the current user, their email, or their teams, so a single policy like "Assignee is the current user" covers the whole workspace. Policies can also filter on system fields such as Created by and Last modified by. Available on NocoDB Cloud (Scale plan and above) and self-hosted Scale and Enterprise plans. [Learn more →](https://nocodb.com/docs/product-docs/roles-and-permissions/record-level-security)
- **New WEEKNUM formula function.** `WEEKNUM(date, [startDayOfWeek])` returns the week of the year a date falls in, matching how spreadsheets calculate it. Weeks start on Sunday by default, and an optional second argument picks a different first day of the week. [Learn more →](https://nocodb.com/docs/product-docs/fields/field-types/formula/date-functions#weeknum)
- **Select a range of rows with Shift+click.** Hold Shift while clicking a row's checkbox in the grid to select every row between it and the last row you clicked, the same way spreadsheets work.
- **v3 link updates stay scoped to the requested records.** Updating a link field through the v3 records API no longer removes those linked records from other rows.
- **Delete select options by title in API v3.** The field options delete endpoint now accepts option titles instead of ids and ignores titles that do not exist. Update existing v3 integrations accordingly.
- **Behaviour change in API v1: user updates no longer change workspace access.** `PATCH /api/v1/users/{userId}` no longer changes default workspace access. To grant access to a specific base, use `POST /api/v3/meta/bases/{baseId}/members` with `{ email, base_role }`. To allow base creation and workspace-wide access, use `POST /api/v3/meta/workspaces/{workspaceId}/members` with `{ email, workspace_role }`.
- **Grouped views stay put while editing.** Grids grouped by a link, user, JSON, or attachment field no longer blank out and reload on every cell edit.
- **No more duplicate rows while scrolling.** When a record dropped out of a filtered or sorted grid, an in-flight fetch could render it a second time further down the view.
- **Duplicating a record no longer moves linked records.** Copying every link verbatim could silently detach has-many and one-to-one linked records from the original. These links are now skipped on the copy, with a notice listing the fields that were not carried over.
- **Faster views with QR codes.** QR code cells no longer generate full-size codes for every row, which could freeze views with many records.
- **Snapshot reliability.** Snapshots now work on bases with restricted permissions and in workspaces that have reached their base limit.
- **Smart Text fixes.** A failed initial load no longer lets autosave clear the cell's content, Ba
_[Truncated at 4000 characters — full notes: https://github.com/nocodb/nocodb/releases/tag/2026.08.0]_
### 2026.07.0 — 2026.07.0 : Introducing Calendar Sync & Image Annotations
- Date: 2026-07-14
- Version: 2026.07.0
- Original notes: https://github.com/nocodb/nocodb/releases/tag/2026.07.0
- Permalink: https://whatsnew.fyi/product/nocodb/releases/2026.07.0
- **added** — Calendar Sync feature brings events from Google Calendar, Outlook Calendar, or CalDAV servers into NocoDB as a read-only Event table that stays up to date automatically
- **added** — Image annotations let comments point at an exact spot on an image with pins or rectangles instead of describing in words
- **added** — Workflow Comment Trigger runs a workflow when a comment is added, edited, deleted, resolved, or reopened on a record
- **added** — Attach files to comments with images and files from the file picker, pasted, or dropped onto the composer
- **added** — Webhooks can now fire when a comment is added, edited, deleted, resolved, or reopened
- **added** — New MD5(), SHA256(), and SHA512() functions compute a hash of any value for checksums and spotting changed records
- **added** — New DATETIME_FORMAT() function formats a date or datetime into text with localized LL, LLL, and LLLL presets
- **added** — Lookup fields can now sort the values they pull in and show only the first or last few instead of every linked value
- **added** — Persian (Jalali) calendar support in Date and DateTime fields for display and input
- **added** — Export calendar views as iCalendar (.ics) files to open in any calendar app
- **added** — Custom calendar timescale mode shows any number of days or weeks from one to six alongside day, week, and month
- **added** — Event themes for calendars with Bordered, Dot, Solid, Minimal, and Pill options set per view
- **added** — Calendar views now render and navigate properly on phones with compact toolbar and record sidebar
- **added** — Skip sheets when importing Excel by unticking sheets you do not want before importing
- **added** — Create new fields while importing into an existing table by mapping unmatched columns to brand new fields
- **changed** — Comment length limit was raised from 3,000 to 10,000 characters
- **changed** — Webhooks can now be narrowed to comments that mention a particular person or exclude comments posted by your own integrations
##### Availability
| Feature | CE / Free | Paid / Enterprise |
|---|:---:|:---:|
| Calendar Sync | – | ✅ |
| Image Annotations | – | ✅ |
| Workflow Comment Trigger | – | ✅ |
##### Calendar Sync
**Calendar Sync** brings events from **Google Calendar**, **Outlook Calendar**, or any **CalDAV** server (Apple iCloud, Fastmail, Nextcloud, and others) into NocoDB as a read-only **Event** table that stays up to date on its own. Pick a calendar and a date window from the new **Calendar** category in the App Sync wizard; NocoDB syncs the event details and sets up a colour-coded Calendar view on the first sync. Available on **NocoDB Cloud** (Plus plan and above) and licensed self-hosted deployments (Business plan and above).
[Learn more about Calendar Sync →](https://nocodb.com/docs/product-docs/sync/app-sync/calendar)
##### Image Annotations
**Image annotations** let a comment point at an exact spot on an image instead of describing it in words. Open an image in the attachment viewer, drop a pin or drag a rectangle, and leave your comment; annotations are labelled, and replies thread underneath. Available on all **NocoDB Cloud** plans and licensed self-hosted deployments.
[Learn more about comments →](https://nocodb.com/docs/product-docs/records/expand-record)
##### Workflow Comment Trigger
**When comment changes** is a new workflow trigger that runs a workflow when a comment is added, edited, deleted, resolved, or reopened on a record. Narrow it to specific comment events or to comments that mention particular people, and use the comment, its author, and mentions in later steps. Available on all **NocoDB Cloud** plans and licensed self-hosted deployments (Business plan and above).
[Learn more about the comment trigger →](https://nocodb.com/docs/workflows/nodes/trigger-nodes/comment)
##### Improvements & Fixes
- **Attach files to comments.** Comments now take images and files, added from the file picker, pasted straight in, or dropped onto the composer. Available on NocoDB Cloud (Plus plan and above) and licensed self-hosted deployments (Business plan and above). [Learn more →](https://nocodb.com/docs/product-docs/records/expand-record)
- **Trigger webhooks from comments.** Webhooks can now fire when a comment is added, edited, deleted, resolved, or reopened, and can be narrowed to comments that mention a particular person or exclude comments posted by your own integrations. [Learn more →](https://nocodb.com/docs/product-docs/automation/webhook/create-webhook)
- **Checksum formulas.** New `MD5()`, `SHA256()`, and `SHA512()` functions compute a hash of any value, useful for checksums and spotting changed records. Available on PostgreSQL and MySQL. [Learn more →](https://nocodb.com/docs/product-docs/fields/field-types/formula/string-functions)
- **Localized date formatting in formulas.** A new `DATETIME_FORMAT()` function formats a date or datetime into text, including the localized `LL`, `LLL`, and `LLLL` presets. [Learn more →](https://nocodb.com/docs/product-docs/fields/field-types/formula/date-functions)
- **Sort and limit Lookup values.** A Lookup field can now sort the values it pulls in and show only the first or last few, instead of every linked value. Available on PostgreSQL, on NocoDB Cloud (Plus plan and above) and licensed self-hosted deployments (Business plan and above). [Learn more →](https://nocodb.com/docs/p
_[Truncated at 4000 characters — full notes: https://github.com/nocodb/nocodb/releases/tag/2026.07.0]_
### 2026.06.2 — 2026.06.2 : Introducing Oracle Database Support
- Date: 2026-06-29
- Version: 2026.06.2
- Original notes: https://github.com/nocodb/nocodb/releases/tag/2026.06.2
- Permalink: https://whatsnew.fyi/product/nocodb/releases/2026.06.2
- **added** — Oracle Database support as an Enterprise add-on alongside PostgreSQL, MySQL, and Microsoft SQL Server
- **added** — Compact and Expanded record height options for calendar cards and ability to collapse or hide weekends in calendar view
- **added** — Circle progress shape option for Percent fields in addition to the existing Bar shape
- **added** — Formatting tab for Lookup fields to set display format independently of the source field when resolving to numbers or dates
- **added** — Toggle individual sort conditions on or off without deleting them and drag to reorder sort fields
- **added** — Dashed guide lines for Gantt milestones aligned to date headers and ability to switch group-bys off and back on without losing configuration
- **added** — Custom page size with own width and height in Page Designer extension and ability to keep multiple named designs
- **added** — Weekday-prefixed date formats showing day of week in cells and grid group headers for ISO, European, and US base formats
- **added** — Public shared forms now save in-progress answers to browser and clear draft on submit
- **added** — Form notification setting to pick which base collaborators receive email on each submission
- **added** — CSV, Excel, and JSON exports now include all linked records in Links or Lookup cells
- **changed** — Faster base and grid loads by coalescing many internal read requests into a single batched request
- **added** — Production-grade Kubernetes Helm chart rewritten for high availability with separate app and worker deployments, autoscaling, external PostgreSQL and Redis support, and pod disruption budgets
- **added** — Self-hosted deployments can now show email and password sign-in form alongside SSO on the sign-in page with new admin setting
- **security** — OAuth refresh-token rotation is now strictly single-use under concurrent requests and access tokens can no longer be presented as session tokens
- **security** — Public OAuth client endpoint no longer returns sensitive material
- **security** — External database connections validate connection host before connecting on all editions to block attempts to reach internal network addresses
- **security** — Outgoing webhook request and response bodies, image thumbnail input sizes, and formula string output are now capped to prevent memory exhaustion
- **security** — Field names in AI prompt tooltip are now rendered as plain text to prevent stored cross-site scripting attacks
##### Availability
| Feature | CE / Free | Paid / Enterprise |
|---|:---:|:---:|
| Oracle Database Support | – | Enterprise add-on |
##### Oracle Database Support
**Oracle Database** joins PostgreSQL, MySQL, and Microsoft SQL Server as a connectable external data source. Connect an existing Oracle database and work with its tables through NocoDB's grids, views, fields, formulas, links, lookups, aggregations, and charts. Available as an add-on for Enterprise customers; reach out to the support team ([support@nocodb.com](mailto:support@nocodb.com)) to enable it.
[Learn more about connecting data sources →](https://nocodb.com/docs/product-docs/data-sources/connect-to-data-source)
##### Improvements & Fixes
- **A more readable calendar.** Switch cards between **Compact** and **Expanded** record heights, see several fields per card in Week view, and **collapse** or **hide** weekends straight from the calendar's view mode dropdown. [Learn more →](https://nocodb.com/docs/product-docs/views/view-types/calendar)
- **Circular progress for Percent fields.** Percent fields can now render their progress as a **Circle** as well as the existing **Bar**, set from the field's "Progress bar shape" option. [Learn more →](https://nocodb.com/docs/product-docs/fields/field-types/numerical/percent)
- **Formatting options for Lookup fields.** When a Lookup resolves to a number or a date, a new **Formatting** tab lets you set its display format (decimal, currency, percent, or date, datetime, time) independently of the source field, and it applies everywhere the lookup appears. [Learn more →](https://nocodb.com/docs/product-docs/fields/field-types/links-based/lookup)
- **Smarter sorting.** Toggle individual sort conditions on or off without deleting them, and drag to reorder your sort fields. [Learn more →](https://nocodb.com/docs/product-docs/table-operations/sort)
- **Gantt milestone guide lines and group toggles.** Milestones now drop a dashed guide line up to the date header so they're easy to place at a glance, group-bys can be switched off and back on without losing their configuration, and formula fields that produce a URL render as clickable links in the sidebar. [Learn more →](https://nocodb.com/docs/product-docs/views/view-types/gantt)
- **More layout control in Page Designer.** The Page Designer extension now supports a custom page size with your own width and height, and you can keep several named designs in one place and switch, duplicate, or rename them. [Learn more →](https://nocodb.com/docs/product-docs/extensions/page-designer)
- **Weekday-prefixed date formats.** New date display formats prefix the day of the week (for example "Wednesday 2026-06-10" or "Wed 10/06/2026") in cells and grid group headers, available for ISO, European, and US base formats. [Learn more →](https://nocodb.com/docs/product-docs/fields/field-types/date-time-based/date)
- **Forms remember in-progress answers.** Public shared forms now save what a respondent has typed to their own browser, so a refresh or accidental navigation no longer wipes a half-completed form. The draft clears on submit. [Learn more →](https://nocodb.com/docs/product-docs/views/view-types/form)
- **Email form responses to any base collaborator.** The form's notification setting now lets you pick which base collaborators receive an email on each submission, not just the form owner. [Learn more →](https://nocodb.com/docs/product-docs/views/view-types/form)
- **Linked-record exports are complete.** CSV, Excel, and JSON exports now include all linked records in a Links or Lookup cell.
##### Security
- **OAuth and authentication hardening.** OAuth refresh-token rotation is now strictly singl
_[Truncated at 4000 characters — full notes: https://github.com/nocodb/nocodb/releases/tag/2026.06.2]_
### 2026.06.1 — 2026.06.1 : Introducing Custom Sync
- Date: 2026-06-15
- Version: 2026.06.1
- Original notes: https://github.com/nocodb/nocodb/releases/tag/2026.06.1
- Permalink: https://whatsnew.fyi/product/nocodb/releases/2026.06.1
- **added** — Custom Sync feature mirrors tables from PostgreSQL or MySQL databases into NocoDB as read-only synced tables that stay up to date with their source
- **added** — Scale plan on NocoDB Cloud unlocks unlimited workspaces, Row-Level Security, workspace audit logs, and trash retention settings
- **added** — White-Label feature rebrands entire NocoDB deployment with custom product name, logos, favicon, and brand colour
- **added** — Microsoft SQL Server support as a connectable database for external data sources and Custom Sync
- **added** — Real-time collaboration in NocoDocs with named cursors, presence avatars, automatic conflict-free merging, and offline edit reconciliation
- **added** — Convert Single line text fields into Links fields with cell values matched to related records by display value
- **added** — Calendar 3 Days view layout between Day and Week with records ordered by scheduled time and drag-and-drop rescheduling
- **added** — Web bookmarks in NocoDocs with /web bookmark block that renders links as rich visual cards with title, description, and preview image
- **added** — Select up to 1,000 rows at once for copy, paste, and fill operations
- **added** — On this page navigation in NocoDocs with heading rail showing position and outline for jumping to headings
- **changed** — Form building performance dramatically improved on large forms with 100+ fields, reducing field switching latency from 550ms to 40ms and typing latency from 380ms to 90ms
- **changed** — Grid views now remember and restore previous scroll position instead of jumping to top
- **changed** — Unlimited filters on paid NocoDB Cloud plans, removing the previous 50-filter cap per view
- **changed** — Text filters now default to 'is like' contains-style match instead of exact match on text, email, URL, and phone fields
- **changed** — File imports can now map columns directly to Links fields
- **changed** — Sync deletion now prompts whether to convert synced tables into plain editable tables or delete them
- **fixed** — Lookup attachment downloads now work reliably and nested lookups render as proper attachment strip
- **fixed** — Filter values are no longer truncated when editing filters with many selected options
- **fixed** — Import progress continues reporting after page refresh for background jobs
- **fixed** — Attachment thumbnails now respect EXIF orientation so portrait photos render correctly
##### Availability
| Feature | CE / Free | Paid / Enterprise |
|---|:---:|:---:|
| Custom Sync | – | ✅ |
| White-Label | – | Enterprise add-on |
| SQL Server Support | – | Enterprise add-on |
##### Custom Sync
**Custom Sync** mirrors tables from your existing PostgreSQL or MySQL database into NocoDB as read-only synced tables that stay up to date with their source, giving business teams a friendly interface over production data without migrations or export scripts. Pick the tables, fine-tune how each column maps to NocoDB field types, and refresh manually or on a schedule with full or incremental runs. Available on the Business plan and above, on both NocoDB Cloud and self-hosted deployments.
[Learn more about Custom Sync →](https://nocodb.com/docs/product-docs/sync/app-sync/custom)
##### Scale Plan on NocoDB Cloud
**Scale** is a new NocoDB Cloud plan between Business and Enterprise, bringing governance features to a self-serve plan. It unlocks **unlimited workspaces**, **Row-Level Security**, **workspace audit logs**, and **trash retention settings**, plus substantially higher limits across records, storage, API calls, automation runs, and retention.
[Learn more about plans and pricing →](https://nocodb.com/pricing)
##### White-Label
**White-Label** rebrands your entire NocoDB deployment as your own product. Set your product name, logos, favicon, and brand colour from the new White Label tab in the Admin Panel, and the branding carries through the sign-in page, public forms, shared views, and transactional emails. Available as an add-on for Enterprise customers on self-hosted deployments; reach out to the support team ([support@nocodb.com](mailto:support@nocodb.com)) to enable it.
[Learn more about White Label →](https://nocodb.com/docs/self-hosting/white-label)
##### SQL Server Support
**Microsoft SQL Server** joins PostgreSQL and MySQL as a connectable database in NocoDB. Connect it as an external data source and work with it through grids, views, and fields, or use it as a [Custom Sync](#custom-sync) source to mirror tables into your base. Available as an add-on for Enterprise customers; reach out to the support team ([support@nocodb.com](mailto:support@nocodb.com)) to enable it.
[Learn more about connecting data sources →](https://nocodb.com/docs/product-docs/data-sources/connect-to-data-source)
##### Improvements & Fixes
- **Real-time collaboration in NocoDocs.** Multiple people can now edit the same page at once: named cursors, presence avatars, automatic conflict-free merging, and offline edits that reconcile on reconnect. [Learn more →](https://nocodb.com/docs/noco-docs/collaboration)
- **Turn text into linked records.** Convert a Single line text field into a Links field; cell values are matched to related records by display value, conversions work in both directions and are undoable, and file imports can now map columns directly to Links fields.
- **Calendar 3 Days view.** A new layout between Day and Week keeps the next few days in one focused frame, with records ordered by scheduled time and drag-and-drop rescheduling.
- **Web bookmarks in NocoDocs.** A new `/web bookmark` block turns any link into a rich visual card with the page's title, description, and preview image. [Learn more →](https://nocodb.com/docs/noco-docs/document-content/web-bookmarks)
- **Much faster form building on large forms.** Editing forms with 100+ fields is dramatically smoother: switching between fields dropped from roughly 550ms to 40ms, and typing latency
_[Truncated at 4000 characters — full notes: https://github.com/nocodb/nocodb/releases/tag/2026.06.1]_
### 2026.06.0 — 2026.06.0 : Introducing NocoDB Sync and Document Version History
- Date: 2026-06-04
- Version: 2026.06.0
- Original notes: https://github.com/nocodb/nocodb/releases/tag/2026.06.0
- Permalink: https://whatsnew.fyi/product/nocodb/releases/2026.06.0
- **added** — NocoDB Sync mirrors shared views from one NocoDB base into another as a synced table that stays up to date with its source
- **added** — Document Version History automatically saves every edit to a NocoDocs page and allows restoring earlier versions
- **added** — Calendar view gains 2 Weeks and 6 Weeks layout options between week and month views
- **added** — Group Toggle allows switching a group-by off without deleting it and turning it back on with the same configuration intact
- **added** — Bulk actions on multiple fields by shift-clicking or Cmd/Ctrl-clicking grid column headers to hide, delete, group by, or filter by all at once
- **added** — Duplicate a record from the grid by right-clicking any row
- **added** — Sort select-field options alphabetically with a persistent A to Z toggle
- **changed** — AutoNumber fields are now eligible to act as the primary display column
- **changed** — View search collapses to a single icon on narrow screens instead of crowding the toolbar
- **fixed** — Link and User fields render correctly in form-submission and record emails
- **fixed** — Webhooks scoped to specific trigger fields no longer get silently skipped when changed columns cannot be determined
- **fixed** — POST, PUT, or PATCH webhooks with an empty body are now flagged as an error in the hook log
- **fixed** — Syncing schema no longer drops links or relations when a related table has no primary key
- **fixed** — User-set primary keys are preserved across schema changes
- **added** — Timeline and Gantt views can now be created and updated through the V3 REST API including their date-dependency options
- **added** — Number separator option is now exposed in the V3 API for Number, Decimal, and Rollup fields
- **fixed** — Attaching files through the V3 API by base64 content or URL now follows the correct file-reference flow
- **changed** — SQLite as an external data source is now limited to the free self-hosted edition and blocked on licensed self-hosted and Cloud
- **security** — Dependency security batch clears remaining advisories across the stack by pinning packages including express-rate-limit and path-to-regexp
##### Availability
| Feature | CE / Free | Paid / Enterprise |
|---|:---:|:---:|
| NocoDB Sync | – | ✅ |
| Document Version History | – | ✅ |
| Calendar Multi-Week Views | ✅ | ✅ |
| Group Toggle | – | ✅ |
##### NocoDB Sync
**NocoDB Sync** mirrors a shared view from one NocoDB base into another as a synced table that always stays up to date with its source. Whether you're rolling several team bases into a single reporting hub, feeding a downstream workflow from a single source of truth, or sharing a curated slice of data without handing over the original, NocoDB Sync keeps both sides in step without any manual copying. Existing integration-based syncs are now grouped under **App Sync**.
[Learn more about NocoDB Sync →](https://nocodb.com/docs/product-docs/sync/nocodb-sync)
##### Document Version History
**Version History** automatically saves every edit to a NocoDocs page, so nothing you write is ever truly lost. Whether you're recovering a section you deleted yesterday, tracing how a shared document evolved, or rolling back an unwanted change, you can revisit any earlier version, see exactly what changed, and restore it in a single click. Viewers can browse the full history while editors can restore, and how far back it reaches depends on your plan, from 3 days on Free up to a full year on Enterprise.
[Learn more about Version History →](https://nocodb.com/docs/noco-docs/version-history)
##### Calendar Multi-Week Views
**Calendar view** gains two new layouts between its week and month options, **2 Weeks** and **6 Weeks**, so you can frame exactly the window you're planning around. Whether you're mapping out a two-week sprint, lining up a six-week content calendar, or simply wanting more context than a single week without the sprawl of a full month, these layouts let you see the right slice of time at a glance. Your chosen layout is remembered per view, so each calendar opens the way you left it.
##### Group Toggle
Each grouping now has a checkbox, so you can switch a group-by off without deleting it and turn it back on later with the same configuration intact. It's handy for temporarily flattening a view or comparing grouped and ungrouped layouts without rebuilding the setup.
##### Improvements & Fixes
- **Bulk actions on multiple fields.** Shift-click or Cmd/Ctrl-click grid column headers to select several fields at once, then hide, delete, group by, or filter by all of them together in a single step instead of repeating the change field by field.
- **Duplicate a record from the grid.** Right-click any row to create a copy of it in place.
- **Sort select-field options alphabetically.** A persistent A to Z toggle orders the choices in a Single or Multi Select field and keeps that order as you work.
- **AutoNumber can be a table's display value.** AutoNumber fields are now eligible to act as the primary display column.
- **Tidier toolbar on narrow screens.** When space is tight, view search collapses to a single icon instead of crowding the toolbar.
- **Link and User fields render correctly in emails.** Form-submission and record emails now show linked records and user fields properly instead of placeholder text.
- **More reliable webhooks.** Webh
_[Truncated at 4000 characters — full notes: https://github.com/nocodb/nocodb/releases/tag/2026.06.0]_
### 2026.05.3 — 2026.05.3: Bug Fix Release
- Date: 2026-06-01
- Version: 2026.05.3
- Original notes: https://github.com/nocodb/nocodb/releases/tag/2026.05.3
- Permalink: https://whatsnew.fyi/product/nocodb/releases/2026.05.3
- **fixed** — Block link V1 to V2 upgrade when source schema is read-only
- **added** — Per-group enable/disable toggle for group by feature
- **fixed** — Arrow-key navigation in link/unlink record modals
- **added** — Docs revision history
- **fixed** — Sync missing Community Edition build files
- **fixed** — Reject /auth/user/me with 401 when supplied JWT is invalid
- **added** — Allow AutoNumber columns as display value
- **fixed** — Group by binding mismatch when subGroup column has literal '?' characters
- **fixed** — Calendar view support issues
- **added** — Persistent alphabetize toggle for select field options
- **fixed** — Re-align view search dropdown when toolbar width changes
- **added** — Organization admin role assignment
- **fixed** — Duplicate record grid issues
- **fixed** — Preserve column order in CSV export
- **fixed** — Delete by primary key column name undefined
- **fixed** — Correct link and user field rendering in form and record emails
- **fixed** — V2 link-to-another-record "+" button now auto-links new record to parent
- **added** — Timeline and Gantt view for V3
- **added** — API separator enum for V3
- **fixed** — SQLite data source hidden on-premise
##### 🐛 Closed Issues
- [**closed**] 🔦 Feature: Restore webpage favicon and static title of webpage in Community Edition 2026.05.2 [#13928](https://github.com/nocodb/nocodb/issues/13928)
- [**closed**] 🐛 Bug: V1 -> V2 link upgrade changed schema while 'Allow schema change' is disabled [#13911](https://github.com/nocodb/nocodb/issues/13911)
- [**closed**] 🔦 Feature: Custom subject line for form submission notification emails [#13891](https://github.com/nocodb/nocodb/issues/13891)
- [**closed**] 🔦 Feature: Plain-text option for form submission notification emails [#13890](https://github.com/nocodb/nocodb/issues/13890)
- [**closed**] 🔦 Feature: group by switch on / off [#13851](https://github.com/nocodb/nocodb/issues/13851)
- [**closed**] Enhancement: add bulk record update with CSV import for all table types [#13841](https://github.com/nocodb/nocodb/issues/13841)
- [**closed**] Nocodb Docs public sharing? [#13819](https://github.com/nocodb/nocodb/issues/13819)
- [**closed**] 🐛 Bug: Updating linked field doesn't display change in a GUI [#13798](https://github.com/nocodb/nocodb/issues/13798)
- [**closed**] 🐛 Bug: V2 Link — creating record from Has Many "+" button does not auto-link to parent [#13770](https://github.com/nocodb/nocodb/issues/13770)
- [**closed**] 🐛 Bug: CSV export does not reflect the column order after rearranging columns in the UI [#13768](https://github.com/nocodb/nocodb/issues/13768)
- [**closed**] 🐛 Bug: Multiple foreign key columns within Table B, pointing to the same column in Table A, have misrepresented values [#13759](https://github.com/nocodb/nocodb/issues/13759)
- [**closed**] 🐛 Bug: API Key cannot access v2 API endpoints - 403 "Forbidden - Unauthorized access" [#13734](https://github.com/nocodb/nocodb/issues/13734)
- [**closed**] 🐛 Bug: Newly created account shows "1 hour ago" in user list (timezone offset issue) [#13464](https://github.com/nocodb/nocodb/issues/13464)
- [**closed**] Error fetching data on all views after upgrading from 0.265.1 to 0.301.5 (MySQL 9.0.1) [#13404](https://github.com/nocodb/nocodb/issues/13404)
- [**closed**] 🐛 Bug: [External DB - PostgreSQL] Many-to-many relationship on same table adds unwanted links and generates partially wrong or missing linked records. [#13349](https://github.com/nocodb/nocodb/issues/13349)
- [**closed**] 🐛 Bug: In Webhook Settings the Action Input/Modification field is broken. ? [#13110](https://github.com/nocodb/nocodb/issues/13110)
- [**closed**] 🐛 Bug: Linking between tables not working [#13092](https://github.com/nocodb/nocodb/issues/13092)
##### What's Changed
* Nc fix: block link v1→v2 upgrade when source schema is read-only by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/13923
* feat(group-by): per-group enable/disable toggle by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/13921
* Nc fix(nc-gui): arrow-key navigation in link/unlink record modals by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/13927
* Nc feat : docs rev history by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/13919
* Nc fix/sync missing ce build files by @pranavxc in https://github.com/nocodb/nocodb/pull/13932
* fix(nocodb): reject /auth/user/me with 401 when supplied JWT is invalid by @pranavxc in https://github.com/nocodb/nocodb/pull/13933
* Allow AutoNumber columns as display value by @pranavxc in https://github.com/nocodb/nocodb/pull/13934
* Nc nocodb sync by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/13884
* fix: groupby binding mismatch when subGroup column has literal '?' chars by @fendy3002 in https://github.com/nocodb/nocodb/pull/13936
* Nc fix/cal support issues by @dstala in https://github.com/nocodb/nocodb/pull/13935
* feat(nc-gui): persistent alphabetize toggle for select field options by @dstala in https://github.com/nocodb/nocodb/pull/13924
* Nc fix(nc-gui): re-align view search dropdown when toolbar width changes by @rameshmane7218 in https://github.com/
_[Truncated at 4000 characters — full notes: https://github.com/nocodb/nocodb/releases/tag/2026.05.3]_
### 2026.05.2 — 2026.05.2 : Introducing Gantt View and Shared Pages
- Date: 2026-05-27
- Version: 2026.05.2
- Original notes: https://github.com/nocodb/nocodb/releases/tag/2026.05.2
- Permalink: https://whatsnew.fyi/product/nocodb/releases/2026.05.2
- **added** — Gantt View for date-based tables with draggable bars, task dependencies, and milestone markers, available in Paid/Enterprise editions
- **added** — Shared Pages feature to publicly share NocoDocs pages as read-only links without requiring a NocoDB account
- **added** — Expanded Record Side Panel in Community Edition, docking records to the right of the grid instead of full-screen modal
- **added** — Search and hide blank fields in expanded records
- **added** — Pinned filters for date fields as compact pills in the toolbar
- **added** — Dashboard chart color palettes for bar, line, pie, donut, and scatter widgets, plus full color picker for gauge ranges
- **added** — Arrow key support to increment and decrement Integer, Decimal, and Percent fields in forms
- **changed** — One active session per account enforced by default across all editions, signing in on a new device signs out the previous session
- **changed** — Workspace 2FA now covers owners, who are no longer exempt from workspace-wide 2FA enforcement
- **changed** — SSRF protection is enforced by default for self-hosted instances, requiring environment variables to allow private network access for databases and webhooks
- **fixed** — AutoNumber field on empty tables no longer throws an error
- **fixed** — Row coloring conditions now persist across view switches instead of resetting
- **fixed** — Junction tables are excluded from the table limit count
- **fixed** — Hidden required fields now display warnings, flags in Fields menu, auto-expand when adding records, and show clear save errors
- **fixed** — Calendar and date fields now respect column timezone for drag, resize, and display operations on MySQL DateTime and timezone-configured columns
- **fixed** — TOTP verification for 2FA now works correctly on self-hosted instances using NC_CONNECTION_ENCRYPT_KEY
- **fixed** — iFrame embedding for shared noco-docs now works as expected
- **security** — Cleared a large batch of dependency security advisories including axios, next, and mermaid
##### Availability
| Feature | CE / Free | Paid / Enterprise |
|---|:---:|:---:|
| Gantt View | – | ✅ |
| Shared Pages | – | ✅ |
| Expanded Record Side Panel | ✅ | ✅ |
##### Gantt View
**Gantt View** turns any date-based table into a live project schedule: records become draggable bars, dependencies become arrows, and key dates become milestone diamonds. Whether you're planning a product launch, mapping a roadmap, or coordinating project phases, it shows what runs when and what blocks what. Drag to reschedule, link tasks from a bar's handle, and zoom from a one-week sprint out to a five-year roadmap.
[Learn more about Gantt View →](https://nocodb.com/docs/product-docs/views/view-types/gantt)
##### Shared Pages
**You can now publicly share a NocoDocs page** as a read-only link that anyone can open in a browser, no NocoDB account required. Whether you're sharing product docs, a project brief, or an internal wiki, you can take a document straight from the editor to a shareable URL, or embed it elsewhere with an iframe snippet. Switch the toggle off to revoke the link in seconds.
[Learn more about sharing documents →](https://nocodb.com/docs/noco-docs/share-document)
##### Expanded Record Side Panel in Community Edition
The **Expanded Record Side Panel**, introduced in 2026.05.1, now ships in Community Edition. Opening a record docks it to the right of the grid instead of a full-screen modal, so your data stays in view while you edit fields, read comments, or scan revision history. It's the default desktop layout across all editions; public and shared views still open as a centered modal.
[Learn more about the Expanded Record →](https://nocodb.com/docs/product-docs/records/expand-record)
##### Account Security
- **One active session per account.** Signing in on a new device or browser signs out the previous session, across every sign-in path including SSO. On by default in all editions; API tokens are unaffected.
- **Workspace 2FA now covers owners.** Owners are no longer exempt from workspace-wide 2FA enforcement, so on Enterprise workspaces that require 2FA, owners are prompted to enroll before continuing.
##### Improvements & Fixes
- **Search and hide blank fields in an expanded record.** In an expanded record you can now search for any field or value, useful when you have lots of fields. Plus the ability to hide blank fields too.
- **Pinned filters for date fields.** Date, DateTime, Created time, and Last modified time fields can now be pinned to the toolbar as compact pills (exact date, days ago, past N days).
- **Dashboard chart color palettes.** On Cloud dashboards, bar, line, pie, donut, and scatter widgets gain a palette picker, and gauges get a full color picker for range colors.
- **Arrow keys step numeric form fields.** Up and Down arrows now increment and decrement Integer, Decimal, and Percent fields in forms, matching how Currency already behaved.
- **AutoNumber on empty tables.** Adding an AutoNumber field to an empty table no longer throws an error; the sequence initializes correctly.
- **Row coloring persists across view switches.** A row-color condition's value is now retained when you switch views instead of resetting.
- **Junction tables excluded from the table limit.** Hidden many-to-many link tables are no longer counted toward a base's table limit, restoring the intended number of user-visible tables.
- **Hidden re
_[Truncated at 4000 characters — full notes: https://github.com/nocodb/nocodb/releases/tag/2026.05.2]_
### 2026.05.1 — 2026.05.1 : Bookmarks, Smart Text, Mermaid Diagrams, Timeline Enhancements & More
- Date: 2026-05-18
- Version: 2026.05.1
- Original notes: https://github.com/nocodb/nocodb/releases/tag/2026.05.1
- Permalink: https://whatsnew.fyi/product/nocodb/releases/2026.05.1
- **added** — Bookmarks feature to pin and quickly access workspaces, bases, tables, views, documents, dashboards, workflows, and scripts with personal shortcuts
- **added** — Smart Text Field variant that turns cells into full document editors with rich formatting, lists, tables, code blocks, math, callouts, file attachments, and embeds
- **added** — Mermaid Diagrams support in NocoDocs code blocks with live SVG rendering for flowcharts, sequence diagrams, ER diagrams, Gantt charts, and other diagram types
- **changed** — Timeline View now supports nine zoom levels from single day through five-year overview with stacked date headers at year and above
- **added** — Smooth horizontal and vertical scrolling in Timeline View with progressive record loading
- **added** — Selection-Scoped Field Summary feature available on all plans
- **added** — Expanded Record Side Panel feature available on all plans
- **added** — Self-Serve Self-Hosted Licensing option for paid installations
##### Availability
| Feature | CE / Free | Paid / Enterprise |
|---|:---:|:---:|
| Bookmarks | ❌ | ✅ |
| Smart Text Field ¹ | ❌ | ✅ |
| Mermaid Diagrams in NocoDocs | ✅ | ✅ |
| Timeline View Enhancements | ❌ | ✅ |
| Selection-Scoped Field Summary | ✅ | ✅ |
| Expanded Record Side Panel | ✅ | ✅ |
| Self-Serve Self-Hosted Licensing | ❌ | ✅ |
##### Bookmarks
> Your work is scattered. Bookmarks bring it together.
The board you check every morning lives in one workspace. The sprint tracker is in another. A key document sits in NocoDocs, and the dashboard you report on is buried a few clicks deep somewhere else. Every switch costs time and focus.
**Bookmarks** are personal shortcuts to the things you use most. Pin a workspace, base, table, view, document, dashboard, workflow, or script, and reach it in one click from anywhere. Your bookmarks are private; teammates have their own.
Open the bookmark flyout from the dock on the far left. Group pins into folders, drag to reorder, and search when the list grows. Renames and colour changes sync automatically. Bookmarks to deleted or revoked items clear themselves, so your list stays clean on its own.
Bookmarks are available on the **Plus** plan and above on NocoDB Cloud, and on the **Business** plan and above on self-hosted.
[Learn more about Bookmarks →](https://nocodb.com/docs/product-docs/bookmarks)
##### Smart Text Field
> Long text holds notes. Smart text holds full documents.
A meeting recap wants headings and action items. A customer-call summary wants quotes, checklists, and links. A project brief wants callouts, references, and the occasional table. Today that content drifts out of NocoDB into a separate doc, breaking the link between a record and the story behind it.
**Smart text** is a new variant of the Long text field that turns each cell into a full document editor, powered by the same engine as [NocoDocs](https://nocodb.com/docs/noco-docs). Toggle it on and every cell gains rich formatting, lists, tables, code blocks, math, callouts, file attachments, and embeds (YouTube, Loom, Figma, Google Docs, NocoDB shared views, and more). Type `/` for the full slash command menu.
Click a Smart text cell and a side panel slides in with the editor. Resize it, switch to fullscreen, walk through rows without closing, and copy a deep link straight to the cell. Download content as Markdown, HTML, or PDF.
The grid shows a compact markdown preview, so rows stay scannable. Open the expanded record to read the full document inline, with a click-through to a fullscreen modal.
Smart text is available on NocoDB Cloud (all plans) and on self-hosted paid plans (**Business** and above). Requires an internal NocoDB-managed **PostgreSQL** base.
[Learn more about Smart Text →](https://nocodb.com/docs/product-docs/fields/field-types/text-based/smart-text)
##### Mermaid Diagrams in NocoDocs
> Write diagrams as text. NocoDocs draws the rest.
A request flow, a database schema, a release timeline, a decision tree: some ideas land faster as a diagram than as a paragraph. Until now, that meant drawing it elsewhere, exporting an image, and pasting it into the doc, where it went stale the next time someone needed to tweak an arrow.
**Mermaid Diagrams** render directly inside NocoDocs code blocks. Insert a code block, switch
_[Truncated at 4000 characters — full notes: https://github.com/nocodb/nocodb/releases/tag/2026.05.1]_
### 2026.05.0 — 2026.05.0: Multi-Column Form Layouts & Custom Display Values on Linked Records
- Date: 2026-05-08
- Version: 2026.05.0
- Original notes: https://github.com/nocodb/nocodb/releases/tag/2026.05.0
- Permalink: https://whatsnew.fyi/product/nocodb/releases/2026.05.0
- **added** — Multi-Column Field Layout in Forms allows grouping related fields side-by-side in equal-width columns, up to 5 fields per row, with responsive collapse to single column on mobile
- **added** — Custom Display Value on Linked Records lets you override the default display column on a per-link basis across grid, gallery, kanban, link picker, expanded forms, calendar, timeline, map view, audit logs, and formula references
- **changed** — Multi-Field Link Picker Search now matches across multiple fields again with virtual scrolling and chunked cache for smooth performance on large tables
- **changed** — Timeline View now updates in realtime when bars are added, moved, or resized by collaborators
- **fixed** — NocoDocs search and replace on large documents fixed freeze and out-of-memory crash
- **changed** — User cells in shared and public views now expose only name and avatar, with email addresses removed from cell payload
- **fixed** — Form show-on-condition for V2 LTAR fields now evaluates against the linked record's display value
- **changed** — Form view hides AutoNumber and UUID fields since they cannot be set by form submitters
- **fixed** — Snapshot creation and restore fixed missing date import, tightened snapshot-name validation, and sanitises derived base titles automatically
#### 🚀 [NocoDB](https://nocodb.com/) : Feature Release
##### Availability
| Feature | CE / Free | Paid / Enterprise |
|---|:---:|:---:|
| Multi-Column Field Layout in Forms | ❌ | ✅ |
| Custom Display Value on Linked Records | ❌ | ✅ |
| Multi-Field Link Picker Search | ✅ | ✅ |
##### Multi-Column Field Layout in Forms
> Multi-Column Field Layout is available on the **Plus** plan and above on Cloud, and with **Enterprise** license on self-hosted.
Form fields have always stacked one per row. That works for short surveys, but on longer forms it stretches the page, splits up related inputs, and pushes respondents to drop off partway through what should have been a quick submission.
**Multi-Column Field Layout** lets you group related fields side-by-side in equal-width columns. Put first and last name on the same line, fit city, state, and zip into a single address block, or group any inputs that belong together, up to **5 fields per row**.
To group fields, drag a field card onto another field's row in the form builder. Both snap to equal width and share the row. **Long Text**, **Attachment**, and **JSON** fields always occupy a full row, since their inputs are too tall or wide to share.
Your layout carries through to the shared form URL. On desktop, fields render exactly as configured; on mobile (under 768 px), rows collapse to a single column for readability.
[Learn more about Multi-Column Field Layout →](https://nocodb.com/docs/product-docs/views/view-types/form#arrange-fields-in-multi-column-rows-)
##### Custom Display Value on Linked Records
> Custom Display Value is available on the **Plus** plan and above on Cloud, and with **Enterprise** license on self-hosted.
Linked records have always shown the primary display value of the linked table, usually a name or title. That works until two contacts share a name, the finance team needs an account's external ID for reconciliation, or a support rep wants to see a customer's tier at a glance. The wrong column makes linked pills harder to scan and forces extra clicks to confirm context.
**Custom Display Value** lets you override the default on any `Link to Another Record` (LTAR) field, on a per-link basis. Pick the column that makes the most sense for that link: an email on Tasks → Owner, an external ID on Deals → Account, a tier on Tickets → Customer.
Your choice applies everywhere a linked record appears: cell pills in grid, gallery, and kanban; the link picker dropdown; expanded forms; calendar and timeline inline cards; map view tooltips; audit log entries for link and unlink events; and references in search, filter, sort, group-by, and formula. The setting is preserved across export, import, and base duplication.
[Learn more about Custom Display Value →](https://nocodb.com/docs/product-docs/fields/field-types/links-based/link-to-another-record#custom-display-value-field-)
###### Multi-Field Link Picker Search, Restored
The link picker dropdown search now matches across multiple fields again. In 2026.04.0, search was [scoped to the display value column only](https://nocodb.com/docs/changelog/2026.04.0#ltar-linked-record-search-display-value-only) for reliability. With this release, broader field search returns, and the dropdown uses virtual scrolling with a chunked cache so it stays smooth on tables with thousands of linked records. Available across all plans.
##### Improvements and Fixes
- **Timeline View now updates in realtime** - Bars added, moved, or resized by another c
_[Truncated at 4000 characters — full notes: https://github.com/nocodb/nocodb/releases/tag/2026.05.0]_
### 2026.04.5 — 2026.04.5: Postgres Enum Support
- Date: 2026-04-30
- Version: 2026.04.5
- Original notes: https://github.com/nocodb/nocodb/releases/tag/2026.04.5
- Permalink: https://whatsnew.fyi/product/nocodb/releases/2026.04.5
- **added** — PostgreSQL ENUM columns from external Postgres sources now appear as SingleSelect fields in NocoDB
- **added** — Support for reading ENUM columns from connected Postgres sources with database labels as options
- **added** — Ability to edit ENUM values from grid, gallery, kanban, and expanded record views with dropdown restricted to defined labels
- **added** — Support for adding, renaming, and removing ENUM options from inside NocoDB with changes applied directly to the underlying Postgres ENUM type
- **added** — Support for filtering, sorting, grouping, and searching ENUM fields like any other SingleSelect
- **added** — Autocomplete support in Forms input fields
- **changed** — Base loading performance improved on large schemas with table metadata streamed in as you scroll the sidebar
- **changed** — Right-to-Left (RTL) text direction support added to NocoDocs
- **fixed** — CSV export now honours active filters and matches exactly what the view shows
- **fixed** — Shared Kanban views no longer fail to load when the stack-by column is hidden in the view
- **fixed** — APIv3 now returns all linked records in one-to-many fields instead of only 5
- **fixed** — Owner can now send invitations to new members
- **fixed** — Dragging records in Calendar Month View no longer sets date to the first day of the week
- **fixed** — UUID type read-only cells can no longer be cleared
- **fixed** — JSON export is now complete and usable as a database template
#### 🚀 [NocoDB](https://nocodb.com/) : Feature Release
##### PostgreSQL ENUM Support
**PostgreSQL ENUM** columns from external Postgres sources now show up as **SingleSelect** fields inside NocoDB. One of the most upvoted requests from the community ([#4862](https://github.com/nocodb/nocodb/issues/4862)), this closes a long-standing gap for teams who connect NocoDB to a Postgres database where ENUMs already define the allowed values.
Whether you're connecting NocoDB to an existing Postgres schema where ENUMs are the source of truth, building a hybrid stack where your application writes ENUM values and your team edits them in NocoDB, or simply wanting to enforce a fixed set of values closer to the data, ENUM columns now appear as proper select fields in NocoDB. Reads, writes, and round-trips stay type-safe, and the full set of allowed values is preserved end-to-end.
**What's supported**
- Read ENUM columns from any connected Postgres source — they appear as SingleSelect fields with the database's labels as options.
- Edit ENUM values from grid, gallery, kanban, and expanded record views; the dropdown is restricted to the column's defined labels.
- Add, rename, and remove options from inside NocoDB — changes apply directly to the underlying Postgres ENUM type.
- When the same ENUM type is shared by multiple columns, NocoDB safely forks a new type for the column being edited so changes don't leak to other columns using the same ENUM.
- Filter, sort, group, and search ENUM fields exactly like any other SingleSelect.
> **Note:** PostgreSQL ENUMs map to **SingleSelect only** in this release. ENUM array columns and MultiSelect-backed ENUMs are not yet supported.
##### Improvements and Fixes
- **Faster base load on large schemas** - Bases with hundreds of tables now open noticeably faster, with table metadata streamed in as you scroll the sidebar.
- **CSV export honours active filters** - Fixed an issue where exporting a filtered view would occasionally include rows hidden by the active filter set. Exports now match exactly what the view shows.
- **Shared Kanban views** - Fixed an issue where shared Kanban views would fail to load when the stack-by column was hidden in the view.
###### Issues closed
- [**closed**] Shared Kanban view fails to load when the group-by (stack-by) column is hidden in the view [#13732](https://github.com/nocodb/nocodb/issues/13732)
- [**closed**] 🔦 Feature: Support for Right-to-Left (RTL) text direction in NocoDocs [#13617](https://github.com/nocodb/nocodb/issues/13617)
- [**closed**] 🐛 Bug: APIv3 returns only 5 linked records in one-to-many field [#13616](https://github.com/nocodb/nocodb/issues/13616)
- [**closed**] 🐛 Bug: Owner unable to send invitations to new members [#13611](https://github.com/nocodb/nocodb/issues/13611)
- [**closed**] 🐛 Bug: pnpm bootstrap fails with TypeScript error -Property 'delete' does not exist on dbTableFilter in filterUtils.ts [#13602](https://github.com/nocodb/nocodb/issues/13602)
- [**closed**] 🐛 Bug: Dragging records in Calendar Month View sets date to the first day of the week [#13593](https://github.com/nocodb/nocodb/issues/13593)
- [**closed**] 🐛 Bug: Сell of UUID type (read only) can be cleared [#13588](https://github.com/nocodb/nocodb/issues/13588)
- [**closed**] 🐛 Bug/Feature: JSON export is incomplete and unusable as a database template [#13493](https://github.com/nocodb/nocodb/issues/13493)
- [**closed**] 🔦 Feature: add autocomplete in Forms input fields [#5913](https://github.com/nocodb/nocodb/issues/5913)