No breaking-change keywords detected in release notes.
v1.8.0
2023-10-09
No breaking-change keywords detected in release notes.
v1.7.0
2023-03-30
⚠ Potential breaking changes
The tradeoff here is that authoring components you can no longer just return a Signal or Memo without casting. If using JSX you can always return a Fragment.
onError` will still be present until it can be removed in a future major version.
No breaking-change keywords detected in release notes.
v1.5.0
2022-08-26
⚠ Potential breaking changes
However, to not be breaking if a callback is present we will assume it's keyed. We still recommend you start adding these attributes (and TS will fail without them).
Migrated the Repo to pnpm and TurboRepo
v1.4.0
2022-05-12
⚠ Potential breaking changes
Removals and Deprecations
className`, `htmlFor` deprecated
Experimental `refetchResources` removed
v1.3.0
2022-01-06
⚠ Potential breaking changes
Breaking Changes/Deprecations
startTransition` no longer takes callback as a second argument
Deprecating Legacy Streaming APIs
Fixed browser extensions modifying the head element breaking hydration.