Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.05 KB

CHANGELOG.md

File metadata and controls

45 lines (30 loc) · 1.05 KB

2.0.0-beta.1+2

  • New example in Readme

2.0.0-beta.1+1

  • Documentation corrections

2.0.0-beta.1

Deprecated AsyncElevatedButton, AsyncTextButton and AsyncOutlinedButton

  • Introduced
    • AsyncElevatedBtn to replace AsyncElevatedButton
    • AsyncTextBtn to replace AsyncTextButton
    • AsyncOutlinedBtn to replace AsyncOutlinedButton
  • Also introduced builder argument styleBuilder for button's idle state in all button classes
  • Button style accuracy and performance improvements
  • Documentation corrections

1.0.1-beta.2

  • Stability improvements and bug fixes

1.0.1-beta.1

  • Introduced new arguments in classes AsyncElevatedButton, AsyncTextButton and AsyncOutlinedButton:
    • loadingStyleBuilder
    • successStyleBuilder
    • failureStyleBuilder
  • Animation smoothened for some ButtonStyle's parameters

1.0.0-beta.1+1

  • Documentation corrections
  • Updated description

1.0.0-beta.1

Initial release

  • Introduced the following core classes:
    • AsyncElevatedButton
    • AsyncTextButton
    • AsyncOutlinedButton