- Minor AppBar sizing fix
- Fixed issue #8
- Breaking changes:
- Added
leading
,trailing
,padding
, and other stuff intoEqButton
. - Added more customization for EqTabs.
- Changed
EqTabData
. - Added
EqTabData.fromIcon()
. - Couple more bugfixes.
- Another
EqButton
hotfix.
- Fixed a bug in
EqButton
.
- Added
foregroundColor
andbackgroundColor
toEqButton
. - Added
iconSize
toEqTab
.
- A huge theming update - everything is written from scratch, now uses
stylist
to theme the app.
- Calendar updates, now production-ready.
- Added new widget -
EqTabBar
, a wrapper forEqTabs
. Has two constructors,EqTabBar.top()
andEqTabBar.bottom()
to use as top tab bar and bottom tab bar. - Added slot for bottom tab bar in
EqLayout
.
- Added support for global widgets theming.
- Added public API documentation.
- Breaking changes:
Themes
has been renamed toEqThemes
. - 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.
- Fixed #7 (AppBar unused space).
- Added calendar (unfinished).
- Added
EqText
.
- Added
EqProgressBar
.
- Added
EqAppBar.withoutTitle()
method to fix #6.
- Added
EqDialogService
and dialogs.
- Added
EqToastService
and toasts. - Couple of bugfixes
- A ton of bugfixes
- Added Showcase app (equinox_visualqa)
- Fixed bug #4
- Fixed issues with
OutlinedWidget
- Fixed issues with outline and
EqIconButton
- Added EqSpinner widget
- Fixed few bugs in OutlinedWidget, updated screenshots
- Fixed few critical bugs #2 and #3, added example
- Changed README, formatted files.
- Initial release