From 09171515433403f01ca8bd814b64265974e97abc Mon Sep 17 00:00:00 2001 From: Yuchen Jin Date: Fri, 29 Nov 2024 17:28:29 -0600 Subject: [PATCH] 0.5.0 - fix the version numbers Fix: Correct the version numbers of the legacy document `v0.4.x`. --- Changelog.md | 8 +++++++- versioned_docs/version-0.4.x/tutorial/examples.mdx | 2 +- versioned_docs/version-0.4.x/tutorial/install.mdx | 8 ++++---- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/Changelog.md b/Changelog.md index 317d13b..f48960c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,12 @@ ## CHANGELOG +### 0.5.0 @ 11/29/2024 + +#### :wrench: Fix + +1. Fix: Correct the version numbers of the legacy document `v0.4.x`. + ### 0.5.0 @ 11/27/2024 #### :mega: New @@ -12,7 +18,7 @@ #### :wrench: Fix -1. Switch from the hook `useDocsPreferredVersion` to `useDocsVersion`. This change fix the issue caused on the change of the browser navigation. +1. Fix: Switch from the hook `useDocsPreferredVersion` to `useDocsVersion`. This change fix the issue caused on the change of the browser navigation. #### :floppy_disk: Change diff --git a/versioned_docs/version-0.4.x/tutorial/examples.mdx b/versioned_docs/version-0.4.x/tutorial/examples.mdx index 77c0dea..7a2c1b4 100644 --- a/versioned_docs/version-0.4.x/tutorial/examples.mdx +++ b/versioned_docs/version-0.4.x/tutorial/examples.mdx @@ -97,7 +97,7 @@ To launch this example, please ensure that the following dependencies are availa After that, clone the project and run the demo by: ```shell -git clone https://github.com/cainmagi/dash-json-grid +git clone -b v0.4.3 https://github.com/cainmagi/dash-json-grid cd dash-json-grid python -m pip install -r requirements.txt -r tests/requirements.txt yarn install diff --git a/versioned_docs/version-0.4.x/tutorial/install.mdx b/versioned_docs/version-0.4.x/tutorial/install.mdx index 2467851..f3a36e5 100644 --- a/versioned_docs/version-0.4.x/tutorial/install.mdx +++ b/versioned_docs/version-0.4.x/tutorial/install.mdx @@ -18,7 +18,7 @@ import {repoURL} from "@site/src/envs/variables"; Run the following command to install the package: ```shell -pip install dash-json-grid +pip install dash-json-grid==0.4.3 ``` ## Extra features @@ -26,7 +26,7 @@ pip install dash-json-grid Specify the optional dependencies to enable more features: ```shell -pip install dash-json-grid[option1,option2...] +pip install dash-json-grid[option1,option2...]==0.4.3 ``` | Option |
Supports
| @@ -64,7 +64,7 @@ If you are using Ubuntu or Debian (Linux), you can use the following script to i After that, run the following command to install the developer's version. ```shell -git clone https://github.com/cainmagi/dash-json-grid +git clone -b v0.4.3 https://github.com/cainmagi/dash-json-grid cd dash-json-grid python -m pip install -r requirements.txt -r requirements-dev.txt yarn install @@ -100,7 +100,7 @@ Note that the browser needs to be Chrome or Chromium. Edge or Opera will not wor After that, clone the project and run the tests: ```shell -git clone https://github.com/cainmagi/dash-json-grid +git clone -b v0.4.3 https://github.com/cainmagi/dash-json-grid cd dash-json-grid python -m pip install -r requirements.txt -r tests/requirements.txt yarn install