Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.23 KB

CHANGELOG.md

File metadata and controls

48 lines (29 loc) · 1.23 KB

2.1.0

  • Chore/bump dependencies by @TesteurManiak in #6
  • Fallback to the shadows value of the IconTheme by @remi-denele in #5
  • feat: update alchemist dependency by @TesteurManiak in #7

New Contributors

  • @remi-denele made their first contribution in #5

Full Changelog: https://github.com/TesteurManiak/icon_decoration/compare/2.0.0...2.1.0

2.0.2

  • Fix README.md

2.0.1

  • Updated README.md with a "Migration Guide" section
  • Updated documentation
  • Added warning for gradients on Flutter Web
  • Upgraded dev dependencies

2.0.0

  • Removed IconDecoration.shadows, use Icon.shadows instead
  • Support for Dart 3
  • Upgraded dependencies
  • Updated linting

1.0.1

  • Fix gradient issue #3

1.0.0+3

  • Fixed README.md

1.0.0+2

  • Updated golden tests with the package alchemist

1.0.0+1

  • Change license to BSD 2-Clause

1.0.0

  • First release: Add support for shadows, border and gradient properties.