Releases: ZebraDevs/zeta_flutter
Releases · ZebraDevs/zeta_flutter
v0.14.0
v0.13.0
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
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
⛓️ 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
v0.11.2
v0.11.1
v0.11.0
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
v0.9.1
v0.9.0
0.9.0 (2024-05-16)
Features
- Created stepper input (#67) (ca51b1f)
- Created Time Input (#75) (fb7b629)
- Global Header (zebrafed#38) (0822d4f)
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)