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.
Version Updates
Merging this PR will release new versions of the following packages based on your change files.
api-example
[2.0.3]
Dependencies
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
api-example-js
[2.0.1]
Dependencies
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
fs
[2.0.2]
FileHandle.read
performance #1950 by @amrbashir) Improve performance of theFileHandle.read
andwriteTextFile
APIs.fs-js
[2.0.1]
FileHandle.read
performance #1950 by @amrbashir) Improve performance of theFileHandle.read
andwriteTextFile
APIs.dialog
[2.0.2]
ask
andconfirm
not using system button texts #1910 by @Legend-Master) Fixask
andconfirm
not using system button textssave
dialog mime type from thefilters
extensions on Android.Dependencies
[email protected]
dialog-js
[2.0.1]
ask
andconfirm
not using system button texts #1910 by @Legend-Master) Fixask
andconfirm
not using system button textssave
dialog mime type from thefilters
extensions on Android.http
[2.0.2]
Origin
header in HTTP requests by settingOrigin
header to an empty string when callingfetch
.Dependencies
[email protected]
http-js
[2.0.1]
Origin
header in HTTP requests by settingOrigin
header to an empty string when callingfetch
.persisted-scope
[2.0.2]
Dependencies
[email protected]
positioner
[2.0.2]
handleIconState
and fixed its event processing logic.positioner-js
[2.0.1]
handleIconState
and fixed its event processing logic.shell
[2.0.2]
open
JS API #1881 by @amrbashir) On Windows, Fixopen
JS API hanging and freezing the app.shell-js
[2.0.1]
open
JS API #1881 by @amrbashir) On Windows, Fixopen
JS API hanging and freezing the app.store
[2.1.0]
breaking
8c67d44 (refactor(store)!: more reworks #1860 by @Legend-Master) ### Breaking changes:
StoreCollection
toStoreState
StoreBuilder::build
now returns aResult
StoreExt::store
now returnsResult<Arc<Store>>
Enhancements:
New features:
get_store
to get shared stores across js and rust sidedefault_serialize_fn
anddefault_deserialize_fn
register_serialize_fn
andregister_deserialize_fn
store-js
[2.1.0]
feat
getStore
LazyStore