Releases: dipakparmar/docusaurus-plugin-umami
Releases · dipakparmar/docusaurus-plugin-umami
v2.0.3
What's Changed
- build(deps): bump @docusaurus/core from 2.1.0 to 2.3.0 by @dependabot in #4
- build(deps): bump @docusaurus/utils-validation from 2.1.0 to 2.3.0 by @dependabot in #3
- build(deps): bump @docusaurus/types from 2.1.0 to 2.3.0 by @dependabot in #5
Full Changelog: v2.0.2...v2.0.3
v2.0.2
What's Changed
- refactor: migrate to typescript by @dipakparmar in #2
Add this line for better type and autocomplete support in your IDE.
module.exports = {
plugins: [
[
"@dipakparmar/docusaurus-plugin-umami",
+ /** @type {import('@dipakparmar/docusaurus-plugin-umami').Options} */
({
websiteID: "your-website-id", // Required
analyticsDomain: "analytics.mydomain.com", // Required
scriptName: "", // Optional
dataHostURL: "", // Optional
dataAutoTrack: true, // Optional
dataDoNoTrack: true, // Optional
dataCache: true, // Optional
dataDomains: "", // comma separated list of domains, *Recommended*
}),
],
],
};
Full Changelog: v1.0.3...v2.0.2
v2.0.1
What's Changed
- refactor: migrate to typescript by @dipakparmar in #2
Add this line for better type and autocomplete support in your IDE.
module.exports = {
plugins: [
[
"@dipakparmar/docusaurus-plugin-umami",
+ /** @type {import('@dipakparmar/docusaurus-plugin-umami').Options} */
({
websiteID: "your-website-id", // Required
analyticsDomain: "analytics.mydomain.com", // Required
scriptName: "", // Optional
dataHostURL: "", // Optional
dataAutoTrack: true, // Optional
dataDoNoTrack: true, // Optional
dataCache: true, // Optional
dataDomains: "", // comma separated list of domains, *Recommended*
}),
],
],
};
Full Changelog: v1.0.3...v2.0.1
v1.0.3
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- 📦 build: bump @docusaurus/core from 2.0.0-beta.19 to 2.0.1 by @dipakparmar in #1
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Full Changelog: v1.0.0...v1.0.1