Skip to content

Commit ce7bbe5

Browse files
committed
Migrated the publish plugin to gradle conventions
1 parent d745952 commit ce7bbe5

File tree

23 files changed

+279
-106
lines changed

23 files changed

+279
-106
lines changed

CHANGELOG.md

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,42 @@
11
# 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
37
- fixed #168: Stack overflow when setting contentDescription to main FAB
48
- preventing user to be forced out of touch mode (thank you @zhanghai for the PR)
9+
- updated several dependencies
510

6-
## [3.2.0] - 2021-05-22
11+
## Classic View [3.2.0] - 2021-05-22
712
- fixed #159: Publish latest version to Maven Central, now that JCenter will be sunset
813
- fixed #149: Accessibility issues:
914
- the closest Action Item to the Main FAB is now focused
1015
- it is possible to navigate the open menu using `FOCUS_UP` and `FOCUS_DOWN`
1116
- it is possible to set content descriptions for all the FABs
1217
- updated several dependencies
1318

14-
## [3.1.1] - 2019-09-10
19+
## Classic View [3.1.1] - 2019-09-10
1520
- fixed #11: Re-enabling FAB size
1621
- 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).
1722

18-
## [3.1.0] - 2019-09-10
23+
## Classic View [3.1.0] - 2019-09-10
1924
- fixed #113: Main FAB opened image is not centered when using Theme.MaterialComponents
2025
- fixed #101: Add ability to Disable Main Fab
2126
- API changes:
2227
- fixed #111: added option to tint Main FAB icon (`setMainFabClosedIconColor()` and `setMainFabOpenedIconColor()`)
2328
- migrated Sample project to Kotlin
2429

25-
## [3.0.0] - 2019-07-27
30+
## Classic View [3.0.0] - 2019-07-27
2631
- fixed #92: Migrate to AndroidX
2732
- fixed #100: Use unique view IDs
2833
- fixed #109: Added resource ID for main FAB
2934
- updated gradle and Android gradle plugin
3035

31-
## [2.0.1] - 2018-09-28
36+
## Classic View [2.0.1] - 2018-09-28
3237
- fixed #95: support 28 workaround does not work on minified release apk
3338

34-
## [2.0.0] - 2018-09-23
39+
## Classic View [2.0.0] - 2018-09-23
3540
- updated support library to v28.0.0
3641
- workaround for https://issuetracker.google.com/issues/111316656 <- **PLEASE STAR THIS ISSUE**
3742
- fixed #79: Does not change label text language when app language is changed dynamically
@@ -44,19 +49,19 @@
4449
- 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)
4550
- added `FabWithLabelView.getSpeedDialActionItemBuilder()` (useful to modify an existing Action Item without replacing it completely)
4651

47-
## [1.0.2] - 2018-06-30
52+
## Classic View [1.0.2] - 2018-06-30
4853
- fixed #65: Main FAB not centered when using RTL
4954
- fixed #71: Animation feels slower than Google Inbox
5055
- fixed #72: FAB vertical padding should be 16dp instead of 18dp
5156

52-
## [1.0.1] - 2018-06-15
57+
## Classic View [1.0.1] - 2018-06-15
5358
- fixed #62: Click between Label and FAB handled as a dismiss action
5459
- fixed #60: Label transparent background not being applied
5560

56-
## [1.0.0] - 2018-06-03
61+
## Classic View [1.0.0] - 2018-06-03
5762
- first stable release (no changes from 1.0-alpha06)
5863

59-
## [1.0-alpha06] - 2018-05-12
64+
## Classic View [1.0-alpha06] - 2018-05-12
6065
- updated gradle plugin to 3.1.2
6166
- several API changes:
6267
- added `sdOverlayLayout` attribute
@@ -75,7 +80,7 @@
7580
- renamed `sdMainFabCloseBackgroundColor` to `sdMainFabOpenedBackgroundColor`
7681
- renamed `sdMainFabCloseRotateAngle` to `sdMainFabAnimationRotateAngle`
7782

78-
## [1.0-alpha05] - 2018-04-15
83+
## Classic View [1.0-alpha05] - 2018-04-15
7984
- added Menu Resource support (no color customization possible)
8085
- `Drawable`s are not parcelables so is not possible to restore them when the view is recreated
8186
for example after an orientation change. If possible always use the `DrawableRes`.
@@ -87,7 +92,7 @@
8792
- `SpeedDialView.OnChangeListener.onMainActionSelected()` now returns true to keep the Speed Dial open, false to close it
8893
- optional no animation for open/close/toggle
8994

90-
## [1.0-alpha04] - 2018-04-14
95+
## Classic View [1.0-alpha04] - 2018-04-14
9196
- android support library 27.1.1
9297
- lowered minSdk from 15 to 14
9398
- several API changes:
@@ -114,11 +119,11 @@
114119
- added attributes `sdMainFabAnimationRotateAngle`
115120
- minor fixes
116121

117-
## [1.0-alpha03] - 2018-04-02
122+
## Classic View [1.0-alpha03] - 2018-04-02
118123
- fixed #4: FAB icons rotate only once
119124
- renamed attribute close_src to sdFabOpenedSrc
120125
- added attributes `sdFabRotateOnToggle` and `sdExpansionMode`
121126
- fixed various minor UI issues
122127

123-
## [1.0-alpha02] - 2018-04-01
128+
## Classic View [1.0-alpha02] - 2018-04-01
124129
- first public release

0 commit comments

Comments
 (0)