Skip to content

v5.0.0

Compare
Choose a tag to compare
@Frezyx Frezyx released this 09 Apr 13:31
· 59 commits to master since this release
05d863f

Go to Generics 🚀

  • 🔥 MAIN FEAT: GroupButton<T> now is generic class.
    Now you can create int, DateTime, double or YourCustomClass typed buttons List for default GroupButton constructor.
    More here

  • ❗️ BREAKING: All deprecated by 4.3.0 and 4.6.0 fields was removed from package.
    More here

  • ❗️ BREAKING: buttonBuilder from 4.6.0 now build buttons by value
    The buttonIndexedBuilder took over the past functionality of the buttonBuilder

  • ⬆️ FEAT: onSelected method now calling with value argument.
    More here

  • 🎀 INFO: Updated examples & README