Releases: weDevsOfficial/tail-react
Releases · weDevsOfficial/tail-react
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
Notice
component can be dismissable now withdismissible
prop- Update Tooltip trigger to use
asChild
prop SwitchInput
now accepts ahtml
prop to display HTML description by settingdangerouslySetInnerHTML
Changelog: v0.4.1...v0.5.0
v0.4.1
v0.4.0
New Components
- Added
Tooltip
component in #14 by @tareq1988 - Added
Popover
component in #16 by @tareq1988
Improvements
- Refactored
SwitchInput
component to accept aclassName
prop 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
useEffect
add toSelectInput
component forselectedKey
change (#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
label
prop is now optional. - Added
wrapperClassName
prop 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
label
prop is now optional. - The
wrapperClassName
has moved to the main wrapper instead of the input wrapper. The newinputWrapperClassName
is now wrapping the input field.
Changelog: v0.3.2...v0.3.3
v0.3.2
v0.3.1
Improvement
wrapperClassName
props add toSelectInput
component (#6) (by @itsrafsanjani)- Disabled state added on
SelectCard
component (#4). (by @itsrafsanjani)
Changelog: 0.3.0...0.3.1