Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

v3.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Mar 21:10
· 233 commits to main since this release

Added

  • New SCSS variables for customizing the curvature radius of the outline TextField and the font weight of the Button (#245 and #246).

Fixed

  • The DatePicker component wasn't generating the days of the month correctly in certain timezones (#243).
  • The outline TextField didn't respect the background color (#246).

Changed

  • Improved TypeScript declaration files. They should now work when importing nested modules such as attractions/utils or even attractions/snackbar/snackbar-positions. They also now specify null as a valid value wherever it is accepted. You may (and should) enable --strictNullChecks again!

Thanks to @sallaben and @damonbauer for contributing to this release!