Skip to content

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 18 Aug 04:11
· 20 commits to main since this release

Minor Changes

  • 4ea4fd0: feat(styles): make the built-in auth UI themeable with CSS custom properties

    Every colour in the bundled screens now reads from a --seamless-* custom property with the previous
    literal as its fallback, so consumers can match the auth UI to their brand by setting variables on
    :root or on any ancestor of <AuthRoutes />.

    This is opt-in and non-breaking. Applications that set nothing render exactly as before.