Skip to content

Releases: bounce-rs/bounce

Release 0.9.0

15 Oct 03:32
2456d0e
Compare
Choose a tag to compare

Release 0.9.0

Breaking Changes

  • Compatible with Yew 0.21. Due to the breaking API changes in Yew 0.21 not backwards compatible with Yew 0.20.

Other Changes

  • Updated the Gloo dependency to 0.10

Release 0.8.0

03 Aug 13:06
a366daf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.8.0

Release 0.7.0

30 Jun 12:54
20cecdb
Compare
Choose a tag to compare

Release 0.7.0

Other Changes

  • Added get_init_states to BounceRoot that can be used to provide initial state values other than using Default.

Release 0.6.1

27 Jan 12:11
41b251d
Compare
Choose a tag to compare

Release 0.6.1

Other Changes

  • Added 'property' to the deduplication logic for <meta> tags

Release 0.6.0

10 Dec 10:11
a861327
Compare
Choose a tag to compare

Breaking Changes

  • use_mutation_value is renamed to use_mutation.
  • .result() on now returns Option<&...>.

Other Changes

  • Fixed query hooks wrongly fallback when refreshing.
  • Fixed query hooks panicking when already fetching.

Release 0.5.0

03 Dec 09:37
72093e1
Compare
Choose a tag to compare

Other Changes

  • Helmet API now supports SSR.
  • Added use_query which fetches data via Suspense.
  • Added use_prepared_query, which works like use_query but preserves the value created in SSR.

Release 0.4.0

26 Nov 08:37
594afd6
Compare
Choose a tag to compare

Breaking Changes

  • Bounce now targets Yew 0.20.

Other Changes

  • Fixed a reference cycle that presents in the codebase.

Release 0.3.0

12 Jun 11:24
Compare
Choose a tag to compare

Breaking Changes

  • with_notion now needs to be wrapped inside bounce.

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

05 Feb 07:05
Compare
Choose a tag to compare

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

12 Dec 01:47
Compare
Choose a tag to compare

Other Changes

  • Update Dependencies in Cargo.toml