Skip to content

Commit 96b74fe

Browse files
authored
Merge pull request #266 from nocodb/docs/release-2025-aug
docs: changelog update
2 parents cae4775 + d8dadc8 commit 96b74fe

File tree

8 files changed

+192
-0
lines changed

8 files changed

+192
-0
lines changed

content/changelog/2025.08.0.mdx

Lines changed: 191 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,191 @@
1+
---
2+
title: '2025.08.0'
3+
description: 'Feature release : Introducing Realtime Collaboration, New Dashboard Widgets & Button Field Gets New Powers!'
4+
---
5+
6+
![Image](/img/changelog/20250800/release.png)
7+
8+
# **Realtime Collaboration**: Seamless collaboration with live updates
9+
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+
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.
13+
14+
**Example use cases**
15+
16+
* **Project Management**: Teammates update task owners and statuses simultaneously without collisions
17+
* **Sales Teams**: Ensure pipeline data is always up-to-date during meetings
18+
* **Operations**: Track changing order or inventory information in real time
19+
* **Product Teams**: Monitor bug reports and feature statuses as they are updated live
20+
21+
Realtime Canvas Grid keeps your entire team aligned, reduces duplicate effort, and turns NocoDB into a truly collaborative workspace.
22+
23+
24+
*Realtime Canvas Grid is available now across all paid* *plans in Cloud and Enterprise.*
25+
26+
27+
---
28+
29+
# **New Dashboard Widgets**: Bar Chart, Line Chart, iFrame & Markdown Text
30+
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.
32+
33+
These additions make dashboards more flexible, helping you move from raw data to clear, actionable insights while keeping everything in one place.
34+
35+
---
36+
37+
### 📊 Bar Chart — Compare values across categories
38+
39+
<img
40+
src="/img/changelog/20250800/widget-barchart.png"
41+
alt="Bar Chart"
42+
style={{ width: "80%" }}
43+
/>
44+
45+
The **Bar Chart** widget lets you highlight differences, trends, and distributions between categories. Perfect for showing sales by region, task counts by status, or performance by team.
46+
47+
Key capabilities:
48+
49+
* Compare one or more numeric fields side by side
50+
* Apply filters and summaries (Sum, Average, Min, Max)
51+
* Sort categories by label or value
52+
53+
---
54+
55+
### 📈 Line Chart — Visualise trends over time
56+
57+
<img
58+
src="/img/changelog/20250800/widget-linechart.png"
59+
alt="Line Chart"
60+
style={{ width: "80%" }}
61+
/>
62+
63+
The **Line Chart** widget helps track changes, patterns, and comparisons across time or categories. Great for monitoring growth, performance, or usage over weeks, months, or years.
64+
65+
Key capabilities:
66+
67+
* Plot multiple metrics on the same chart
68+
* Smooth lines, highlight points, and adjust legend placement
69+
* Start Y-axis at zero for accuracy
70+
71+
> Do not miss the smooth animations here
72+
73+
---
74+
75+
### 🌐 iFrame — Embed external content
76+
77+
<img
78+
src="/img/changelog/20250800/widget-iframe.png"
79+
alt="iFrame"
80+
style={{ width: "80%" }}
81+
/>
82+
83+
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.
85+
86+
Supported embeds include Google Docs, Figma, Loom, Miro, YouTube, Spotify, Canva, Trello, and many more whitelisted domains.
87+
88+
Example use cases:
89+
90+
* Add Google Sheets or Docs for team reference
91+
* Embed Figma or Miro boards for design reviews
92+
* Show live analytics from Grafana or Metabase
93+
* Include training videos or presentations
94+
95+
---
96+
97+
### 📝 Text — Add notes, instructions & context
98+
99+
<img
100+
src="/img/changelog/20250800/widget-text.png"
101+
alt="widget-text"
102+
style={{ width: "80%" }}
103+
/>
104+
105+
106+
The **Text** widget makes dashboards more informative and user-friendly by letting you add static content. Use it for explanations, disclaimers, instructions, or motivational notes.
107+
108+
Key capabilities:
109+
110+
* Support for Markdown formatting
111+
* Inline text editor for styling (bold, italics, alignment, colours)
112+
* Font, size, weight, and line-height customisation
113+
* Perfect for adding team instructions, KPIs, or compliance notes
114+
115+
---
116+
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.
118+
119+
*All four widgets are available today on NocoDB Cloud* *plans* *and in self-hosted* **Enterprise** *plans.*
120+
121+
Learn how to set them up in our [documentation here](/docs/product-docs/dashboards/widgets).
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+
142+
---
143+
144+
145+
# **Enhanced API Support**: Manage collaborators & views with more flexibility
146+
147+
> NocoDB’s API layer is now more powerful. You can programmatically manage **workspace & base member collaboration** and perform full **CRUD operations on views**—across Grid, Gallery, Canvas, and Kanban.
148+
149+
This opens up new automation and integration workflows, giving developers fine-grained control over how teams collaborate and how data is presented.
150+
151+
**What’s new:**
152+
153+
* **Workspace & Base Members**: Add, update, or remove collaborators via API
154+
* **Views**: Create, read, update, and delete Grid, Gallery, Canvas, and Kanban views
155+
156+
These enhancements make it easier to integrate NocoDB with external systems, automate team onboarding, or build custom apps powered by NocoDB data.
157+
158+
ℹ️ Support for **Form view CRUD APIs** will be added soon.
159+
160+
Learn more about new set of APIs in the API documentation here: [Views](https://nocodb.com/apis/v3/meta#tag/Views), [Workspace members](https://nocodb.com/apis/v3/meta#tag/Workspace-Members), [Base members](https://nocodb.com/apis/v3/meta#tag/Base-Members)
161+
162+
163+
164+
# Other Changes
165+
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).
167+
168+
<img
169+
src="/img/changelog/20250800/full-screen.png"
170+
alt="Full screen"
171+
style={{ width: "80%" }}
172+
/>
173+
174+
175+
* **Authorization Header Support**
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)
177+
178+
```json
179+
{
180+
"headers": {
181+
"Authorization": "Bearer your_api_token_here"
182+
}
183+
}
184+
```
185+
186+
* Ability to [disable the support chat system](https://nocodb.com/docs/self-hosting/environment-variables#support-chat) within the on-premise enterprise version.
187+
188+
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-).
190+
191+
---

content/changelog/meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"pages": [
3+
"2025.08.0",
34
"2025.07.0",
45
"2025.06.0",
56
"2025.05.0"
114 KB
Loading
1.78 MB
Loading
46.2 KB
Loading
176 KB
Loading
72.8 KB
Loading
109 KB
Loading

0 commit comments

Comments
 (0)