-
Notifications
You must be signed in to change notification settings - Fork 1
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
deps(javascript): minor update tauri monorepo - abandoned #37
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e5ae2a6
to
c05d90e
Compare
c05d90e
to
21fb912
Compare
e594028
to
5546eff
Compare
ef00db7
to
c68ad92
Compare
4c80631
to
d17e940
Compare
3da9ecb
to
4405414
Compare
7a5d008
to
a86c15f
Compare
560c4ab
to
823b59c
Compare
823b59c
to
64fe933
Compare
81db387
to
a6fa330
Compare
891b256
to
b11bf5f
Compare
b11bf5f
to
8d4bd34
Compare
8d4bd34
to
627f87d
Compare
8f5a05d
to
a67e8cb
Compare
a67e8cb
to
57b0b2c
Compare
b1b2066
to
fd4d302
Compare
40dbd97
to
d5c68dd
Compare
| datasource | package | from | to | | ---------- | --------------- | ------------- | ----- | | npm | @tauri-apps/api | 2.0.0-beta.14 | 2.2.0 | | npm | @tauri-apps/cli | 2.0.0-beta.21 | 2.2.5 | | crate | tauri | 2.0.0-beta.23 | 2.2.3 | | crate | tauri-build | 2.0.0-beta.18 | 2.0.5 |
d5c68dd
to
b5888b5
Compare
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.0.0-beta.14
->2.2.0
2.0.0-beta.21
->2.2.5
2.0.0-beta.23
->2.2.3
2.0.0-beta.18
->2.0.5
Release Notes
tauri-apps/tauri (@tauri-apps/api)
v2.2.0
: @tauri-apps/api v2.2.0Compare Source
PNPM Audit
[2.2.0]
New Features
020ea0556
(#11661 by @ahqsoftwares) Add badging APIs:Window/WebviewWindow::set_badge_count
for Linux, macOS and IOS.Window/WebviewWindow::set_overlay_icon
for Windows Only.Window/WebviewWindow::set_badge_label
for macOS Only.fc30b20be
(#11726 by @amrbashir) AddTrayIcon.setShowMenuOnLeftClick
method and deprecateTrayIcon.setMenuOnLeftClick
to match the Rust API.fc30b20be
(#11726 by @amrbashir) AddTrayIconOptions.showMenuOnLeftClick
field and deprecateTrayIconOptions.menuOnLeftClick
to match the Rust API.Enhancements
fc30b20be
(#11726 by @amrbashir) Add support forTrayIconOptions.menuOnLeftClick
option andTrayIcon.setMenuOnLeftClick
on Windows.Bug Fixes
a16796a55
(#12069 by @Legend-Master) FixChannel
never callsonmessage
in some cases12a48d1e2
(#11741 by @amrbashir) Fix error when callingPredefinedMenuItem.new
to create anAbout
menu item that uses anImage
instance for the about icon.12a48d1e2
(#11741 by @amrbashir) Fix error when callingIconMenuItem.new
using anImage
instance for the icon.b63262cd4
(#11724 by @FabianLars) Removed the generic in the type of the callback function argument inmockIPC
which prevented its proper use in tests using TypeScript.a6e84f7d2
(#11835 by @ilittlebig) Fix error where usingisAbsolute
would returnCommand not found
.PNPM Publish
v2.1.1
: @tauri-apps/api v2.1.1Compare Source
PNPM Audit
[2.1.1]
Bug Fixes
5e9435487
(#11645 by dgerhardt) Fix regression intoLogical
andtoPhysical
for position types indpi
module returning incorrecty
value.e8a50f6d7
(#11645) Fix integer values ofBasDirectory.Home
andBaseDirectory.Font
regression which broke path APIs in JS.PNPM Publish
v2.1.0
: @tauri-apps/api v2.1.0Compare Source
PNPM Audit
[2.1.0]
New Features
5c4b83084
(#11191 by @amrbashir) Improved support fordpi
module types to allow these types to be used without manual conversions withinvoke
:SERIALIZE_TO_IPC_FN
const incore
module which can be used to implement custom IPC serialization for types passed toinvoke
.Size
andPosition
classes indpi
module.SERIALIZE_TO_IPC_FN
method onPhysicalSize
,PhysicalPosition
,LogicalSize
andLogicalPosition
to convert it into a valid IPC-compatible value that can be deserialized correctly on the Rust side into its equivalent struct.4d545ab3c
(#11486 by @amrbashir) AddedWebview::setBackgroundColor
,WebviewWindow::setBackgroundColor
APIs to set the window background color dynamicallyand a
backgroundColor
window option to set the background color on window creation.cbc095ec5
(#11451 by @amrbashir) Addapp > windows > devtools
config option and when creating the webview from JS, to enable or disable devtools for a specific webview.2a75c64b5
(#11469 by @amrbashir) AddedwindowClassname
option, when constructing aWebview
orWebviewWindow
, to specify the name of the window class on Windows.Bug Fixes
54cbf59b5
(#11441 by @amrbashir) Fix submenu created as a menu item instead of a submenu when created by using an object in theitems
field in the options object passed toMenu.new
orSubmenu.new
.PNPM Publish
v2.0.3
: @tauri-apps/api v2.0.3Compare Source
PNPM Audit
[2.0.3]
Bug Fixes
fbb45c674
(#11423 by @lucasfernog) FixesaddPluginListener
not working.What's Changed
2e88633ba
(#11369 by @lucasfernog) Remove references to no longer used__TAURI_INTERNALS__.metadata.windows
and__TAURI_INTERNALS__.metadata.webviews
.PNPM Publish
v2.0.2
: @tauri-apps/api v2.0.2Compare Source
PNPM Audit
[2.0.2]
What's Changed
e968b3d25
(#11219 by @lucasfernog) Actually publish package with the latest tag.PNPM Publish
v2.0.1
: @tauri-apps/api v2.0.1Compare Source
PNPM Audit
[2.0.1]
What's Changed
be683e2ac
(#11199 by @lucasfernog) Publish package with the latest NPM tag.PNPM Publish
v2.0.0
: @tauri-apps/api v2.0.0Compare Source
PNPM Audit
[2.0.0]
What's Changed
637285790
Promote to v2 stable!PNPM Publish
v2.0.0-rc.6
: @tauri-apps/api v2.0.0-rc.6Compare Source
PNPM Audit
[2.0.0-rc.6]
New Features
9014a3f17
(#11066 by @amrbashir) AddWebviewWindow.clearAllBrowsingData
andWebview.clearAllBrowsingData
to clear the webview browsing data.95df53a2e
(#11143 by @Legend-Master) Add the ability to set theme dynamically usingWindow.setTheme
orsetTheme
function from theapp
moduled9d2502b4
(#11140 by @amrbashir) AddWebview.hide
andWebview.show
methods.de7414aab
(#11154 by @amrbashir) AddWindow::setEnabled
andWindow::isEnabled
methodsBug Fixes
948772a65
(#11114 by @lucasfernog) Change thebutton_state
tray event field to camelCasebuttonState
.Breaking Changes
0b4495996
(#11121 by @amrbashir) Simplified emitted tray event JS value and updatedTrayIconEvent
type definition to match it.PNPM Publish
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.