mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-24 12:14:05 +03:00
2b1ceb40d3
* refactor(api)!: renamed `getCurrent` functions to avoid ambiguity closes #10193 * Update .changes/get-current-ambguity.md * rename `getAll` and update docs and examples
610 B
610 B
@tauri-apps/api | tauri |
---|---|
patch:breaking | patch:breaking |
Renamed the JS getCurrent
and getAll
functions to a clearer name to avoid ambiguity:
getCurrent
inwindow
module has been renamed togetCurrentWindow
getCurrent
inwebview
module has been renamed togetCurrentWebview
getCurrent
inwebviewWindow
module has been renamed togetCurrentWebviewWindow
getAll
inwindow
module has been renamed togetAllWindows
getAll
inwebview
module has been renamed togetAllWebviews
getAll
inwebviewWindow
module has been renamed togetAllWebviewWindows