Skip to content

v2.5.0

Choose a tag to compare

@jbergstroem jbergstroem released this 16 Sep 20:24
· 29 commits to main since this release
362acc9

This release most importantly opens the door to have custom logic for setting/getting the opaqueUserId.
We also now use the trusted npm publishing flow via OIDC to avoid token theft or other ways of publishing malicious versions of the package.

What's Changed

New features

Fixes

Dependency updates

  • chore(deps-dev): bump @biomejs/biome from 1.8.3 to 1.9.2 by @dependabot[bot] in #289
  • chore(deps-dev): bump vite from 5.2.11 to 5.4.8 by @dependabot[bot] in #291
  • chore(deps-dev): bump vite-plugin-dts from 3.9.1 to 4.2.3 by @dependabot[bot] in #290
  • chore: replace environment variables with package.json entries by @jbergstroem in #287
  • chore(deps-dev): bump express from 4.19.2 to 4.20.0 by @dependabot[bot] in #293
  • chore(deps): codecov/codecov-action 4.6.0 by @dependabot[bot] in #294
  • chore(deps-dev): vite 5.4.10 by @dependabot[bot] in #295
  • chore(deps-dev): msw 2.6.0 by @dependabot[bot] in #296
  • chore(deps-dev): react-router-dom 6.27.0 by @dependabot[bot] in #297
  • chore(dependabot): remove sk- as reviewer by @sk- in #298
  • chore(deps): codecov/codecov-action 5.0.4 by @dependabot[bot] in #299
  • chore(deps-dev): react-router-dom 6.28.0 by @dependabot[bot] in #300
  • chore(deps-dev): @types/react 18.3.12 by @dependabot[bot] in #301
  • chore(deps-dev): msw 2.6.6 by @dependabot[bot] in #304
  • chore(deps): codecov/codecov-action 5.0.7 by @dependabot[bot] in #303
  • chore(deps): bump codecov/codecov-action from 5.0.7 to 5.3.1 by @dependabot[bot] in #314
  • chore(deps): bump codecov/codecov-action from 5.3.1 to 5.4.0 by @dependabot[bot] in #316
  • chore(deps): bump codecov/codecov-action from 5.4.0 to 5.4.2 by @dependabot[bot] in #322
  • chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #329
  • chore(deps): bump codecov/codecov-action from 5.4.3 to 5.5.0 by @dependabot[bot] in #328

New Contributors