Update bounce requirement from 0.7.0 to 0.8.0
Updates the requirements on bounce to permit the latest version.
Release notes
Sourced from bounce's releases.
Release 0.8.0
What's Changed
- Bump JamesIves/github-pages-deploy-action from 4.4.2 to 4.4.3 by
@dependabot
in bounce-rs/bounce#76- Update gloo requirement from 0.8.1 to 0.9.0 by
@dependabot
in bounce-rs/bounce#79- Break loop by returning the inner value by
@futursolo
in bounce-rs/bounce#80- Do not suspend refresh queries by
@futursolo
in bounce-rs/bounce#81- Allow Future Notion name to be omitted by
@futursolo
in bounce-rs/bounce#82- Fix Mutation Loading and Refreshing by
@futursolo
in bounce-rs/bounce#83- Prepare Release v0.8 by
@futursolo
in bounce-rs/bounce#84- Expose a State type for each Query / Mutation that also references to the value by
@futursolo
in bounce-rs/bounce#85Full Changelog: https://github.com/bounce-rs/bounce/compare/v0.7.0...v0.8.0
Changelog
Sourced from bounce's changelog.
Release 0.8.0
Breaking Changes
- Raise MSRV to 1.64.
- Do not suspend refresh queries.
- Expose a State type for each Query / Mutation that also references to the value.
Other Changes
- Fix Mutation Loading and Refreshing.
- Allow Future Notion name to be omitted.
- Break loop by returning the inner value.
Release 0.7.0
Other Changes
- Added
get_init_states
toBounceRoot
that can be used to provide initial state values other than usingDefault
.Release 0.6.1
Other Changes
- Added 'property' to the deduplication logic for
<meta>
tagsRelease 0.6.0
Breaking Changes
use_mutation_value
is renamed touse_mutation
..result()
on now returnsOption<&...>
.Other Changes
- Fixed query hooks wrongly fallback when refreshing.
- Fixed query hooks panicking when already fetching.
Release 0.5.0
Other Changes
- Helmet API now supports SSR.
- Added
use_query
which fetches data via Suspense.- Added
use_prepared_query
, which works likeuse_query
but preserves the value created in SSR.Release 0.4.0
Breaking Changes
... (truncated)
Commits
-
a366daf
Expose a State type for each Query / Mutation that also references to the val... -
79ee443
Prepare Release v0.8 (#84) -
540bd25
Fix Mutation Loading and Refreshing (#83) -
88ff6b0
Allow Future Notion name to be omitted (#82) -
3e03609
Do not suspend refresh queries (#81) -
443b08f
Break loop by returning the inner value (#80) -
3ce57d8
Update gloo requirement from 0.8.1 to 0.9.0 (#79) -
b5006b1
Bump JamesIves/github-pages-deploy-action from 4.4.2 to 4.4.3 (#76) - See full diff in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts