mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-24 11:14:40 +03:00
9eaeb5a8cd
* refactor: refactor parent APIs on `WindowBuilder` closes #8587 #1643 * fix build * clippy * support parent in JS and config * change files * fix build * clippy * fix doctests * fix linux build * fix doctests * update docs * fix api, update example to use JS API * fix merge * lint * fix tests on windows --------- Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
185 B
185 B
tauri-runtime | tauri-runtime-wry |
---|---|
patch:breaking | patch:breaking |
Changed WindowBuilder::with_config
to take a reference to a WindowConfig
instead of an owned value.