Skip to content

Commit d7d08b6

Browse files
committed
docs: Update changelog
1 parent efbda46 commit d7d08b6

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

CHANGELOG.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44

55
**Minor Breaking Change:**
66
- All functions in `params` are now async, with the addition of these functions in this version:
7-
- params.showToast
8-
- params.dismissToast
9-
- params.goToPath
10-
- params.setTextAreaValue
11-
- params.openChat
7+
- `params.showToast`
8+
- `params.dismissToast`
9+
- `params.goToPath`
10+
- `params.setTextAreaValue`
11+
- `params.openChat`
1212
- The following functions from hooks are now async:
13-
- showToast
14-
- dismissToast
15-
- toggleAudio
16-
- toggleNotifications
17-
- toggleVoice
18-
- toggleChatWindow
19-
- goToPath
20-
- setTextAreaValue
13+
- `showToast`
14+
- `dismissToast`
15+
- `toggleAudio`
16+
- `toggleNotifications`
17+
- `toggleVoice`
18+
- `toggleChatWindow`
19+
- `goToPath`
20+
- `setTextAreaValue`
2121

2222
**Fixed:**
2323
- Fixed stale values in toggle events

0 commit comments

Comments
 (0)