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
Copy file name to clipboardExpand all lines: content/changelog/2025.08.0.mdx
+34-15Lines changed: 34 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,11 @@ description: 'Feature release : Introducing Realtime Canvas Grid, Charts, and mo
5
5
6
6

7
7
8
-
# **Realtime Canvas Grid**: Seamless collaboration with live updates
8
+
# **Realtime Collaboration**: Seamless collaboration with live updates
9
9
10
10
> Work together without missing a beat. With Realtime Canvas Grid, every change made to your data is instantly reflected for all collaborators—no refresh needed.
11
11
12
-
Whether you’re editing tasks in a project board, updating sales leads, or managing operations data, the grid now syncs changes across your team in real time. This makes collaboration faster and more transparent.
13
-
14
-
Updates to records, fields, and layouts appear immediately, so everyone sees the latest version of the data as it happens. No more conflicting edits or waiting to reload the page.
15
-
12
+
Few months ago, we introduced the first ever canvas based grid on a no-code database rivaling google spreadsheet. Now we are layering realtime collaboration layer on top of it. Updates to records, fields, and layouts appear immediately, so everyone sees the latest version of the data as it happens. No more waiting to reload the page.
16
13
17
14
**Example use cases**
18
15
@@ -23,18 +20,18 @@ Updates to records, fields, and layouts appear immediately, so everyone sees the
23
20
24
21
Realtime Canvas Grid keeps your entire team aligned, reduces duplicate effort, and turns NocoDB into a truly collaborative workspace.
25
22
26
-
*Realtime Canvas Grid is available now across all NocoDB Cloud****Plus****and****Business****plans, and in self-hosted****Enterprise****plans.*
23
+
24
+
*Realtime Canvas Grid is available now across all paid**plans in Cloud and Enterprise.*
27
25
28
26
29
27
---
30
28
31
29
# **New Dashboard Widgets**: Bar Chart, Line Chart, iFrame & Markdown Text
32
30
33
-
> Dashboards just got more powerful. With four new widgets—**Bar Chart, Line Chart, iFrame, and Markdown Text**—you can visualise data in new ways, embed external tools, and add context directly into your dashboards.
31
+
> Dashboards just got more powerful. With four new widgets—Bar Chart, Line Chart, iFrame, and Markdown Text—you can visualise data in new ways, embed external pages, and add context directly into your dashboards.
34
32
35
33
These additions make dashboards more flexible, helping you move from raw data to clear, actionable insights while keeping everything in one place.
36
34
37
-
38
35
---
39
36
40
37
### 📊 Bar Chart — Compare values across categories
@@ -50,7 +47,7 @@ The **Bar Chart** widget lets you highlight differences, trends, and distributio
50
47
Key capabilities:
51
48
52
49
* Compare one or more numeric fields side by side
53
-
* Apply filters and summaries (Sum, Avg, Min, Max)
50
+
* Apply filters and summaries (Sum, Average, Min, Max)
54
51
* Sort categories by label or value
55
52
56
53
---
@@ -71,6 +68,8 @@ Key capabilities:
71
68
* Smooth lines, highlight points, and adjust legend placement
72
69
* Start Y-axis at zero for accuracy
73
70
71
+
> Do not miss the smooth animations here
72
+
74
73
---
75
74
76
75
### 🌐 iFrame — Embed external content
@@ -82,7 +81,7 @@ Key capabilities:
82
81
/>
83
82
84
83
85
-
Bring third-party tools and live content directly into your dashboards with the **iFrame** widget. Useful for integrating analytics, reports, design boards, or media alongside your NocoDB data.
84
+
Bring third-party pages and live content directly into your dashboards with the **iFrame** widget. Useful for integrating analytics, reports, design boards, or media alongside your NocoDB data.
86
85
87
86
Supported embeds include Google Docs, Figma, Loom, Miro, YouTube, Spotify, Canva, Trello, and many more whitelisted domains.
88
87
@@ -117,9 +116,29 @@ Key capabilities:
117
116
118
117
With these four new widgets, dashboards in NocoDB become not just a reporting layer, but a collaborative space for **data, context, and external insights**—all in one view.
119
118
119
+
*All four widgets are available today on NocoDB Cloud**plans**and in self-hosted***Enterprise***plans.*
120
+
120
121
Learn how to set them up in our [documentation here](/docs/product-docs/dashboards/widgets).
121
122
122
123
124
+
---
125
+
126
+
# **Button Triggered Scripts**: 1-click automation for your records
127
+
128
+
> Streamline repetitive workflows with buttons that run custom scripts directly on your data.
129
+
130
+
**We've supercharged our Button field capabilities.** While buttons could previously open custom URLs or invoke external APIs, we've now taken this functionality to the next level with direct script execution. This powerful upgrade transforms buttons for not just external automation triggers but for more extensive internal automations too.
131
+
132
+
The current record's details are automatically available through the `cursor` variable, giving you direct access to its fields inside your script.
133
+
134
+
**Example use cases**
135
+
136
+
***Task Management**: Mark a task as complete or update its status instantly
137
+
***Notifications**: Trigger an email, Slack message, or webhook when a button is pressed
138
+
***Data Operations**: Apply transformations or calculations to one or multiple records
139
+
140
+
Button Triggered Scripts bring automation directly into your tables, reducing manual steps and making workflows more interactive. Learn more [here](/docs/product-docs/fields/field-types/custom-types/button)
141
+
123
142
---
124
143
125
144
@@ -142,9 +161,9 @@ Learn more about new set of APIs in the API documentation here: [Views](https://
142
161
143
162
144
163
145
-
# Other changes
164
+
# Other Changes
146
165
147
-
***Fullscreen Mode** A new toolbar button lets you expand any view area to fullscreen. This hides navigation menus and other interface elements, helping you focus entirely on your data. Learn more in the documentation here.
166
+
***Fullscreen Mode** A new toolbar button lets you expand any view area to fullscreen. This hides navigation menus and other interface elements, helping you focus entirely on your data. Learn more in the documentation [here](/docs/product-docs/table-operations/full-screen).
148
167
149
168
<img
150
169
src="/img/changelog/20250800/full-screen.png"
@@ -154,7 +173,7 @@ Learn more about new set of APIs in the API documentation here: [Views](https://
154
173
155
174
156
175
***Authorization Header Support**
157
-
Support for the standard `Authorization` header with Bearer token format has been introduced. This can be used as an alternative to the existing `xc-token` header for API authentication.
176
+
Support for the standard `Authorization` header with Bearer token format has been introduced. This can be used as an alternative to the existing `xc-token` header for API authentication. Learn more [here](https://nocodb.com/docs/product-docs/account-settings/api-tokens)
158
177
159
178
```json
160
179
{
@@ -164,9 +183,9 @@ Support for the standard `Authorization` header with Bearer token format has bee
164
183
}
165
184
```
166
185
167
-
***Script Trigger from Buttons** Execute a custom script directly from a button field. Scripts can perform operations on the current record or the entire table. The current record’s details can be accessed using the **row** variable in the script. Learn more in the documentation here.
186
+
*Ability to [disable the support chat system](https://nocodb.com/docs/self-hosting/environment-variables#support-chat) within the on-premise enterprise version.
168
187
169
188
170
-
***Webhook Trigger on Specific Form Submission** Configure webhooks to trigger only when a specific form is submitted, enabling precise automation workflows and integrations. Learn more in the documentation here.
189
+
***Webhook Trigger on Specific Form Submission** Configure webhooks to trigger only when a specific form is submitted, enabling precise automation workflows and integrations. Learn more in the documentation [here](/docs/product-docs/automation/webhook/create-webhook#webhook-on-specific-form-submission-).
0 commit comments