# NocoDB 2026.06.0 — 2026.06.0 : Introducing NocoDB Sync and Document Version History - Product: NocoDB (https://whatsnew.fyi/product/nocodb) - Vendor: NocoDB - 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 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'. --- - **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 Feature release - 2026 06 0 ##### Availability | Feature | CE / Free | Paid / Enterprise | |---|:---:|:---:| | NocoDB Sync | – | ✅ | | Document Version History | – | ✅ | | Calendar Multi-Week Views | ✅ | ✅ | | Group Toggle | – | ✅ | ##### NocoDB Sync image **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-modal **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-week-modes **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 group-by-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]_