Offen v0.1.0-alpha.7 Release Notes

Release Date: 2020-05-22 // almost 4 years ago
  • 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