This is a major release with breaking CSS changes. Please update your forms accordingly!
💣 Breaking changes
- All utilities with the
-xs-
modifier have been removed. As far as I can tell they weren't used anywhere. - All spacing utilities with the
-4
suffix ([mp][trblxy]?.*-4
) map to4px
instead of60px
. Please replace these with the*-60
equivalents. - All spacing utilities with the
-5
suffix ([mp][trblxy]?.*-5
) have been removed, and should be replaced with the*-80
equivalents.
🚀 Features
- Replaced indexed (1-5) CSS spacing utilities with equivalent absolute values (2, 4, 8, etc.)
🐛 Bug fixes
- Lots of CSS fixes
- More complete "Back" and "Next" translations
🏠 Internal
- Upgraded Jest (patch)
- Upgraded
jest-serializer-html
(minor) - Added
source-map
to work around weird build errors