Skip to content
This repository has been archived by the owner on May 11, 2020. It is now read-only.

Latest commit

 

History

History
111 lines (64 loc) · 1.92 KB

CHANGELOG.md

File metadata and controls

111 lines (64 loc) · 1.92 KB

0.3.3

  • Minor AppBar sizing fix

0.3.2

  • Fixed issue #8

0.3.1

  • Breaking changes:
  • Added leading, trailing, padding, and other stuff into EqButton.
  • Added more customization for EqTabs.
  • Changed EqTabData.
  • Added EqTabData.fromIcon().
  • Couple more bugfixes.

0.2.4

  • Another EqButton hotfix.

0.2.3

  • Fixed a bug in EqButton.

0.2.2

  • Added foregroundColor and backgroundColor to EqButton.
  • Added iconSize to EqTab.

0.2.1

  • A huge theming update - everything is written from scratch, now uses stylist to theme the app.

0.1.4

  • Calendar updates, now production-ready.

0.1.3

  • Added new widget - EqTabBar, a wrapper for EqTabs. Has two constructors, EqTabBar.top() and EqTabBar.bottom() to use as top tab bar and bottom tab bar.
  • Added slot for bottom tab bar in EqLayout.

0.1.2

  • Added support for global widgets theming.
  • Added public API documentation.

0.1.1

  • Breaking changes: Themes has been renamed to EqThemes.
  • Added methods for custom theming: EqThemeData.loadFromAsset, EqThemeData.loadFromJson. You can use these methods with Eva Color Generator.
  • Will start working on documenting public API.

0.0.13

  • Fixed #7 (AppBar unused space).
  • Added calendar (unfinished).

0.0.12

  • Added EqText.

0.0.11

  • Added EqProgressBar.

0.0.10

  • Added EqAppBar.withoutTitle() method to fix #6.

0.0.9

  • Added EqDialogService and dialogs.

0.0.8

  • Added EqToastService and toasts.
  • Couple of bugfixes

0.0.7

  • A ton of bugfixes
  • Added Showcase app (equinox_visualqa)

0.0.6

  • Fixed bug #4
  • Fixed issues with OutlinedWidget
  • Fixed issues with outline and EqIconButton

0.0.5

  • Added EqSpinner widget

0.0.4

  • Fixed few bugs in OutlinedWidget, updated screenshots

0.0.3

  • Fixed few critical bugs #2 and #3, added example

0.0.2

  • Changed README, formatted files.

0.0.1

  • Initial release