Skip to content

Alpha Release No. 7

Pre-release
Pre-release
Compare
Choose a tag to compare
@m90 m90 released this 22 May 14:17
· 1460 commits to development since this release
0d78dc0

This version is compatible with v0.1.0-alpha.6 but requires manual intervention. If you previously configured the app with a OFFEN_SECRETS_COOKIEEXCHANGE, either in an offen.env file or in the host's environment, this value now needs to be exported as OFFEN_SECRET.

- OFFEN_SECRETS_COOKIE_EXCHANGE = "<your-secret>"
+ OFFEN_SECRET = "<your-secret>"

Features

  • simplify naming of secret values (this is a breaking change) #370
  • improve flow for offen demo #367
  • add per-referrer page depth #361

Fixes

  • fix password reset flow #369
  • fix mobile UX for tables #363
  • fix z-index interaction of consent banner with host pages #364

Chores

  • add integration testing #362, #365
  • run Lighthouse Audits in CI #368
  • increase unit test coverage #358, #359