Releases: nuxt-modules/plausible
Releases · nuxt-modules/plausible
v3.0.2
🐞 Bug Fixes
- Add
@plausible-analytics/trackerto ViteoptimizeDeps- by @danielroe in #47 (aba10)
View changes on GitHub
v3.0.1
🐞 Bug Fixes
- proxy: Drop unsafe
cf-connecting-ipandx-real-ipheader sniffing - by @johannschopplich (22030)
View changes on GitHub
v3.0.0
🚨 Breaking Changes
- Migrate to
@plausible-analytics/tracker- by @johannschopplich (66306)
🚀 Features
- Tracking of outbound links, file downloads, and form submissions - by @johannschopplich in #41 (bd0b2)
🐞 Bug Fixes
- Normalize
proxyBaseEndpointleading slash - by @maximepvrt (302c8) - proxy: Resolve client IP from CDN/proxy headers before forwarding to Plausible - by @johannschopplich (a3463)
View changes on GitHub
v2.0.1
🏎 Performance
- Preconnect to Plausible API host - by @johannschopplich in #42 (ad715)
View changes on GitHub
v2.0.0
v1.2.0
Note
Yes, this release contains a breaking change. However, the proxy path introduced in v1.1 wasn't working properly. Thus, the breaking change as well as its refactors will fix the feature in the first place. There is no real breaking change for the developer.
🚨 Breaking Changes
- Set default proxy path to
_plausible- by @johannschopplich (1e229)
🐞 Bug Fixes
- Cprrectly set
proxyBaseEndpointwhen proxy enabled - by @johannschopplich in #37 (3369a)
View changes on GitHub
v1.1.1
🚀 Features
- Use
/api/__plausible_event__as proxy default path - by @johannschopplich (8eba5)
View changes on GitHub
v1.1.0
🚀 Features
- API event handler to proxy
eventthrough Nitro server - by @asonnleitner and @johannschopplich in #36 (4e7fd)
View changes on GitHub
v1.0.3
🐞 Bug Fixes
logIgnoredPlausible tracker behavior - by @Barbapapazes in #35 (5f396)
View changes on GitHub
v1.0.2
🐞 Bug Fixes
- Ensure plugin types are exposed - by @johannschopplich in #31 (a83fb)
- Correctly allow empty
ignoredHostnamesarray to excludelocalhost- by @johannschopplich in #30 (3ea26)