Releases: weDevsOfficial/tail-react
Releases · weDevsOfficial/tail-react
v1.2.1
v1.2.0
What's Changed
- feat: add initialFocus support to Modal by @itsrafsanjani in #26
- feat: TextField ref forwarding & Checkbox ReactNode label by @itsrafsanjani in #25
- feat: pagination component by @MahmudE14 in #23
- fix: add prepare script to build dist when installed from git by @itsrafsanjani in #27
- fix: use vite build in prepare script to avoid devDependency requirement by @itsrafsanjani in #28
- fix: externalize react/jsx-runtime to prevent bundling issues by @itsrafsanjani in #29
- fix: correct overlay layering for dropdown and tooltip by @itsrafsanjani in #31
New Contributors
- @MahmudE14 made their first contribution in #23
Full Changelog: v1.1.0...v1.2.0
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