Skip to content

0.26.0

Choose a tag to compare

@stephencelis stephencelis released this 06 Sep 15:20
· 1279 commits to main since this release
  • Added: form binding helpers have been made safer and more concise with the introduction of BindableState and BindableAction (thanks @junebash for first bringing up the idea of BindableAction). The existing binding helpers have been deprecated. Note: this feature depends on Xcode 12.5 or greater to avoid a crash produced by earlier versions of the compiler, which was fixed in 5.4. For more information, see the documentation for BindableState.
  • Fixed: Store documentation had some typos (thanks @kgrigsby59).
  • Cleanup: Effect.future's has implementation has been simplified (thanks @iampatbrown).
  • Infrastructure: cleaned up how dependencies are handled in the reusable download component case study.
  • Infrastructure: added cancellation to the "loadable" case studies (thanks @filblue).