Skip to content

Releases: dipakparmar/docusaurus-plugin-umami

v2.0.3

01 Feb 17:51
45ba9d8
Compare
Choose a tag to compare

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

19 Sep 01:00
f146f65
Compare
Choose a tag to compare

What's Changed

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

19 Sep 00:23
e9e84f9
Compare
Choose a tag to compare

What's Changed

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

10 Sep 00:58
1ae180e
Compare
Choose a tag to compare

Full Changelog: v1.0.2...v1.0.3

v1.0.2

04 Aug 00:02
167d673
Compare
Choose a tag to compare

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

01 Jun 07:12
c528da9
Compare
Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1

v1.0.0

31 May 19:16
71af612
Compare
Choose a tag to compare