Releases: weDevsOfficial/tail-react
Releases · weDevsOfficial/tail-react
v1.1.0
What Changed
- Added a context API for changing the base colors of buttons and input fields. Wrap your component with
<TailReactBaseColorProvider color="green"></TailReactBaseColorProvider>to change the colors. by @tareq1988
Full Changelog: v0.5.1...v1.1.0
v1.0.0
Release v0.5.1
What's Changed
- feat: ConfirmModal onConfirm promise support by @itsrafsanjani in #20
- Added help text color for Checkbox dark mode by @ariful93 in #19
New Contributors
Full Changelog: v0.5.0...v0.5.1
v0.5.0
Changes
- Added dark mode support for all components in #17
Noticecomponent can be dismissable now withdismissibleprop- Update Tooltip trigger to use
asChildprop SwitchInputnow accepts ahtmlprop to display HTML description by settingdangerouslySetInnerHTML
Changelog: v0.4.1...v0.5.0
v0.4.1
v0.4.0
New Components
- Added
Tooltipcomponent in #14 by @tareq1988 - Added
Popovercomponent in #16 by @tareq1988
Improvements
- Refactored
SwitchInputcomponent to accept aclassNameprop in #15 by @tareq1988
Full Changelog: v0.3.5...v0.4
v0.3.5
What's Changed
- fix: select component's selected key issue by @alaminfirdows in #12
Full Changelog: v0.3.4...v0.3.5
v0.3.4
Fixed
useEffectadd toSelectInputcomponent forselectedKeychange (#10) by @itsrafsanjani
Changelog: v0.3.3...v0.3.4
v0.3.3
Textarea Improvements
- Now extends the
React.TextareaHTMLAttributes<HTMLTextAreaElement>interface. So it should support type-hinting of default attributes - The
labelprop is now optional. - Added
wrapperClassNameprop to add classes to the main wrapper. - Fixed the default value warning as we were passing an empty default value.
TextField Improvements
- Now it extends the
React.InputHTMLAttributes<HTMLInputElement>interface, so has the type-hinting support. Also now it has support for spread operator, so other standard attributes can be passed. - The
labelprop is now optional. - The
wrapperClassNamehas moved to the main wrapper instead of the input wrapper. The newinputWrapperClassNameis now wrapping the input field.
Changelog: v0.3.2...v0.3.3