Releases: SFDigitalServices/formio-sfds
Releases · SFDigitalServices/formio-sfds
v10.0.0
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
v9.2.7
🐛 Bug fixes
- #226 removes the
v-align-top
class from table rows in our datagrid component template - #228 improves the datagrid component layout
- #235 adds a visual required field indicator to radio and selectboxes (multiple checkbox) components
- #236 fixes some issues with select component option labels not being translated
🏠 Internal
- #224 fixes some runtime errors on the server
v9.2.6
v9.2.5
🐛 Bug fixes
- Fixed activation of
{key}.validate.customMessage
and{key}.errorLabel
translation keys - Surfaced
{key}.errorLabel
strings in/api/strings
- Fixed issues with merging of
i18n
option translations and built-in translations - Added "Get started" translations in Spanish, Chinese, and Filipino
🏠 Internal
- Refactored how translations are loaded and merged with defaults
- Added lots more tests for translation
Full Changelog: v9.2.4...v9.2.5 #218
v9.2.4
v9.2.3
v9.2.2
v9.2.1
v9.2.0
ℹ️ Info
We're upgrading to formiojs version 4.13.2, which brings a slew of new features and bug fixes. See #189 for more info.
🚀 Features
- Our patched
Formio.createForm()
function now supportspage
andfocus
options to navigate immediately to a given page or component. See #201 for more info.
🐛 Bug fixes
- Our update to formiojs (as of or before version 4.13.2) addresses an issue with wizard navigation (next, previous, and submit buttons) not being updated when input conditions affect the visibility of form pages