v1.25.0
TahimiLeonBravo
released this
09 Mar 21:43
·
273 commits
to master
since this release
Today, we are releasing v1.25.0!
Many thanks to all contributors who made this release possible!
@LeandroTorresSicilia, @wildergd, @HellWolf93, @rswingler, @rgah2107
Here are some highlights ✨:
- 🐛 Bug fixes and 📚 Improvements.
📚 Improvements
- [Column] pass
isEditable
prop as a function (@LeandroTorresSicilia in pr #2174) - [Column] pass
index
(@LeandroTorresSicilia in pr #2171) - [Tab] add
type="button"
(@LeandroTorresSicilia in pr #2163) - [MarkdownOutput] improve text and note styles (@HellWolf93 in pr #2157)
- Improve
useReduxForm
type declaration (@HellWolf93 in pr #2188 and pr #2187) - [PathStep] fix styles when the component shrink (@rgah2107 in pr #2088)
- [ButtonIcon] improve documentation (@HellWolf93 in pr #2136)
🎉 New Features
- [Column] add
cellAlignment
prop (@LeandroTorresSicilia in pr #2180) - [Multiselect] implement
isLoading
prop (@wildergd in pr #2185) - Add width and height to
TriggerMeta
type definition (@HellWolf93 in pr #2142) - [InternalDropdown] [Picklist] add custom search (@HellWolf93 in pr #2135)
🐛 Bug Fixes
- [CarouselImage] fix
alternativeText
type error (@HellWolf93 in pr #2166) - [Slider] fix width changes when the number of digits changes (@HellWolf93 in pr #2167)
- [Drawer] Picklist inside a drawer close drawer when pressing ESC (@HellWolf93 in pr #2165)
- [Tree] fix TS Tree Child InputCheckbox error (@HellWolf93 in pr #2189)
- [Chart] reRenders after TextArea changeEvent occurs (@HellWolf93 in pr #2138)
- [Table] fix focus styles when row grows vertically (@TahimiLeonBravo in pr #2151)
- [FileSelector] fix a problem when selecting a file, clear selection, and then select again (@wildergd in pr #2117)
- [Calendar][DatePicker] add date range support to missing typescript interfaces
- [MultiSelect] add 'showCheckbox' missing typescript interface (@rswingler in pr #2150)
- [Option] add
component
support to missing typescript interfaces (@HellWolf93 in pr #2120) - [Slider] fix weird padding (@TahimiLeonBravo in pr #2128)
- [ButtonIcon] add
buttonVariant=”neutral”
support to missing typescript interfaces (@HellWolf93 in pr #2132) - Fix
useLayoutEffect
warning when using NextJS (@wildergd in pr #2129) - [Slider] fix: onChange function type (@HellWolf93 in pr #2137)
- [ButtonMenu] add
iconPosition
support to missing typescript interfaces (@rgah2107 in pr #2131)