mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-29 12:48:47 +00:00
v2.5.0
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
|
|
||||||
# 更新日志
|
# 更新日志
|
||||||
|
|
||||||
[master](#master)
|
[branch-2.0](#branch-2.0)
|
||||||
|
[v2.5.0](#v2.5.0)
|
||||||
[v2.4.0](#v2.4.0)
|
[v2.4.0](#v2.4.0)
|
||||||
[v2.3.0](#v2.3.0)
|
[v2.3.0](#v2.3.0)
|
||||||
[v2.2.3](#v2.2.3)
|
[v2.2.3](#v2.2.3)
|
||||||
@@ -38,8 +39,11 @@
|
|||||||
[v0.5.0](#v0.5.0)
|
[v0.5.0](#v0.5.0)
|
||||||
[v0.1.0](#v0.1.0)
|
[v0.1.0](#v0.1.0)
|
||||||
|
|
||||||
## master
|
## branch-2.0
|
||||||
|
|
||||||
|
## v2.5.0
|
||||||
|
|
||||||
|
* (2021.11.27) Release `v2.5.0` version
|
||||||
* (2021.11.27) Added `Tooltip` delegate function `positionFunction`
|
* (2021.11.27) Added `Tooltip` delegate function `positionFunction`
|
||||||
* (2021.10.29) Removed settings for `TextMeshPro` when package first imported
|
* (2021.10.29) Removed settings for `TextMeshPro` when package first imported
|
||||||
* (2021.10.29) Added support for `{e}` in `Tooltip` #170
|
* (2021.10.29) Added support for `{e}` in `Tooltip` #170
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
|
|
||||||
# 更新日志
|
# 更新日志
|
||||||
|
|
||||||
[master](#master)
|
[branch-2.0](#branch-2.0)
|
||||||
|
[v2.5.0](#v2.5.0)
|
||||||
[v2.4.0](#v2.4.0)
|
[v2.4.0](#v2.4.0)
|
||||||
[v2.3.0](#v2.3.0)
|
[v2.3.0](#v2.3.0)
|
||||||
[v2.2.3](#v2.2.3)
|
[v2.2.3](#v2.2.3)
|
||||||
@@ -38,8 +39,11 @@
|
|||||||
[v0.5.0](#v0.5.0)
|
[v0.5.0](#v0.5.0)
|
||||||
[v0.1.0](#v0.1.0)
|
[v0.1.0](#v0.1.0)
|
||||||
|
|
||||||
## master
|
## branch-2.0
|
||||||
|
|
||||||
|
## v2.5.0
|
||||||
|
|
||||||
|
* (2021.11.27) 发布`v2.5.0`版本
|
||||||
* (2021.11.27) 增加`Tooltip`的`positionFunction`的坐标设置委托函数
|
* (2021.11.27) 增加`Tooltip`的`positionFunction`的坐标设置委托函数
|
||||||
* (2021.10.29) 移除`XCharts`首次导入时`TextMeshPro`的相关设置
|
* (2021.10.29) 移除`XCharts`首次导入时`TextMeshPro`的相关设置
|
||||||
* (2021.10.29) 增加`Tooltip`对通配符`{e}`的支持 #170
|
* (2021.10.29) 增加`Tooltip`对通配符`{e}`的支持 #170
|
||||||
|
|||||||
@@ -33,8 +33,8 @@ namespace XCharts
|
|||||||
[ExecuteInEditMode]
|
[ExecuteInEditMode]
|
||||||
public class XChartsMgr : MonoBehaviour
|
public class XChartsMgr : MonoBehaviour
|
||||||
{
|
{
|
||||||
internal static string _version = "2.4.0";
|
internal static string _version = "2.5.0";
|
||||||
internal static int _versionDate = 20210831;
|
internal static int _versionDate = 20211127;
|
||||||
public static string version { get { return _version; } }
|
public static string version { get { return _version; } }
|
||||||
public static int versionDate { get { return _versionDate; } }
|
public static int versionDate { get { return _versionDate; } }
|
||||||
public static string fullVersion { get { return version + "-" + versionDate; } }
|
public static string fullVersion { get { return version + "-" + versionDate; } }
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "com.monitor1394.xcharts",
|
"name": "com.monitor1394.xcharts",
|
||||||
"displayName": "XCharts",
|
"displayName": "XCharts",
|
||||||
"version": "2.4.0",
|
"version": "2.5.0",
|
||||||
"date": "20210831",
|
"date": "20211127",
|
||||||
"checkdate": "20210831",
|
"checkdate": "20211127",
|
||||||
"desc": "如果 XCharts 对您有帮助,希望您能在 Github 上点 Star 支持,非常感谢!",
|
"desc": "如果 XCharts 对您有帮助,希望您能在 Github 上点 Star 支持,非常感谢!",
|
||||||
"unity": "2018.3",
|
"unity": "2018.3",
|
||||||
"description": "A charting and data visualization library for Unity.",
|
"description": "A charting and data visualization library for Unity.",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": "2.4.0",
|
"version": "2.5.0",
|
||||||
"date": "20210831",
|
"date": "20211127",
|
||||||
"checkdate": "20210831",
|
"checkdate": "20211127",
|
||||||
"desc": "如果 XCharts 对您有帮助,希望您能在 Github 上点 Star 支持,非常感谢!",
|
"desc": "如果 XCharts 对您有帮助,希望您能在 Github 上点 Star 支持,非常感谢!",
|
||||||
"homepage": "https://github.com/monitor1394/unity-ugui-XCharts"
|
"homepage": "https://github.com/monitor1394/unity-ugui-XCharts"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user