Skip to content

Commit

Permalink
docs: Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tjtanjin committed Nov 7, 2024
1 parent efbda46 commit d7d08b6
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@

**Minor Breaking Change:**
- All functions in `params` are now async, with the addition of these functions in this version:
- params.showToast
- params.dismissToast
- params.goToPath
- params.setTextAreaValue
- params.openChat
- `params.showToast`
- `params.dismissToast`
- `params.goToPath`
- `params.setTextAreaValue`
- `params.openChat`
- The following functions from hooks are now async:
- showToast
- dismissToast
- toggleAudio
- toggleNotifications
- toggleVoice
- toggleChatWindow
- goToPath
- setTextAreaValue
- `showToast`
- `dismissToast`
- `toggleAudio`
- `toggleNotifications`
- `toggleVoice`
- `toggleChatWindow`
- `goToPath`
- `setTextAreaValue`

**Fixed:**
- Fixed stale values in toggle events
Expand Down

0 comments on commit d7d08b6

Please sign in to comment.