v2.5.0
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
- feat: support
vendorIdin purchase events by @jbergstroem in #321 - feat: support passing custom getUserId function by @jbergstroem in #310
- chore: support OIDC-based publishing workflow by @jbergstroem in #331
- chore: create v2.5.0 by @jbergstroem in #332
Fixes
- fix: README.md update installation without unpkg script tags by @agustinespildora in #326
- chore(dependabot): remove sk- as reviewer by @sk- in #298
- fix: skip pnpm publish git branch logic by @jbergstroem in #333
- fix: publish directly via npm by @jbergstroem in #334
- fix: correct namespace for url by @jbergstroem in #336
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.jsonentries 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
- @agustinespildora made their first contribution in #326