mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-29 12:06:01 +02:00
publish new versions (#1909)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
ae8024565f
commit
3fd283121f
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"dialog": "patch"
|
||||
"dialog-js": "patch"
|
||||
---
|
||||
|
||||
Fix `ask` and `confirm` not using system button texts
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"dialog": patch
|
||||
"dialog-js": patch
|
||||
---
|
||||
|
||||
Set `save` dialog mime type from the `filters` extensions on Android.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"positioner": patch
|
||||
"positioner-js": patch
|
||||
---
|
||||
|
||||
Added missing permission for `handleIconState` and fixed its event processing logic.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"fs": patch
|
||||
"fs-js": patch
|
||||
---
|
||||
|
||||
Improve performance of the `FileHandle.read` and `writeTextFile` APIs.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"http": "patch"
|
||||
"http-js": "patch"
|
||||
---
|
||||
|
||||
Allow skipping sending `Origin` header in HTTP requests by setting `Origin` header to an empty string when calling `fetch`.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"http": "patch"
|
||||
"http-js": "patch"
|
||||
---
|
||||
|
||||
Retain headers order.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"shell": "patch"
|
||||
"shell-js": "patch"
|
||||
---
|
||||
|
||||
On Windows, Fix `open` JS API hanging and freezing the app.
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
"store-js": minor:feat
|
||||
---
|
||||
|
||||
- Add `getStore`
|
||||
- Add an option to use pre-stored (de)serialize functions (registered on rust)
|
||||
- Add `LazyStore`
|
||||
@@ -1,23 +0,0 @@
|
||||
---
|
||||
"store": minor:breaking
|
||||
---
|
||||
|
||||
### Breaking changes:
|
||||
|
||||
- Renamed `StoreCollection` to `StoreState`
|
||||
- `StoreBuilder::build` now returns a `Result`
|
||||
- `StoreExt::store` now returns `Result<Arc<Store>>`
|
||||
|
||||
### Enhancements:
|
||||
|
||||
- Save and cancel pending auto save on drop
|
||||
- Use absolute path as store's key, fix #984
|
||||
- Share store to resource table by default
|
||||
- Enable auto save with 100ms debounce time by default
|
||||
- Use pretty json by default, close #1690
|
||||
|
||||
### New features:
|
||||
|
||||
- Add `get_store` to get shared stores across js and rust side
|
||||
- Add default (de)serialize functions settings `default_serialize_fn` and `default_deserialize_fn`
|
||||
- Allow js to use pre-stored (de)serialize functions registered by `register_serialize_fn` and `register_deserialize_fn`
|
||||
Reference in New Issue
Block a user