mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-18 08:02:13 +03:00
8 lines
315 B
Markdown
8 lines
315 B
Markdown
|
---
|
||
|
"tauri": minor
|
||
|
---
|
||
|
|
||
|
The Tauri script is now injected with the webview `init` API, so it is available after page changes.
|
||
|
It will no longer be injected on `${distDir}/index.tauri.html`, but we will add a `${distDir}/__tauri.js` file to read it at app compile time.
|
||
|
You should add that to your `.gitignore` file.
|