Skip to content

Commit a9a17a5

Browse files
committed
fix: corrections
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
1 parent 6b7d1e3 commit a9a17a5

File tree

1 file changed

+34
-15
lines changed

1 file changed

+34
-15
lines changed

content/changelog/2025.08.0.mdx

Lines changed: 34 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,11 @@ description: 'Feature release : Introducing Realtime Canvas Grid, Charts, and mo
55

66
![Image](/img/changelog/20250800/release.png)
77

8-
# **Realtime Canvas Grid**: Seamless collaboration with live updates
8+
# **Realtime Collaboration**: Seamless collaboration with live updates
99

1010
> 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.
1111
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.
1613

1714
**Example use cases**
1815

@@ -23,18 +20,18 @@ Updates to records, fields, and layouts appear immediately, so everyone sees the
2320

2421
Realtime Canvas Grid keeps your entire team aligned, reduces duplicate effort, and turns NocoDB into a truly collaborative workspace.
2522

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.*
2725

2826

2927
---
3028

3129
# **New Dashboard Widgets**: Bar Chart, Line Chart, iFrame & Markdown Text
3230

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.
3432
3533
These additions make dashboards more flexible, helping you move from raw data to clear, actionable insights while keeping everything in one place.
3634

37-
3835
---
3936

4037
### 📊 Bar Chart — Compare values across categories
@@ -50,7 +47,7 @@ The **Bar Chart** widget lets you highlight differences, trends, and distributio
5047
Key capabilities:
5148

5249
* 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)
5451
* Sort categories by label or value
5552

5653
---
@@ -71,6 +68,8 @@ Key capabilities:
7168
* Smooth lines, highlight points, and adjust legend placement
7269
* Start Y-axis at zero for accuracy
7370

71+
> Do not miss the smooth animations here
72+
7473
---
7574

7675
### 🌐 iFrame — Embed external content
@@ -82,7 +81,7 @@ Key capabilities:
8281
/>
8382

8483

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.
8685

8786
Supported embeds include Google Docs, Figma, Loom, Miro, YouTube, Spotify, Canva, Trello, and many more whitelisted domains.
8887

@@ -117,9 +116,29 @@ Key capabilities:
117116

118117
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.
119118

119+
*All four widgets are available today on NocoDB Cloud* *plans* *and in self-hosted* **Enterprise** *plans.*
120+
120121
Learn how to set them up in our [documentation here](/docs/product-docs/dashboards/widgets).
121122

122123

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+
123142
---
124143

125144

@@ -142,9 +161,9 @@ Learn more about new set of APIs in the API documentation here: [Views](https://
142161

143162

144163

145-
# Other changes
164+
# Other Changes
146165

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).
148167

149168
<img
150169
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://
154173

155174

156175
* **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)
158177

159178
```json
160179
{
@@ -164,9 +183,9 @@ Support for the standard `Authorization` header with Bearer token format has bee
164183
}
165184
```
166185

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.
168187

169188

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-).
171190

172191
---

0 commit comments

Comments
 (0)