发布v1.6.1版本

This commit is contained in:
monitor1394
2020-09-19 18:05:28 +08:00
parent 0a60975540
commit 00024a53c0
4 changed files with 10 additions and 9 deletions

View File

@@ -1,9 +1,10 @@
# 更新日志
* (2020.09.18) 增加`Remove All Chart Object`移除图表下的所有子节点(会自动重新初始化)
* (2020.09.19) 发布`v1.6.1`版本
* (2020.09.19) 增加`Remove All Chart Object`移除图表下的所有子节点(会自动重新初始化)
* (2020.09.18) 修复`SerieLabel`在点击图例隐藏`Serie`后还显示的问题#94
* (2020.09.18) 优化坐标轴刻度和文本显示#93
* (2020.09.18) 优化`Axis`的类目轴刻度和文本显示#93
* (2020.09.17) 修复`Package`导入时缺失`meta`文件导致失败的问题#92
* (2020.09.08) 优化`Legend`的颜色可自动匹配`ItemStyle`的自定义颜色#89
* (2020.09.05) 优化`LineChart`在不使用`XAxis1`时也能显示`XAxis1`

View File

@@ -29,8 +29,8 @@ namespace XCharts
[ExecuteInEditMode]
public class XChartsMgr : MonoBehaviour
{
public const string version = "1.6.0";
public const int date = 20200824;
public const string version = "1.6.1";
public const int date = 20200919;
[SerializeField] private string m_NowVersion;
[SerializeField] private string m_NewVersion;

View File

@@ -1,8 +1,8 @@
{
"name": "com.monitor1394.xcharts",
"displayName": "XCharts",
"version": "1.6.0",
"date": "20200824",
"version": "1.6.1",
"date": "20200919",
"checkdate": "20200824",
"desc": "如果 XCharts 对您有帮助,希望您能在 Github 上点 Star 支持,非常感谢!",
"unity": "2018.3",

View File

@@ -1,7 +1,7 @@
{
"version": "1.6.0",
"date": "20200824",
"checkdate": "20200824",
"version": "1.6.1",
"date": "20200919",
"checkdate": "20200919",
"desc": "如果 XCharts 对您有帮助,希望您能在 Github 上点 Star 支持,非常感谢!",
"homepage": "https://github.com/monitor1394/unity-ugui-XCharts"
}