diff --git a/docusaurus.config.js b/docusaurus.config.js index 5c5cf7690c5..148e82f55d6 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -29,7 +29,7 @@ module.exports = { '@docusaurus/preset-classic', /** @type {import('@docusaurus/preset-classic').Options} */ { - // Will be passed to @docusaurus/plugin-content-docs (false to disable) + // Will be passed to @docusaurus/plugin-content-docs (false to disable). docs: { routeBasePath: '/', sidebarPath: require.resolve('./sidebars.js'), @@ -59,6 +59,10 @@ module.exports = { }, }, }, + // Will be passed to @docusaurus/plugin-google-tag-manager. + googleTagManager: { + containerId: 'GTM-TKMGCBC', + }, // Will be passed to @docusaurus/theme-classic. theme: { customCss: [ @@ -274,9 +278,6 @@ module.exports = { }, ], }, - tagManager: { - trackingID: 'GTM-TKMGCBC', - }, prism: { theme: { plain: {}, styles: [] }, // https://github.com/FormidableLabs/prism-react-renderer/blob/5a1c93592c6475fb230bfcb8a9666b72b331638b/packages/generate-prism-languages/index.ts#L9-L24 @@ -302,7 +303,6 @@ module.exports = { }, }, ], - '@ionic-internal/docusaurus-plugin-tag-manager', function (context, options) { return { name: 'ionic-docs-ads', diff --git a/package-lock.json b/package-lock.json index 871d91dbfa3..62cb365fd2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,6 @@ "@docusaurus/mdx-loader": "^2.4.3", "@docusaurus/plugin-client-redirects": "^2.4.3", "@docusaurus/preset-classic": "^2.4.3", - "@ionic-internal/docusaurus-plugin-tag-manager": "^2.0.0", "@ionic-internal/ionic-ds": "^7.0.0", "@mdx-js/react": "^1.6.22", "@prismicio/client": "^6.4.2", @@ -3602,17 +3601,6 @@ "@hapi/hoek": "^9.0.0" } }, - "node_modules/@ionic-internal/docusaurus-plugin-tag-manager": { - "version": "2.0.0", - "license": "MIT", - "engines": { - "node": ">=10.15.1" - }, - "peerDependencies": { - "react": "^16.8.4 || ^17.0.0", - "react-dom": "^16.8.4 || ^17.0.0" - } - }, "node_modules/@ionic-internal/ionic-ds": { "version": "7.0.0", "license": "MIT", diff --git a/package.json b/package.json index ab3bec690f1..f818e33a6b8 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,6 @@ "@docusaurus/mdx-loader": "^2.4.3", "@docusaurus/plugin-client-redirects": "^2.4.3", "@docusaurus/preset-classic": "^2.4.3", - "@ionic-internal/docusaurus-plugin-tag-manager": "^2.0.0", "@ionic-internal/ionic-ds": "^7.0.0", "@mdx-js/react": "^1.6.22", "@prismicio/client": "^6.4.2", @@ -72,8 +71,8 @@ "@ionic/prettier-config": "^3.0.0", "@tsconfig/docusaurus": "^1.0.4", "@types/react": "^17.0.37", - "deepl": "^1.0.13", "cspell": "^6.31.3", + "deepl": "^1.0.13", "html-loader": "^3.1.0", "hygen": "^6.2.11", "prettier": "^2.8.8", diff --git a/src/components/page/reference/ReleaseNotes/release-notes.json b/src/components/page/reference/ReleaseNotes/release-notes.json index 350faba7e5e..b356192e816 100644 --- a/src/components/page/reference/ReleaseNotes/release-notes.json +++ b/src/components/page/reference/ReleaseNotes/release-notes.json @@ -1,4 +1,12 @@ [ + { + "body": "
\n\n", "name": "v7.5.5", - "published_at": "November 16 2023", + "published_at": "November 15 2023", "tag_name": "v7.5.5", "type": "patch", "version": "7.5.5" @@ -30,13 +38,5 @@ "tag_name": "v7.5.3", "type": "patch", "version": "7.5.3" - }, - { - "body": "[!NOTE]\nIonic Vue developers utilizing the
\nv-ion-change
orv-ion-input
workaround for https://github.com/ionic-team/ionic-framework/issues/27292 should remove this workaround when updating to Ionic v7.5.5.