-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
feat: expose some window props from runtime-wry #13822
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: expose some window props from runtime-wry #13822
Conversation
Package Changes Through d213f7dThere are 7 changes which include @tauri-apps/cli with patch, tauri-cli with minor, @tauri-apps/api with minor, tauri-runtime-wry with patch, tauri-bundler with patch, tauri with minor, tauri-utils with minor Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
|
one of your commits is not signed which is a requirement for me to be able to merge this pr. also a changefile would be appreciated https://github.com/tauri-apps/tauri/tree/dev/.changes (just for tauri-runtime-wry) |
01d3b20 to
c4c61f1
Compare
|
Thank you! Signed and added 🫡 |
Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com>
I'm working on tauri-plugin-egui, which needs access to a few props from
tauri-runtime-wry— this PR just adds apubkeyword for them.No change to the broader
tauricrate's API surface and no breaking/regressive changes. Would love to get this merged in order to allow publishing my plugin on crates.io. Thank you! 🙌