Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 861 Bytes

CHANGELOG.md

File metadata and controls

26 lines (20 loc) · 861 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

1.0.0 - First stable release - Aug 8, 2019

Added

  • Introduce new widgets: SuperInkWell, SuperScrollViewContainer, SuperScrollViewColumn and SuperScrollViewRow

0.2.0 - Aug 2, 2019

Added

  • Introduce new widgets: SuperIcon, SuperText and SuperRaisedButton

0.1.0 - Jul 31, 2019

Added

  • Introduce new widgets: SuperIndexedStack, SuperRow and SuperColumn
  • Add widget testing for all widgets

Changed

  • Now all widgets extend Container instead our own SuperBaseContainer

0.0.1 - Jul 27, 2019

Added

  • First release with SuperStack widget.