|
| 1 | +--- |
| 2 | +title: Fixes and improvements |
| 3 | +description: We’ve released many new features recently, but we’ve also made minor enhancements and bug fixes to improve your Stately experience. |
| 4 | +authors: [laura] |
| 5 | +tags: [changelog, improved, fixed] |
| 6 | +date: 2023-09-06 |
| 7 | +slug: 2023-09-06-fixes-and-improvements |
| 8 | +image: /blog/2023-09-06-fixes-and-improvements.png |
| 9 | +--- |
| 10 | + |
| 11 | +We’ve released many new features recently, but we’ve also made minor enhancements and bug fixes to improve your Stately experience. |
| 12 | + |
| 13 | +<!--truncate--> |
| 14 | + |
| 15 | +## Bug fixes |
| 16 | + |
| 17 | +- The fork machine button is now hidden for empty projects. |
| 18 | +- The generate flow button is now shown on empty projects. |
| 19 | + |
| 20 | +## Improvements to descriptions and annotations |
| 21 | + |
| 22 | +Descriptions and annotations have had an upgrade. You can now add a description to states and events from the edit menu edit (right-click on the state or event) and edit descriptions by double-clicking them. |
| 23 | + |
| 24 | +We also made the following improvements to both descriptions and annotations: |
| 25 | + |
| 26 | +- URLs will be detected as links automatically. |
| 27 | +- Paste a URL onto selected text to turn it into a link. |
| 28 | +- Add task lists by using `[ ]` at the beginning of each line. |
| 29 | +- Add code fences using triple ` ```…``` ` backticks. |
| 30 | + |
| 31 | +### Improvements |
| 32 | + |
| 33 | +- Action blocks are now multiline and show more information about the action. |
| 34 | +- Assign actions now show the keys and values that are being assigned. |
| 35 | +- Send to actions now show the event object when you hover over the event. |
| 36 | +- You can now drag an event or state when holding down on an image inside the description. |
| 37 | +- Extra parentheses are no longer added around XState V4 exported code. And it's now less sensitive toward whitespaces. |
| 38 | +- Assign actions now have a better color in light mode. |
| 39 | +- Auto-layout is now allowed when previewing machine versions. |
| 40 | +- You will now be redirected to your projects if you try to open an empty project you can't edit. |
| 41 | +- Users on the community plan can now see the Pro lock machine features and learn about them. |
| 42 | +- A medley of internal fixes and improvements. |
0 commit comments