Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 784 Bytes

CHANGELOG.md

File metadata and controls

42 lines (31 loc) · 784 Bytes

ChangeLog

1.5.0

  • androidx

1.4.0

  • upgrade support library to 28
  • min api requirement is 14 now

1.3.1

  • Fix crash on Android O

1.3.0

  • Defects fixing
  • Change attribute "bottomSheetStyle" to "bs_bottomSheetStyle" for latest support library.

1.2.0

  • Defects fixing
  • Developers can fully customize the whole ui

1.1.1

  • Defect fixing #35

1.1.0

  • Compatible with android menu xml, replace divider with group.
  • Menu items now could be accessed and modified through android menu api. Get a menu object with getMenu();
  • API break
    • create() been removed from builder, use build() instead.
    • divider() been removed from builder, use tag in xml.
    • most of sheet() methods been deprecated