Skip to content

evolu@6.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 May 19:12
· 1170 commits to main since this release
0330863

Major Changes

  • c7f5182: React Suspense

    It's about time. React Suspense is an excellent React feature that massively improves both UX and DX. It's a breaking change because I decided to remove the isLoading and isLoaded states entirely. It's not necessary anymore. Use React Suspense.

    Implementing and testing React Suspense also led to internal optimizations for faster and more reliable syncing and better unit tests.

    This release also includes SQLite 3.42.0. There is no breaking change in data persistence.