literat
released this
21 Jul 12:07
·
1225 commits
to main
since this release
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)