3.8 KiB
3.8 KiB
Changelog
v0.5.4
🩹 Fixes
- Continue using
useAppConfigto support older versions of WXT (bfd94556)
❤️ Contributors
- Aaron (@aklinker1)
v0.5.3
🩹 Fixes
- Add
getAppConfigas an alias touseAppConfig(#2144) - Allow
userIdoption to returnundefined(636cf1f8) - Improve background script detection logic for analytics package (#1808)
🏡 Chore
- Created new types, instead of
anyforanalytics(#2119)
❤️ Contributors
- Smit (@sm17p)
- Aaron (@aklinker1)
- Patryk Kuniczak (@PatrykKuniczak)
- Sheng Zhang (@Arktomson)
v0.5.2
🩹 Fixes
- Normalize path for createAnalytics of analytics/index.ts (#2013)
- Allow custom API URL in Google Analytics 4 provider options (#1653)
💅 Refactors
- Code cleanup in analytics package (#2084)
🏡 Chore
- Fix other type error after
chrometypes update (31ebf966) - Upgrade dev and non-major prod dependencies (#2000)
- Use
tsdownto build packages (#2006) - Move script-only dev dependencies to top-level
package.json(#2007) - Update dependencies (#2069)
❤️ Contributors
- Honwhy Wang honwhy.wang@gmail.com
- Aaron (@aklinker1)
- Patryk Kuniczak (@PatrykKuniczak)
v0.5.1
🚀 Enhancements
- Integrate latest measurement protocol changes (#1767)
🩹 Fixes
- Use
@wxt-dev/browserinstead of@types/chrome(#1645)
🏡 Chore
- Stop using PNPM catalog (#1644)
- Upgrade
@aklinker1/checkto v2 (#1647) - Change browser workspace dependency to
^(c7335add) - Fix auto-fixable
markdownlinterrors (#1710) - deps: Upgrade typescript from 5.8.3 to 5.9.2 (a6eef643)
- Create script for managing dependency upgrades (#1875)
- deps: Upgrade all dev dependencies (#1876)
❤️ Contributors
- Aaron (@aklinker1)
- Tanishq-aggarwal (@tanishq-aggarwal)
v0.5.0
⚠️ breaking changes • compare changes
🩹 Fixes
- ⚠️ Update min WXT version to 0.20 (2e8baf0)
❤️ Contributors
- Aaron (@aklinker1)