Releases: shijistar/react-easy
Releases · shijistar/react-easy
v1.7.13
07 May 04:49
Compare
Sorry, something went wrong.
No results found
Bug Fixes
ConfigProvider
🐞 Fix the line height issue of .ant-pagination-jump-next in easy-full-height-table global css.
v1.7.11
15 Apr 10:28
Compare
Sorry, something went wrong.
No results found
Features
utils.readTextAnyEncoding
✨ Add readTextAnyEncoding function to read text from a Blob or Uint8Array with automatic encoding detection.
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.