-
Notifications
You must be signed in to change notification settings - Fork 160
/
RELEASE_NOTES
62 lines (34 loc) · 1.46 KB
/
RELEASE_NOTES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
1.3.3
The label shown in the view's center, support richtext.
1.3.2
Merged pull request to fix a small bug in the label shadow.
1.3.1
Merged pull request from @foo4u that implements intrinsicContentSize in MDRadialProgressView.m
1.3.0
Added indeterminate mode, courtesy of @oduwa.
1.2.0
Refactored label property. Bug fixing. All changes contributed by Github user jmnavarro.
1.1.0
Added setTheme to MDRadialProgressView in order to refresh the view when a new theme is assigned.
Added the ability to draw the incompleted arc if the progress counter is set to zero.
1.0.7
Patch contribuetd by @nicolasgoutaland that fixes a problem when the component has a non-square size.
1.0.6
Replaced awakeFromNib with initWithCoder.
1.0.5
Central label can be customised by passing a block. Thanks to @PocketScientists for the pull request.
@property (nonatomic, copy) NSString *(^labelTextBlock)(MDRadialProgressView *progressView);
1.0.4
Reworked issue #12 fix that caused issue #13 on Github.
Improved the rendering precision by switching to double values.
1.0.3
Fixed issue #12 on Github that caused an "eclipse" effect when the
incompletedColor was the same color as the background color and
progressCounter was zero.
1.0.2
Make sure setNeedsDisplay is called from the main thread.
1.0.1
Fixes a minor bug (KV observer was never removed).
Changes: https://github.com/mdinacci/MDRadialProgress/commit/d61e1c32067f1fd65354e611643fd3da154b929d
1.0.0
First public version