Skip to content

Releases: shijistar/react-easy

v2.0.0

Choose a tag to compare

@shijistar shijistar released this 04 Jul 16:37

Features

  • Update typescript peer dependency to support version 6.0.0

v1.7.15

Choose a tag to compare

@shijistar shijistar released this 03 Jun 05:35

Features

  • hooks/useStompSocket
    • 🛠️ Import sockjs-client/dist/sockjs.js for esm format.

v1.7.14

Choose a tag to compare

@shijistar shijistar released this 02 Jun 10:22

Features

  • VirtualTextViewer
    • 🛠️ Change the default value of height to 100%
  • package.json
    • 🛠️ Set sideEffects to false to enable tree-shaking.

v1.7.13

Choose a tag to compare

@shijistar shijistar released this 07 May 04:49

Bug Fixes

  • ConfigProvider
    • 🐞 Fix the line height issue of .ant-pagination-jump-next in easy-full-height-table global css.

v1.7.11

Choose a tag to compare

@shijistar shijistar released this 15 Apr 10:28

Features

  • utils.readTextAnyEncoding
    • ✨ Add readTextAnyEncoding function to read text from a Blob or Uint8Array with automatic encoding detection.

v1.7.10

Choose a tag to compare

@shijistar shijistar released this 20 Mar 09:30

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

Choose a tag to compare

@shijistar shijistar released this 18 Mar 09:39

Features

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

v1.7.8

Choose a tag to compare

@shijistar shijistar released this 18 Mar 03:57

Features

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

v1.7.7

Choose a tag to compare

@shijistar shijistar released this 09 Mar 10:55

Features

  • ConfigProvider.ConfigContext

    • ✨ Add getPrefixCls in ConfigProvider.ConfigContext.
  • Iconfont

    • ✨ Add createIconfont function to create custom Iconfont components.

v1.7.6

Choose a tag to compare

@shijistar shijistar released this 28 Feb 07:29

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.