Skip to content

Document 0.7-rc.1 breaking changes #571

@ealmloff

Description

@ealmloff

A bunch more breaking changes were added in the 0.7-rc.1 release. We should document them in the migration guide:

  • The server context is gone
  • Server functions return a different error type
  • Server function data encodings are gone
  • Middleware support is gone
  • Multiple error support for the error boundary was removed
  • The dioxus error type is no longer clone which means you can't call most resources like functions
  • RSX context methods thrown from children to boundaries for errors and suspense are gone
  • index.html support is gone

These changes also break a significant chunk of the doc examples that are checked (and likely more that are unchecked). We should go through each example and check them again before the release or address #537

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions