literat
released this
21 Jul 12:09
·
1436 commits
to main
since this release
1.0.0 (2023-07-21)
BREAKING CHANGES
- web: Add
spirit
infix to data attr names for components and JS plugins #DS-585 (1a8acd9) - web: Add underline to hover and active states to default links #DS-650 (6e83710)
- web: Composed Modal became Modal #DS-592 (369bbe1)
- web: Remove
default
(nowneutral
) andlight
(subtle
)Tag
variants #DS-648 (273aa26) - web: Remove
error
state from Checkbox, Radio, TextField, and TextArea #DS-677 (813d9c3) - web: Remove
fullWidth
anddata-breakpoint
modifiers fromDropdown
#DS-588 (31296ea), closes #935, #935, #935 - web: Remove deprecated
Header
component #653 (c730a62), closes #935, #935 - web: Remove modal body padding feature class #DS-863 (462a245)
- web: Rename
CheckboxField
toCheckbox
#DS-522 (5270040) - web: Rename
message
tovalidationText
in Form Fields #DS-676 (44a9fd7) - web: Rename
RadioField
toRadio
#DS-521 (c5219d1) - web: Rename
validator_message
tovalidation_text
#DS-838 (bef2d7a) - web: Rename ScrollView
indicators
class tooverflowDecorators
#DS-825 (d7b8026) - web: Set
Stack
default spacing to zero #DS-741 (27deefc) - web: Update
TextField
andTextArea
default disabled style #DS-649 (3ddf8c2)
Documentation
- web: Introduce migration guide for v1 refs #DS-800 (884ad9d)
- web: Remove deprecation reference from Select README (38f0189)
- web: Unify TextArea demo with Twig (e90904b)