Skip to content

Releases: ZebraDevs/zeta_flutter

v0.14.0

15 Jul 14:55
Compare
Choose a tag to compare

0.14.0 (2024-07-08)

✨ New Features

  • UX-1121: Added ZetaProvider.base to allow for better developer experience (#123) (3cc79b0)
  • ZetaIcon component added (#121) (3b2ddef)

🪲 Bug Fixes

📈 Documentation

⛓️ Dependencies

🧪 Tests

  • Added test for ZetaIcon (3b2ddef)
  • Update golden tests for rounded state change (3cc79b0)

🧹 Miscellaneous Chores

v0.13.0

01 Jul 12:06
7594343
Compare
Choose a tag to compare

0.13.0 (2024-06-28)

✨ New Features

🪲 Bug Fixes

  • add braces to fab color (#110) (82c5feb)
  • Changed the functionality of dropdown sizes. Mini now sets the width of the menu to its largest child, and standard will set the minimum width to the width of the dropdown's parent. (d9bfe19)
  • Removed the default offest from dropdown and added an offest. (d9bfe19)
  • syntax error in action (#118) (a5fee0b)
  • UX-1006: Gave dropdown functionality to dropdown buttons in button groups (#115) (d9bfe19)

v0.12.0

24 Jun 10:09
e81510c
Compare
Choose a tag to compare

0.12.0 (2024-06-24)

✨ New Features

  • added inkwells to checkbox and radio button (a8b31d3)
  • create slider component (#53) (6394ef6)
  • Created dropdown list item (#101) (868b26c)
  • Created list item variants (#98) (a8b31d3)
  • Created ZetaAnimationDuration tokens (868b26c)
  • created ZetaList to add borders to list items (a8b31d3)

🪲 Bug Fixes

  • minor bugs on ZetaChatItem (#105) (c37e51d)
  • removed hover color on disabled radio buttons (a8b31d3)
  • UX-1078: fixed button group disabled color. (88d82d8)
  • UX-1080: Add snackbar action bold text (88d82d8)
  • UX-1081: Change snackbar action color (88d82d8)
  • UX-977: change indicator border color (88d82d8)

📈 Documentation

  • Added guides for golden and unit testing (4b41f73)
  • Fix documentation macros (c37e51d)

⛓️ Dependencies

🧪 Tests

  • 100% test coverage for theme, utils, Zeta and ZetaProvider (4b41f73)
  • Added ZetaTooltip test (4b41f73)
  • Organise tests folder, and increase code coverage and add goldens for existing tests (0e2d8be)

🧹 Miscellaneous Chores

  • organise existing tests (#108) (0e2d8be)
  • rename debounce file (c37e51d)
  • Update widgetbook to pull readme from github (c37e51d)

v0.11.2

11 Jun 10:23
Compare
Choose a tag to compare

0.11.2 (2024-06-11)

🪲 Bug Fixes

  • revert avatar size enum change (b387a1b)

v0.11.1

10 Jun 15:03
Compare
Choose a tag to compare

0.11.1 (2024-06-10)

🪲 Bug Fixes

v0.11.0

10 Jun 11:12
Compare
Choose a tag to compare

0.11.0 (2024-06-10)

✨ New Features

  • Created Select input (#89) (6ac8c4d)
  • Dropdown now has a builder function to allow building custom children (6ac8c4d)
  • Notification list item (#45) (a89c615)

🪲 Bug Fixes

  • avatar icon badge background color null fallback (2dc8fe4)
  • breadcrumb rounded icon (2dc8fe4)
  • default avatar size in chip (2dc8fe4)
  • Dropdown focused behavior (#46) (1930723)
  • Dropdown rendering direction (#50) (4b5c568)
  • navigation bar text color (2dc8fe4)
  • Select input menu appears in the correct position below the input (6ac8c4d)
  • Spacings + Radii tokens (#48) (7db99a9)
  • Updating checkbox to match designs (#83) (05a32ac)

📈 Documentation

  • adding link to template repo (c0a9668)
  • remove default size in widgetbook (2dc8fe4)
  • update widgetbook organization and styling (2dc8fe4)
  • widgetbook hide addons panel (2dc8fe4)

🧹 Miscellaneous Chores

  • Add deprecation warnings to old tokens (c0a9668)
  • organise (#49) (2dc8fe4)
  • rename ZetaBadge to ZetaLabel to match designs (2dc8fe4)
  • rename ZetaSystemBanner to ZetaBanner to match designs (2dc8fe4)
  • reorganise directories to match designs (2dc8fe4)

v0.9.1

20 May 13:54
60a4afb
Compare
Choose a tag to compare

0.9.1 (2024-05-20)

Bug Fixes

v0.9.0

16 May 15:58
ce0b5d1
Compare
Choose a tag to compare

0.9.0 (2024-05-16)

Features

Bug Fixes

  • breadcrumb rounded icon (c46788d)
  • Button update (zebrafed#42) (0822d4f)
  • Correct colors on Radio button hover / focus states (c46788d)
  • enable mouse region on desktop for selectable areas (c46788d)
  • navigation bar text color (c46788d)
  • Remove calls to zeta in button that are not needed (c46788d)
  • UX-1090 - Add expansion option for TopAppBar (#73) (ab36e8e)

v0.8.2

08 May 16:26
8507830
Compare
Choose a tag to compare

0.8.2 (2024-05-08)

Bug Fixes

  • revert intl to 0.18.1 for wider compatibility (#66) (6831c2f)

v0.8.1

07 May 16:11
978ca79
Compare
Choose a tag to compare

0.8.1 (2024-05-07)

Bug Fixes

  • Remove FirstWhereOrNull as it causes conflicts with dart:collection (#62) (7b9a737)