Skip to content

v6.24.1

Choose a tag to compare

@alex-up-bot alex-up-bot released this 20 May 00:15
· 109 commits to main since this release

v6.24.1 (Patch Release)

Status: Released

This is a new patch release of the @alextheman/components package. It includes small, non-breaking changes and should require no refactoring. Please read the description of changes below.

Description of Changes

  • Move the newly-created QueryBoundary creator functions back to the root entrypoint
    • Since they need the context from the root entrypoint, they do still need to be in the root entrypoint.
    • Previously, I think having them in separate entrypoints causes the context to not be fully recognised for some reason, and so it crashes the app.