Mercurial > public > stock-charts
comparison CHANGELOG.md @ 127:fc066e00f4b6
Change info files
author | Dennis <dennis@denniscm.com> |
---|---|
date | Fri, 11 Aug 2023 18:53:38 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
126:22b9e6834fc0 | 127:fc066e00f4b6 |
---|---|
1 | |
2 # Table of Contents | |
3 | |
4 1. [2021-08-09 -> Version 1.2.0](#orgdbd1c4f) | |
5 2. [2021-07-17 -> Minor UI improvements](#org17d583f) | |
6 3. [2021-06-28 -> Change colors to SwiftUI native](#orge71a9c9) | |
7 4. [2021-06-27 -> WatchOS compatibility](#orgbc1f4da) | |
8 5. [2021-06-22 -> UI Chart label changer](#org68756eb) | |
9 6. [2021-06-16 -> Fix unwrap crash](#org460d505) | |
10 7. [2021-06-06 -> Fix bug color LineChartView on dragGesture](#org17e1907) | |
11 8. [2021-06-06 -> Fix `Index out of range` when data is empty](#org5ae752f) | |
12 9. [2021-06-05 -> Add CapsuleChart](#org14a9a79) | |
13 10. [2021-05-19 -> Fix builder issues](#org4f37163) | |
14 11. [2021-05-08 -> Fix warning `Modifying state during view update`](#orgb3b26d6) | |
15 12. [2021-05-08 -> Fix folder structure bug](#orgc348d6d) | |
16 13. [2021-05-07 -> Delete demo project](#org1c3026a) | |
17 14. [2021-05-07 -> v1.1](#org079f167) | |
18 15. [2021-04-30 -> v1.0](#org1235ab7) | |
19 16. [2021-05-28 -> v0.2-alpha](#org9285a3b) | |
20 17. [2021-05-28 -> v0.1-alpha](#org6f2747e) | |
21 | |
22 | |
23 <a id="orgdbd1c4f"></a> | |
24 | |
25 # 2021-08-09 -> Version 1.2.0 | |
26 | |
27 Remove on push triggers | |
28 | |
29 | |
30 <a id="org17d583f"></a> | |
31 | |
32 # 2021-07-17 -> Minor UI improvements | |
33 | |
34 | |
35 <a id="orge71a9c9"></a> | |
36 | |
37 # 2021-06-28 -> Change colors to SwiftUI native | |
38 | |
39 | |
40 <a id="orgbc1f4da"></a> | |
41 | |
42 # 2021-06-27 -> WatchOS compatibility | |
43 | |
44 | |
45 <a id="org68756eb"></a> | |
46 | |
47 # 2021-06-22 -> UI Chart label changer | |
48 | |
49 | |
50 <a id="org460d505"></a> | |
51 | |
52 # 2021-06-16 -> Fix unwrap crash | |
53 | |
54 Fix crash when `path.currentPoint` was `nil` in `LinePath.swift` | |
55 | |
56 | |
57 <a id="org17e1907"></a> | |
58 | |
59 # 2021-06-06 -> Fix bug color LineChartView on dragGesture | |
60 | |
61 | |
62 <a id="org5ae752f"></a> | |
63 | |
64 # 2021-06-06 -> Fix `Index out of range` when data is empty | |
65 | |
66 | |
67 <a id="org14a9a79"></a> | |
68 | |
69 # 2021-06-05 -> Add CapsuleChart | |
70 | |
71 | |
72 <a id="org4f37163"></a> | |
73 | |
74 # 2021-05-19 -> Fix builder issues | |
75 | |
76 | |
77 <a id="orgb3b26d6"></a> | |
78 | |
79 # 2021-05-08 -> Fix warning `Modifying state during view update` | |
80 | |
81 | |
82 <a id="orgc348d6d"></a> | |
83 | |
84 # 2021-05-08 -> Fix folder structure bug | |
85 | |
86 | |
87 <a id="org1c3026a"></a> | |
88 | |
89 # 2021-05-07 -> Delete demo project | |
90 | |
91 | |
92 <a id="org079f167"></a> | |
93 | |
94 # 2021-05-07 -> v1.1 | |
95 | |
96 Add `dragGesture` argument | |
97 | |
98 | |
99 <a id="org1235ab7"></a> | |
100 | |
101 # 2021-04-30 -> v1.0 | |
102 | |
103 | |
104 <a id="org9285a3b"></a> | |
105 | |
106 # 2021-05-28 -> v0.2-alpha | |
107 | |
108 | |
109 <a id="org6f2747e"></a> | |
110 | |
111 # 2021-05-28 -> v0.1-alpha | |
112 |