[CHORE] Update GUI Frontend (major) #743
Closed
+332
−233
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:
1.6.0
->2.1.1
4.6.2
->5.0.0
5.4.11
->6.0.1
Release Notes
tauri-apps/tauri (@tauri-apps/api)
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/cli v2.0.3Compare Source
[2.0.3]
New Features
eda5713ea
(#11242 by @alex-sandri) AddItalian
to supported NSIS installer languagesb3563e3d6
(#11304 by @amrbashir) Add Deno support in tauri-cli operations.Bug Fixes
d609bef9f
(#11314 by @amrbashir) Fix android invalid proguard file when using anidentifier
that contains a component that is a reserved kotlin keyword, likein
,class
, etc069c05e44
(#11315 by @amrbashir) Fix CLI crashing and failing to find a.ico
file whenbundle > icon
option is using globs and doesn't have a string that ends with.ico
.Dependencies
[email protected]
v2.0.2
: @tauri-apps/cli v2.0.2Compare Source
[2.0.2]
What's Changed
4475fbb50
(#11208 by @lucasfernog) Update cargo-mobile2 to 0.17.3, fixing lib name validation.a49a19ffa
(#11218) Fix bundlingappimage
,deb
andrpm
bundles failing to open when usingmainBinaryName
with spaces.Dependencies
[email protected]
v2.0.1
: @tauri-apps/cli v2.0.1Compare Source
[2.0.1]
Dependencies
[email protected]
v2.0.0
: @tauri-apps/cli v2.0.0Compare Source
[2.0.0]
What's Changed
637285790
Promote to v2 stable!Dependencies
[email protected]
facebook/react (eslint-plugin-react-hooks)
v5.0.0
Compare Source
_Button
or_component
are no longer valid. (@kassens) in #25162useActionState
stable. (@eps1lon in #29665)as
expression in callback. (@StyleShit in #28202)as
expressions in deps array. (@StyleShit in #28189)React.use()
the same asuse()
. (@kassens in #27769)use()
lint to non-experimental. (@kassens in #27768)as
expressions. (@cpojer in #27590)useEffect(fn, undefined)
. (@kassens in #27525)useEvent
touseEffectEvent
. (@sebmarkbage in #25881)useEvent
functions in dependency lists. (@poteto in #25512)useEvent
references instead. (@poteto in #25319)RulesOfHooks
withuseEvent
rules. (@poteto in #25285)vitejs/vite (vite)
v6.0.1
Compare Source
proxy
prevents starting http2 server (#18788) (bbaf514), closes #18788applyToEnvironment
hooks on worker build (#18793) (0c6cdb0), closes #18793v6.0.0
Compare Source
createRunnableDevEnvironment
returnsRunnableDevEnvironment
, notDevEnvironment
(#18673) (74221c3), closes #18673getModulesByFile
should return aserverModule
(#18715) (b80d5ec), closes #18715SIGTERM
(#18741) (cc55e36), closes #18741InterceptorOptions
type (#18766) (6252c60), closes #18766__vite_ssr_identity__
with(0, ...)
and inject;
between statements (#18748) (94546be), closes #18748Object.keys(import.meta.glob(...))
/ `Object.values(import.meta.glob( (ed99a2c), closes #18666module-sync
condition when loading config if enabled (#18650) (cf5028d), closes #18650HotUpdateContext
toHotUpdateOptions
(#18718) (824c347), closes #18718playground/json/__tests__/ssr
(#18701) (f731ca2), closes #18701Configuration
📅 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.