Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.56 KB

CHANGELOG.md

File metadata and controls

47 lines (32 loc) · 1.56 KB

[0.2.3+1] - Jule 27th, 2019

  • Bugs fixed.

[0.2.3] - Jule 23rd, 2019

  • BREAKING CHANGE: In RowLayout, substituted cardList named constructor to cards.
  • BREAKING CHANGE: In RowLayout.cards constructor, substituted cards parameter to children.
  • Updated RowLayout named constructors' parameters.
  • Updated documentation.

[0.2.2] - June 24th, 2019

  • Updated example project.
  • Fixed text alignment when overflow.

[0.2.1] - May 12th, 2019

  • Changed RowLayouy.cardList space from 6 to 4.
  • Deprecated thickDivider & cardSpacer in Separated.

[0.2.0] - May 9th, 2019

  • BREAKING CHANGE: In RowLayout, substituted card named constructor to cardList.
  • BREAKING CHANGE: Constructor of Separator.smallSpacer doesn't accept parameters now.
  • Added most of Column parameters to RowLayout.
  • Changed RowLayout.body padding from 18 to 16.
  • Changed cardSpacer height from 8 to 6.
  • Updated example project.

[0.1.0] - May 8th, 2019

  • BREAKING CHANGE: Changed Separator.spacer parameters to just space.
  • BREAKING CHANGE: Inside the Separator class, divider method is now thickDivider.
  • BREAKING CHANGE: Inside the Separator class, thinDivider method is now divider.
  • Added the RowLayout widget (see the example project).
  • Updated example project, to include the new features.
  • Small tweaks to RowItem.
  • Updated to Dart 2.2.2.

[0.0.2] - April 28th, 2019

  • Small fixes to documentation

[0.0.1] - April 28th, 2019

  • First release of this package! More features coming soon™