Releases: shijistar/react-easy
Releases · shijistar/react-easy
v2.0.0
Compare
Sorry, something went wrong.
No results found
Features
Update typescript peer dependency to support version 6.0.0
v1.7.15
Compare
Sorry, something went wrong.
No results found
Features
hooks/useStompSocket
🛠️ Import sockjs-client/dist/sockjs.js for esm format.
v1.7.14
Compare
Sorry, something went wrong.
No results found
Features
VirtualTextViewer
🛠️ Change the default value of height to 100%
package.json
🛠️ Set sideEffects to false to enable tree-shaking.
v1.7.13
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
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
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
Compare
Sorry, something went wrong.
No results found
Features
useRowSelection
✨ Add useRowSelection hook for managing row selection in tables.
v1.7.8
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
Compare
Sorry, something went wrong.
No results found
v1.7.6
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.