Skip to content

v0.16.0

Compare
Choose a tag to compare
@thelukewalton thelukewalton released this 22 Oct 12:55
65ab6fd

0.16.0 (2024-10-22)

✨ New Features

  • added swipe-able actions to notification list item (057defd)
  • comms buttons (af95815)
  • updated notification list item to match latest design (057defd)
  • UX-1064: Comms Buttons (#182) (af95815)
  • UX-1073: List Item notification (#172) (057defd)

🪲 Bug Fixes

  • _getSlidableExtend() now won't return over 1.0 (057defd)
  • A variety of small bug fixes (#168) (cb37705)
  • Add PlatformIs to not use dart:io (cb37705)
  • added different constructors to zetacommsbutton (af95815)
  • added golden group to testing_conventions.mdx (7fba9b2)
  • added some commas (ef050af)
  • added styles to banner text (7fba9b2)
  • Border sizes (cb37705)
  • changed avatar xs so it shows two initals (ef050af)
  • changed Colors.transparent to Zeta.of(context).colors.surfaceDefault (af95815)
  • changed example back (ef050af)
  • changed storybook to widgetbook in name of deploy preview in pull request github action (ba4901d)
  • chat item (#174) (3ac64a7)
  • chat item actions _getSlidableExtend now won't return over 1.0 (3ac64a7)
  • Components using the internal text input are now sized correctly (38b865b)
  • get initials now returns the first and last name initials rather than first and second names. (ef050af)
  • moved analyzer package from dependencies to dev dependencies (5987c21)
  • put dev dependencies in alphabetical order (5987c21)
  • removed '$componentName' from all test files (ba4901d)
  • removed analyzer from dependencies (ba4901d)
  • set toggle related properties on non-toggle constructors to null (af95815)
  • Spacings in example app (cb37705)
  • UX-1105: Updated search bar to use internal text field (#186) (38b865b)
  • UX-1141: Update Spacing tokens (#159) (d22898f)
  • UX-1207: The search box on the search app bar now gets closed when the back button is pressed. (58fc7f5)
  • UX-1241: Fixed inkwell on ZetaStepper (#190) (60a137f)
  • UX-1242: Fixed extended app bar alignment (#189) (58fc7f5)
  • UX-922: FAB-redesign (#181) (11f266b)

📈 Documentation

  • abstracted functions in test_counter (5987c21)
  • added brief docs for fontSize function in avatar (ef050af)
  • added comments to the class about named constructors (af95815)
  • added doc comments to test_counter script and utils file (5987c21)
  • added figma and widgetbook links to all components (#180) (e1d2ba0)
  • added helper function section to TESTING_README (ba4901d)
  • added info about how to run the script to testing read me (5987c21)
  • added link to excel sheet in TESTING_README (ba4901d)
  • added testing_conventions.mdx to keep track how we are testing in flutter (7fba9b2)
  • changed comms button example to use assorted constructors (af95815)
  • created test counter script (ba4901d)
  • moved helper functions from test_counter to utils file (5987c21)
  • set initial values for comms button on widgetbook (af95815)
  • test counter (#187) (5987c21)
  • test_counter script improvements (ba4901d)
  • testing counter script (5987c21)

⛓️ Dependencies

🧪 Tests

  • Add new GoldenFiles class to simplify generating golden file Uris (a77211a)
  • added background color test (7fba9b2)
  • added debugFillProperties test helper function (ba4901d)
  • added loop for zetaavatar with border color for $size (ef050af)
  • added test count script (ba4901d)
  • avatar (#183) (ef050af)
  • banner (#184) (7fba9b2)
  • banner tests (7fba9b2)
  • changed extension test to reflect changes (ef050af)
  • changed the iconbutton to a ZetaIcon for golden tests (7fba9b2)
  • comms goldens (af95815)
  • Fix bug in golden tests that meant they failed on windows (#177) (a77211a)
  • implemented helper function in avatar and banner tests (ba4901d)
  • improved banner tests (7fba9b2)
  • moved script files to different PR (ba4901d)
  • organizing tests into groups (#188) (ba4901d)
  • removed comment that was cause github action to fail (ef050af)
  • removed unused import (7fba9b2)
  • replaced IconButton with Icon from golden tests (7fba9b2)
  • standardizing tests for badges (ba4901d)
  • started making banner tests (7fba9b2)
  • Wrote tests for ZetaStepper (60a137f)
  • Wrote tests for ZetaTopAppbar (58fc7f5)

🧹 Miscellaneous Chores

  • automated: Lint commit and format (ba4901d)
  • automated: Lint commit and format (ef050af)
  • automated: Lint commit and format (7fba9b2)
  • automated: Lint commit and format (af95815)
  • automated: Lint commit and format (3ac64a7)
  • Merged goldenTest and goldenTestWithCallbacks. Also made the widgetType parameter optional and defaulted it to the type of widget. (58fc7f5)
  • Update third party licenses (cb37705)