Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.21 KB

CHANGELOG.md

File metadata and controls

50 lines (35 loc) · 1.21 KB

0.4.1

  • Rename ThemeMixin (API change).
  • Example code for theme usages.
  • Review scripts for all child repos.

0.4.0

  • Theme template and theme handler.
  • Support customized theme on mixin.
  • Theme handler adapt system brightness change.
  • Remove unnecessary encapsulations and tidy comments.
  • Inherit on change trigger (experimental).

0.3.0

  • Wrap media with default value.
  • Wrap builder into chain style to avoid nesting.

0.2.0

  • Wrap inherit and handler.
  • Wrap paddings.
  • Runner scripts for examples.
  • Basic gesture wrapper (experimental).
  • Remove unnecessary static inherit class and extensions (API change).

0.1.3

  • Wrap inherit handler (experimental).
  • Optimize examples following the pub.dev specifications.
  • Update readme examples.
  • Build example code as validation in ci.

0.1.2

  • Wrap Text from String.
  • Namespace cancel wrap (API change).
  • Theme inherit interface definitions (experimental).

0.1.1

  • Wrap center align to parent.
  • Inherit handle and test (experimental).
  • Add examples to compare before and after.

0.1.0

  • Basic wrappers to ensure a text can display without MaterialApp ancestor.
  • Package and repo setup, including linter and basic ci to review and publish.