Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 676 Bytes

RELEASE-NOTES.md

File metadata and controls

30 lines (22 loc) · 676 Bytes

1.0.0

  • Migrated to AndroidX
  • Changed minimum API level to v14

0.7.2

  • Fix layout issue when in RTL mode (#6)
  • Better padding handling for VerticalSeekBarWrapper

0.7.1

  • Fix layout issue when placed inside of a LinearLayout with weight parameter (#5)
  • Update support library to v25.2.0

0.7.0

  • Fix padding handling (#3)
  • Add android:splitTrack="false" workaround for Android N
  • Update support library to v23.4.0

0.6.0

  • Change to extend AppCompatSeekBar

0.5.2

  • Fix VerticalSeekBar not working properly after size changed

0.5.1

  • Fix rendering issue on Android Studio preview window
  • Published on Maven repository

0.5.0

  • Initial release