Skip to content

Commit

Permalink
0.5.0 - fix the version numbers
Browse files Browse the repository at this point in the history
Fix: Correct the version numbers of the legacy document `v0.4.x`.
  • Loading branch information
cainmagi committed Nov 29, 2024
1 parent ca7ee45 commit 0917151
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
8 changes: 7 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-0.4.x/tutorial/examples.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions versioned_docs/version-0.4.x/tutorial/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ 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

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 | <center>Supports</center> |
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0917151

Please sign in to comment.