]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Remove V3 support, update readme (#10872)
authorJacco van den Berg <jaccoberg2281@gmail.com>
Tue, 15 Nov 2022 18:14:15 +0000 (19:14 +0100)
committerGitHub <noreply@github.com>
Tue, 15 Nov 2022 18:14:15 +0000 (20:14 +0200)
.github/ISSUE_TEMPLATE/bug.yml
.github/release-drafter.yml
README.md

index 54cca5cf2ce6c9b35b548cc9398b304ba885f1e6..8193c603a00cd6d682ac75456bb7416041ee047f 100644 (file)
@@ -14,7 +14,7 @@ body:
 
   - type: markdown
     attributes:
-      value: Chart.js versions lower then 3.x are NOT supported anymore, new issues will be disregarded.
+      value: Chart.js versions lower then 4.x are NOT supported anymore, new issues will be disregarded.
 
   - type: textarea
     attributes:
index 8efedef0c4eee2f4d51fd331458020428d627c00..f03abc523e4fabf370fb2099cc07aebe7e797f5e 100644 (file)
@@ -44,7 +44,7 @@ template: |
   # Essential Links
 
   * [npm](https://www.npmjs.com/package/chart.js)
-  * [Migration guide](https://www.chartjs.org/docs/latest/getting-started/v3-migration)
+  * [Migration guide](https://www.chartjs.org/docs/latest/migration/v4-migration.html)
   * [Docs](https://www.chartjs.org/docs/latest/)
   * [API](https://www.chartjs.org/docs/latest/api/)
   * [Samples](https://www.chartjs.org/docs/latest/samples/)
index 09f27e08ea23328bd1dfdcd61c820d68e2db786b..ff9076d8f27d1274b96e24ba457ed4173f347f23 100644 (file)
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@
 
 ## Documentation
 
-All the links point to the new version 3 of the lib.
+All the links point to the new version 4 of the lib.
 
 * [Introduction](https://www.chartjs.org/docs/latest/)
 * [Getting Started](https://www.chartjs.org/docs/latest/getting-started/index)
@@ -27,7 +27,7 @@ All the links point to the new version 3 of the lib.
 * [Popular Extensions](https://github.com/chartjs/awesome)
 * [Samples](https://www.chartjs.org/samples/)
 
-In case you are looking for the docs of version 2, you will have to specify the specific version in the url like this: [https://www.chartjs.org/docs/2.9.4/](https://www.chartjs.org/docs/2.9.4/)
+In case you are looking for an older version of the docs, you will have to specify the specific version in the url like this: [https://www.chartjs.org/docs/2.9.4/](https://www.chartjs.org/docs/2.9.4/)
 
 ## Contributing