This repository has been archived by the owner on Nov 22, 2024. It is now read-only.
v3.2.0
Added
- New SCSS variables for customizing the curvature radius of the outline
TextField
and the font weight of theButton
(#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 evenattractions/snackbar/snackbar-positions
. They also now specifynull
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!