Skip to content

Commit a8e0490

Browse files
committed
Merge branch 'dev' into feat/mobile-run
2 parents bb2d7d1 + b06b3bd commit a8e0490

File tree

140 files changed

+4175
-1648
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

140 files changed

+4175
-1648
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@tauri-apps/api": minor:feat
3+
---
4+
5+
Adds the `scrollBarStyle` option to the Webview and WebviewBuilder constructors.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"tauri-cli": minor:feat
3+
"tauri-utils": minor:feat
4+
---
5+
6+
Adds the `scrollBarStyle` option to the window configuration.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"tauri-runtime-wry": minor:feat
3+
"tauri-runtime": minor:feat
4+
"tauri": minor:feat
5+
---
6+
7+
Adds the `scroll_bar_style` option to the Webview and WebviewWindow builders.
8+
The possible values for this option are gated behind conditional compilation
9+
flags, and will need to be applied using conditional compilation if customised.

.changes/CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'tauri-cli': 'minor:feat'
3+
'tauri-bundler': 'minor:feat'
4+
---
5+
6+
Add a `--no-sign` flag to the `tauri build` and `tauri bundle` commands to skip the code signing step, improving the developer experience for local testing and development without requiring code signing keys.

.changes/adaptive_icons.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'tauri-cli': 'patch:enhance'
3+
---
4+
5+
Add support for Android's adaptive and themed icons.

.changes/data-dir-js.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"tauri-utils": "minor:enhance"
3+
"@tauri-apps/api": "minor:enhance"
4+
---
5+
6+
Added a config to set a data_directory relative to the app-specific data dir in JavaScript and `tauri.conf.json`.

.changes/fix-ios-sim-intel.md renamed to .changes/default-log-level.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"tauri-cli": patch:enhance
44
---
55

6-
Fix iOS dev and build targeting the simulator on Intel machines.
6+
Set a default log level filter when running `tauri add log`.

.changes/ensure-android-env.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"tauri-cli": minor:feat
3+
"@tauri-apps/cli": minor:feat
4+
---
5+
6+
Try to detect ANDROID_HOME and NDK_HOME environment variables from default system locations and install them if needed using the Android Studio command line tools.

.changes/ensure-targets-mobile.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/fix-cli-deno.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)