Skip to content

Commit 5817775

Browse files
authored
Add changelog blog post for latest releases (#203)
* Add changelog blog post for latest releases * Add entry to changelog for this week’s releases
1 parent 7771e96 commit 5817775

File tree

5 files changed

+52
-0
lines changed

5 files changed

+52
-0
lines changed
87.4 KB
Loading
112 KB
Loading
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
title: Event schemas, free Viewer roles for teams, and more!
3+
description: The Stately team has had another busy week. The editor now has event schemas, and we’ve made many more improvements. Let’s dig in!
4+
authors: [laura]
5+
tags: [changelog, new, improved, fixed]
6+
date: 2023-09-15
7+
slug: 2023-09-15-event-schemas-viewer-role
8+
image: /blog/2023-09-15-event-schemas-viewer-role.png
9+
---
10+
11+
The Stately team has had another busy week. The editor now has event schemas, and we’ve made many more improvements. Let’s dig in!
12+
13+
<!--truncate-->
14+
15+
## Event schemas
16+
17+
Event schemas are now available in the editor. You can access the event schemas from the **Machine details** panel. The event schema enables you to define events for the current machine, including all of the events’ properties, including, but not limited to, the event description.
18+
19+
![The machine details panel showing a list of events in the current machine, including retry, filter, search, load_more, and remove_filter. There is an unused event called Event 1.](events-schema.png)
20+
21+
You can search for available events from the event schema panel, edit their details, and create new events. Any events you aren’t using in your machine have less opacity, and you can delete all unused events from the <MoreHorizontal size={18} /> button and choose **Delete all unused**.
22+
23+
You can also view the schema for any event by selecting that event on the canvas and opening the **Event details** panel.
24+
25+
## Team viewer role is now free
26+
27+
The **Viewer** role in Stately Teams is now free and does not count towards your number of seats. You can now see how many available seats you have left on your team from the Team page and the Billing page.
28+
29+
![Stately Demos team Members page. Showing Anders being invited to the team with the Viewer role.](free-viewer-role.png)
30+
31+
## Improvements to generating flows
32+
33+
We’ve improved the interface for generating flows to make it easier and faster. You can now access the history of text descriptions you used for your current machine from the **View history** button in the **Generate flow** dialog. Use the **Copy to prompt** button to copy a preview prompt into the description field to try it again!
34+
35+
![Prompt history in Generate flows dialog which shows two text descriptions previously used to generate flows, with buttons to open flow and copy to prompt.](prompt-history.png)
36+
37+
## Improvements to the machines list
38+
39+
- Machines are now sorted alphabetically from A to Z in the machines list.
40+
- Locked machines now have a locked icon alongside their name in the machines list.
41+
42+
## More improvements
43+
44+
The machine’s root state now has a minimal borderless appearance by default, giving you more space to focus on your machine. If you change the root state’s color or add a description, action, or any other block type, the root state will revert to its classic bordered design and the same features as any other parent state.
45+
46+
- Annotations are now borderless, so they appear directly on the canvas.
47+
- Transition labels now have more definition to make them easier to read.
48+
- You can now jump directly to the Discover page from **Discover** in the Editor menu.
49+
50+
## Bug fixes
51+
52+
We fixed a bug where a machine name was not correctly updated when you renamed its root state.
104 KB
Loading
290 KB
Loading

0 commit comments

Comments
 (0)