Skip to content

Commit 2e88262

Browse files
feat(changelog): update february 27 (#422)
* initial changes for changelog * update wording * nit fix * add photo, fix text * add image * add light pic - flashbang warning
1 parent f0e630e commit 2e88262

3 files changed

Lines changed: 30 additions & 1 deletion

File tree

119 KB
Loading
103 KB
Loading

changelog.mdx

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,35 @@ description: 'The latest updates and improvements to Botpress.'
44
icon: newspaper
55
---
66

7+
<Update label="February 27th, 2026">
8+
9+
## Features & enhancements
10+
11+
- Added a new onboarding experience when creating a bot in Studio:
12+
13+
<Frame>
14+
<img
15+
alt="Choose an option - Guided Setup or Start from Scratch"
16+
className="block dark:hidden"
17+
src="./changelog-assets/2026-02-27/onboarding-flow.png"
18+
/>
19+
<img
20+
alt="Choose an option - Guided Setup or Start from Scratch"
21+
className="hidden dark:block"
22+
src="./changelog-assets/2026-02-27/onboarding-flow-dark.png"
23+
/>
24+
</Frame>
25+
26+
- Improved formatting for lists and headings in [Comment Cards](/studio/concepts/cards/utilities#comment)
27+
28+
## Bug fixes
29+
30+
- Fixed an issue where the **Unsaved changes** button appeared even after saving
31+
- Fixed an issue where inserting Cards into a Node caused them to appear in previously selected Nodes
32+
- Fixed an issue where variables were unintentionally removed from an Autonomous Node while editing instructions
33+
- Fixed an issue where non-nullable table fields were incorrectly defaulting to null
34+
</Update>
35+
736
<Update label="February 20th, 2026">
837

938
## Features & enhancements
@@ -13,7 +42,7 @@ icon: newspaper
1342

1443
## Bug fixes
1544

16-
- “Select All” in Knowledge Base now accurately selects visible (filtered) documents and data sources.
45+
- “Select All” in Knowledge Base now accurately selects visible (filtered) documents and data sources
1746
</Update>
1847

1948
<Update label="February 13th, 2026">

0 commit comments

Comments
 (0)