From 626a187758fc190efc1860bb4de86b39344935ea Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Fri, 6 May 2022 08:16:48 +0800 Subject: [PATCH] v2.8.1 --- Assets/XCharts/CHANGELOG-EN.md | 3 +++ Assets/XCharts/Runtime/XChartsMgr.cs | 4 ++-- Assets/XCharts/package.json | 6 +++--- Assets/XCharts/version.json | 6 +++--- 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/Assets/XCharts/CHANGELOG-EN.md b/Assets/XCharts/CHANGELOG-EN.md index 6eda4b33..114d3b36 100644 --- a/Assets/XCharts/CHANGELOG-EN.md +++ b/Assets/XCharts/CHANGELOG-EN.md @@ -2,6 +2,7 @@ # 更新日志 [branch-2.0](#branch-2.0) +[v2.8.1](#v2.8.1) [v2.8.0](#v2.8.0) [v2.7.0](#v2.7.0) [v2.6.0](#v2.6.0) @@ -44,6 +45,8 @@ ## branch-2.0 +## v2.8.1 + * (2022.05.03) Added `onLegendClick`, `onLegendEnter` and `onLegendExit` delegate callbacks for `Legend` * (2022.04.21) Fixed bug #192 with `RingChart` `Tooltip` exception * (2022.04.21) Fixed error when setting `minShowNum` in `DataZoom` diff --git a/Assets/XCharts/Runtime/XChartsMgr.cs b/Assets/XCharts/Runtime/XChartsMgr.cs index cc192af9..d5190dd9 100644 --- a/Assets/XCharts/Runtime/XChartsMgr.cs +++ b/Assets/XCharts/Runtime/XChartsMgr.cs @@ -33,8 +33,8 @@ namespace XCharts [ExecuteInEditMode] public class XChartsMgr : MonoBehaviour { - internal static string _version = "2.8.0"; - internal static int _versionDate = 20220410; + internal static string _version = "2.8.1"; + internal static int _versionDate = 20220506; public static string version { get { return _version; } } public static int versionDate { get { return _versionDate; } } public static string fullVersion { get { return version + "-" + versionDate; } } diff --git a/Assets/XCharts/package.json b/Assets/XCharts/package.json index 0fd1b30c..72862baf 100644 --- a/Assets/XCharts/package.json +++ b/Assets/XCharts/package.json @@ -1,9 +1,9 @@ { "name": "com.monitor1394.xcharts", "displayName": "XCharts", - "version": "2.8.0", - "date": "20220410", - "checkdate": "20220410", + "version": "2.8.1", + "date": "20220506", + "checkdate": "20220506", "desc": "如果 XCharts 对您有帮助,希望您能在 Github 上点 Star 支持,非常感谢!", "unity": "2018.3", "description": "A charting and data visualization library for Unity.", diff --git a/Assets/XCharts/version.json b/Assets/XCharts/version.json index 4ee1ad26..265dfaaf 100644 --- a/Assets/XCharts/version.json +++ b/Assets/XCharts/version.json @@ -1,7 +1,7 @@ { - "version": "2.8.0", - "date": "20220410", - "checkdate": "20220410", + "version": "2.8.1", + "date": "20220506", + "checkdate": "20220506", "desc": "如果 XCharts 对您有帮助,希望您能在 Github 上点 Star 支持,非常感谢!", "homepage": "https://github.com/monitor1394/unity-ugui-XCharts" } \ No newline at end of file