This release contains new markup and styling for form labels. The main changes are:
- Label are now placed before form input fields.
- Labels that are placed before the input need a new class called
ds-form-label-relative
- Inputs will need a new class called
ds-form-relative
This is however a backward compatible change, since the original classes remain unchanged. Which means any old usage of this library will not require any changes. However, updating to the new system will fix any label overflow issues you might have since with long titles in the past.