Skip to content

Releases: shijistar/react-easy

v1.7.13

07 May 04:49

Choose a tag to compare

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

Choose a tag to compare

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

Choose a tag to compare

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

Choose a tag to compare

Features

  • useRowSelection
    • ✨ Add useRowSelection hook for managing row selection in tables.

v1.7.8

18 Mar 03:57

Choose a tag to compare

Features

  • EllipsisText, EllipsisParagraph, EllipsisTitle, EllipsisLink
    • ✨ add watchResize prop to monitor component size and adjust ellipsis accordingly.

v1.7.7

09 Mar 10:55

Choose a tag to compare

Features

  • ConfigProvider.ConfigContext

    • ✨ Add getPrefixCls in ConfigProvider.ConfigContext.
  • Iconfont

    • ✨ Add createIconfont function to create custom Iconfont components.

v1.7.6

28 Feb 07:29

Choose a tag to compare

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

Choose a tag to compare

Features

  • EllipsisLink
    • ✨ Add EllipsisLink component with automatic ellipsis and tooltip functionality.

v1.7.4

24 Feb 03:41

Choose a tag to compare

Features

  • OverflowTags
    • ✨ Add ellipsisDropdownProps property to customize the dropdown when tags are overflowed.

v1.7.3

12 Feb 14:14

Choose a tag to compare

Features

  • EllipsisText, EllipsisParagraph, EllipsisTitle
    • ✨ Make text prop optional.