|
1 | 1 | # Change Log |
2 | | -## [next] - 2021-05-24 |
| 2 | + |
| 3 | +## Compose [1.0.0-alpha01] - 2022-05-14 |
| 4 | +- First release of SpeedDial for Compose |
| 5 | + |
| 6 | +## Classic View [3.3.0] - 2022-05-14 |
3 | 7 | - fixed #168: Stack overflow when setting contentDescription to main FAB |
4 | 8 | - preventing user to be forced out of touch mode (thank you @zhanghai for the PR) |
| 9 | +- updated several dependencies |
5 | 10 |
|
6 | | -## [3.2.0] - 2021-05-22 |
| 11 | +## Classic View [3.2.0] - 2021-05-22 |
7 | 12 | - fixed #159: Publish latest version to Maven Central, now that JCenter will be sunset |
8 | 13 | - fixed #149: Accessibility issues: |
9 | 14 | - the closest Action Item to the Main FAB is now focused |
10 | 15 | - it is possible to navigate the open menu using `FOCUS_UP` and `FOCUS_DOWN` |
11 | 16 | - it is possible to set content descriptions for all the FABs |
12 | 17 | - updated several dependencies |
13 | 18 |
|
14 | | -## [3.1.1] - 2019-09-10 |
| 19 | +## Classic View [3.1.1] - 2019-09-10 |
15 | 20 | - fixed #11: Re-enabling FAB size |
16 | 21 | - Revert `com.google.android.material` to `1.0.0` (version `1.1.0-beta01` can still be used, just specify this version explicitly on your build.gradle file). |
17 | 22 |
|
18 | | -## [3.1.0] - 2019-09-10 |
| 23 | +## Classic View [3.1.0] - 2019-09-10 |
19 | 24 | - fixed #113: Main FAB opened image is not centered when using Theme.MaterialComponents |
20 | 25 | - fixed #101: Add ability to Disable Main Fab |
21 | 26 | - API changes: |
22 | 27 | - fixed #111: added option to tint Main FAB icon (`setMainFabClosedIconColor()` and `setMainFabOpenedIconColor()`) |
23 | 28 | - migrated Sample project to Kotlin |
24 | 29 |
|
25 | | -## [3.0.0] - 2019-07-27 |
| 30 | +## Classic View [3.0.0] - 2019-07-27 |
26 | 31 | - fixed #92: Migrate to AndroidX |
27 | 32 | - fixed #100: Use unique view IDs |
28 | 33 | - fixed #109: Added resource ID for main FAB |
29 | 34 | - updated gradle and Android gradle plugin |
30 | 35 |
|
31 | | -## [2.0.1] - 2018-09-28 |
| 36 | +## Classic View [2.0.1] - 2018-09-28 |
32 | 37 | - fixed #95: support 28 workaround does not work on minified release apk |
33 | 38 |
|
34 | | -## [2.0.0] - 2018-09-23 |
| 39 | +## Classic View [2.0.0] - 2018-09-23 |
35 | 40 | - updated support library to v28.0.0 |
36 | 41 | - workaround for https://issuetracker.google.com/issues/111316656 <- **PLEASE STAR THIS ISSUE** |
37 | 42 | - fixed #79: Does not change label text language when app language is changed dynamically |
|
44 | 49 | - all the `SpeedDialView` add and replace methods now return an instance of the `FabWithLabelView` they create (useful to modify an existing Action Item without replacing it completely) |
45 | 50 | - added `FabWithLabelView.getSpeedDialActionItemBuilder()` (useful to modify an existing Action Item without replacing it completely) |
46 | 51 |
|
47 | | -## [1.0.2] - 2018-06-30 |
| 52 | +## Classic View [1.0.2] - 2018-06-30 |
48 | 53 | - fixed #65: Main FAB not centered when using RTL |
49 | 54 | - fixed #71: Animation feels slower than Google Inbox |
50 | 55 | - fixed #72: FAB vertical padding should be 16dp instead of 18dp |
51 | 56 |
|
52 | | -## [1.0.1] - 2018-06-15 |
| 57 | +## Classic View [1.0.1] - 2018-06-15 |
53 | 58 | - fixed #62: Click between Label and FAB handled as a dismiss action |
54 | 59 | - fixed #60: Label transparent background not being applied |
55 | 60 |
|
56 | | -## [1.0.0] - 2018-06-03 |
| 61 | +## Classic View [1.0.0] - 2018-06-03 |
57 | 62 | - first stable release (no changes from 1.0-alpha06) |
58 | 63 |
|
59 | | -## [1.0-alpha06] - 2018-05-12 |
| 64 | +## Classic View [1.0-alpha06] - 2018-05-12 |
60 | 65 | - updated gradle plugin to 3.1.2 |
61 | 66 | - several API changes: |
62 | 67 | - added `sdOverlayLayout` attribute |
|
75 | 80 | - renamed `sdMainFabCloseBackgroundColor` to `sdMainFabOpenedBackgroundColor` |
76 | 81 | - renamed `sdMainFabCloseRotateAngle` to `sdMainFabAnimationRotateAngle` |
77 | 82 |
|
78 | | -## [1.0-alpha05] - 2018-04-15 |
| 83 | +## Classic View [1.0-alpha05] - 2018-04-15 |
79 | 84 | - added Menu Resource support (no color customization possible) |
80 | 85 | - `Drawable`s are not parcelables so is not possible to restore them when the view is recreated |
81 | 86 | for example after an orientation change. If possible always use the `DrawableRes`. |
|
87 | 92 | - `SpeedDialView.OnChangeListener.onMainActionSelected()` now returns true to keep the Speed Dial open, false to close it |
88 | 93 | - optional no animation for open/close/toggle |
89 | 94 |
|
90 | | -## [1.0-alpha04] - 2018-04-14 |
| 95 | +## Classic View [1.0-alpha04] - 2018-04-14 |
91 | 96 | - android support library 27.1.1 |
92 | 97 | - lowered minSdk from 15 to 14 |
93 | 98 | - several API changes: |
|
114 | 119 | - added attributes `sdMainFabAnimationRotateAngle` |
115 | 120 | - minor fixes |
116 | 121 |
|
117 | | -## [1.0-alpha03] - 2018-04-02 |
| 122 | +## Classic View [1.0-alpha03] - 2018-04-02 |
118 | 123 | - fixed #4: FAB icons rotate only once |
119 | 124 | - renamed attribute close_src to sdFabOpenedSrc |
120 | 125 | - added attributes `sdFabRotateOnToggle` and `sdExpansionMode` |
121 | 126 | - fixed various minor UI issues |
122 | 127 |
|
123 | | -## [1.0-alpha02] - 2018-04-01 |
| 128 | +## Classic View [1.0-alpha02] - 2018-04-01 |
124 | 129 | - first public release |
0 commit comments