Releases: lmc-eu/spirit-design-system
Releases · lmc-eu/spirit-design-system
@lmc-eu/[email protected]
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)
Features
@lmc-eu/[email protected]
2.0.0 (2023-07-21)
BREAKING CHANGES
- web-twig: Add
spirit
infix to data attr names in components #DS-585 (9dd93ac) - web-twig: Remove
class
prop from all components #DS-678 (11c6ee6) - web-twig: Remove
error
Validation State in favor ofdanger
#DS-677 (9887171) - web-twig: Remove
isFullWidth
andbreakpoint
props fromDropdown
#DS-588 (edeabac) - web-twig: Remove
onClick
prop #DS-686 (ab62f78) - web-twig: Remove
size
prop fromIcon
in favor ofboxSize
#DS-647 (f982ce9) - web-twig: Remove
theme
prop anddefault
color fromTag
#DS-648 (bf62242) - web-twig: Remove boolprop filter from Twig components #DS-798 (981195b)
- web-twig: Remove data-toggle from TabLink component refs #DS-840 (0d7df9b), closes #935
- web-twig: Remove deprecated
Header
component #652 (3044ce1), closes #935, #935 - web-twig: Remove modal body padding feature class #DS-863 (933a956)
- web-twig: Remove old Modal and rename ModalComposed to Modal #DS-616 (ee92622)
- web-twig: Remove Twig
boolprop
filter and its extension #DS-798 (f71a8b0) - web-twig: Rename
CheckboxField
component toCheckbox
#DS-522 (c24d9f6) - web-twig: Rename
RadioField
component toRadio
#DS-521 (cba5ec6) - web-twig: Rename message prop to validationText in Form Fields #DS-676 (38c0620)
- web-twig: Rename ScrollView
indicators
prop tooverflowDecorators
#DS-825 (c4f64e4) - web-twig: Set
Stack
default spacing to zero #DS-741 (096b9a5)
Bug Fixes
- web-twig: Fix animations helper using class on Icon, not UNSAFE_className (2028c6b)
Documentation
- web-twig: Introduce migration guide for v2 refs #DS-800 (7ae79a3)
- web-twig: Remove v1 disabled demo from
TextArea
andTextField
#DS-649 (3ee812a)
Features
- web-twig: Add autocomplete attribute to the CheckboxField (1aeb91b)
Styles
- web-twig: Fix indentation of Tabs fixture (198af86)
@lmc-eu/[email protected]
1.0.0 (2023-07-21)
BREAKING CHANGES
- web-react: Add
spirit
infix to data-placement in Tooltip #DS-585 (c1f83d0) - web-react: Remove
error
Validation State in favor ofdanger
#DS-677 (d07b23b) - web-react: Remove
isFullWidth
andbreakpoint
props fromDropdown
#DS-588 (d84016c) - web-react: Remove
size
prop fromIcon
in favor ofboxSize
#DS-647 (f19f8bb) - web-react: Remove
theme
andtag
props anddefault
color fromTag
#DS-648 (ab5606a) - web-react: Remove align prop in ModalFooter (b5638ce)
- web-react: Remove Header deprecations #DS-651 (2782212)
- web-react: Remove old Modal and rename ModalComposed to Modal #DS-617 (f323e9b)
- web-react: Rename
message
prop tovalidationText
in Form Fields #DS-676 (b80d336) - web-react: Rename CheckboxField component to
Checkbox
#DS-522 (e44f569) - web-react: Rename RadioField component to Radio #DS-521 (d7f2d22)
- web-react: Rename ScrollView
indicators
prop tooverflowDecorators
#DS-825 (bdc9685) - web-react: Set
Stack
default spacing to zero #DS-741 (6cdd8af)