Skip to content

v0.7.0

Choose a tag to compare

@bambamboole bambamboole released this 25 Jul 12:34
1caf9ba

0.7.0 (2026-07-25)

⚠ BREAKING CHANGES

  • upgrade to lattice 0.26
  • wire lattice discovery and 0.25 for master-package installs
  • ship the frontend as a lattice component plugin
  • adopt lattice 0.25 declarative discovery and the server view contracts
  • route the consent view through the ConsentView contract
  • AuthViewManager and the OidcManager/Oidc facade fluent view-bind methods (loginView(), registerView(), etc.) are removed. Bind the new contracts directly on the container instead.

Features

  • adopt lattice 0.25 declarative discovery and the server view contracts (5da7476)
  • replace the auth view manager with typed view contracts (87ad2ba)
  • route the consent view through the ConsentView contract (bdb7e26)
  • ship the frontend as a lattice component plugin (0753993)
  • upgrade to lattice 0.26 (159b1da)

Bug Fixes

  • register the oidc-ui translation namespace directly on the loader (9b3c88b)
  • wire lattice discovery and 0.25 for master-package installs (e9844bf)

Documentation

  • align ui docs with declarative discovery (bef221b)
  • document the typed auth view contracts and zero-config ui setup (fa49a2e)