Releases: shijistar/react-easy
Releases · shijistar/react-easy
v1.7.10
20 Mar 09:30
Compare
Sorry, something went wrong.
No results found
Features
ConfirmAction , ModalAction
✨ Add onBeforeOpen callback to execute logic before opening the modal, or prevent it from opening by throwing an error.
v1.7.9
18 Mar 09:39
Compare
Sorry, something went wrong.
No results found
Features
useRowSelection
✨ Add useRowSelection hook for managing row selection in tables.
v1.7.8
18 Mar 03:57
Compare
Sorry, something went wrong.
No results found
Features
EllipsisText , EllipsisParagraph , EllipsisTitle , EllipsisLink
✨ add watchResize prop to monitor component size and adjust ellipsis accordingly.
v1.7.7
09 Mar 10:55
Compare
Sorry, something went wrong.
No results found
v1.7.6
28 Feb 07:29
Compare
Sorry, something went wrong.
No results found
Features
useLocalStorage
✨ Add useLocalStorage hook for managing state with localStorage.
utils.math.random
✨ Add an override method with zero parameters for generating random float numbers between 0 and 1.
Bug Fixes
🐞 Fix the issue where the storageKey is empty in ColumnSetting and useMovable.
🐞 Fix the issue where the reset button in ColumnSetting is always disabled.
v1.7.5
24 Feb 07:25
Compare
Sorry, something went wrong.
No results found
Features
EllipsisLink
✨ Add EllipsisLink component with automatic ellipsis and tooltip functionality.
v1.7.4
24 Feb 03:41
Compare
Sorry, something went wrong.
No results found
Features
OverflowTags
✨ Add ellipsisDropdownProps property to customize the dropdown when tags are overflowed.
v1.7.3
12 Feb 14:14
Compare
Sorry, something went wrong.
No results found
Features
EllipsisText , EllipsisParagraph , EllipsisTitle
✨ Make text prop optional.
v1.7.2
12 Feb 14:01
Compare
Sorry, something went wrong.
No results found
Features
EllipsisText , EllipsisParagraph , EllipsisTitle
✨ Support children as the fallback of text prop.
v1.7.1
12 Feb 13:04
Compare
Sorry, something went wrong.
No results found
Features
withEllipsisTypography
✨ Set default value for ellipsis prop to true. It affects EllipsisTitle, EllipsisText, and EllipsisParagraph components.