Skip to content

Releases: shijistar/react-easy

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.

v1.7.2

12 Feb 14:01

Choose a tag to compare

Features

  • EllipsisText, EllipsisParagraph, EllipsisTitle
    • ✨ Support children as the fallback of text prop.

v1.7.1

12 Feb 13:04

Choose a tag to compare

Features

  • withEllipsisTypography
    • ✨ Set default value for ellipsis prop to true. It affects EllipsisTitle, EllipsisText, and EllipsisParagraph components.