-
Notifications
You must be signed in to change notification settings - Fork 17
/
CHANGELOG
29 lines (23 loc) · 798 Bytes
/
CHANGELOG
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
### Changelog
- 1.8.3
- Fixed long searching of font
- Added ability to use android:text, android:textSize, android:testAllCaps attributes
- Fixed preview issues with android:* attrs
- Added opportunity to use android:* attrs in styles
- Added ability to use custom LayoutParams instead of the default one
- Force refreshing the view when `setEnabled(boolean)` is called
- Minor optimization & refactoring
- 1.8.2
- Added ability to disable button
- Added ability to use system font
- 1.8.1
- Fix Bug related to loading custom fonts
- 1.8
- Add setIconResource(Drawable)
- Cache fonts
- 1.7
- Fix ripple effect when background is transparent
- Add capitalization of text
- 1.6
- Add ripple effect
- Upgrade Font Awesome to 4.5.0