Releases: bounce-rs/bounce
Releases · bounce-rs/bounce
Release 0.9.0
Release 0.8.0
What's Changed
- Bump JamesIves/github-pages-deploy-action from 4.4.2 to 4.4.3 by @dependabot in #76
- Update gloo requirement from 0.8.1 to 0.9.0 by @dependabot in #79
- Break loop by returning the inner value by @futursolo in #80
- Do not suspend refresh queries by @futursolo in #81
- Allow Future Notion name to be omitted by @futursolo in #82
- Fix Mutation Loading and Refreshing by @futursolo in #83
- Prepare Release v0.8 by @futursolo in #84
- Expose a State type for each Query / Mutation that also references to the value by @futursolo in #85
Full Changelog: v0.7.0...v0.8.0
Release 0.7.0
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
Release 0.6.1
Other Changes
- Added 'property' to the deduplication logic for
<meta>
tags
Release 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
- Bounce now targets Yew 0.20.
Other Changes
- Fixed a reference cycle that presents in the codebase.
Release 0.3.0
Breaking Changes
with_notion
now needs to be wrapped insidebounce
.
Other Changes
- Added Artifact API
- Added Helmet API
- Added Observer API
- Notion is now registered and does not iterate over all states.
- Fixed a bug where the query will not requery itself if any state it selected has updated.
Release 0.2.0
Breaking Changes
- Slice is now a derive macro and slices now are required to implement the Reducible trait
- Atom no longer directly implements Slice
Other Changes
- Added Notion API
- Added FutureNotion API
- Added Selector API
- Added InputSelector API
- Added Query API
- Update Dependencies in Cargo.toml
Release 0.1.3
Other Changes
- Update Dependencies in Cargo.toml