Skip to content

Latest commit

 

History

History
159 lines (77 loc) · 7.29 KB

File metadata and controls

159 lines (77 loc) · 7.29 KB

2.4.0 (2025-09-30)

Bug Fixes

  • isObject: removed isNil and used native verification (5481249)

Features

  • useMergeRefs: add option to merge two or more refs (46a1bd9)

2.3.1 (2025-06-11)

Bug Fixes

  • callIfExists: generic constraint does not accomodate specific argument types (954e640)

2.3.0 (2025-06-07)

Features

  • useAutoId: removed colons from react generated id (967908b)

2.2.0 (2025-06-04)

Features

  • make-cancelable: add support for cancelling promises using AbortController (#4) (fff898a)

2.1.0 (2025-06-04)

Features

  • at: added type safety to return value with generics (33bf4d7)
  • callIfExists: improved type safety (7475ebf)
  • getValue: improved type safety and documentation (1fe4db5)
  • types: removed react-related types (5fc769d)

2.0.0 (2025-06-03)

Bug Fixes

  • added peerDependenciesMeta instead of optionalDependencies (6715a63)

Features

  • add optional dependencies for react (88cce74)
  • formatDate: adds new date helper function (26d3d34)
  • hooks: refactor useAutoId for better SSR and type safety (4a99fd5)

BREAKING CHANGES

  • hooks: useAutoId now always returns a string instead of string | undefined

1.6.0 (2024-10-25)

Features

  • clone-valid-element: added tests and improved jsdocs (a1dcb82)
  • cookies: added tests and improved jsdoc (70fde77)
  • useControlledState: added tests and improved jsdoc (e0919d2)
  • useEnsuredForwardedRef: added tests and improved jsdoc and docs (1dc889a)
  • usePageVisibility: added tests (0d85fcc)
  • usePermission: added tests (ec60743)

1.5.0 (2024-07-23)

Bug Fixes

Features

  • useIntersection: adds new hook (b7b8a32)

1.4.2 (2024-07-08)

Bug Fixes

  • useCustomEventListener: changed import path from functions to hooks (fc216cb)

1.4.1 (2024-07-08)

Bug Fixes

  • package.json: added typesVersions entry (8ff1649)

1.4.0 (2024-07-08)

Features

  • useAutoId: Add support for react 18 useId hook (c15a2ba)

1.3.0 (2024-07-08)

Bug Fixes

  • package.json: wrong main, module and types folders (4f23207)

Features

  • bundle: split between pure javascript and react modules (48c9778)

1.2.1 (2024-07-05)

Bug Fixes

  • package.json: fixed paths on main, module and types (2c0db7a)

1.2.0 (2024-07-05)

Features

  • improved types on lodash helpers (534a577)
  • vite: changed config to support preserving modules (a753eee)

1.1.0 (2024-03-18)

Features

  • hooks: adds useAutoId hook (bdc9f17)
  • hooks: adds useSafeLayoutEffect hook (ceb9093)

1.0.1 (2024-03-18)

Bug Fixes

  • package: fixed repository url protocol (1d5eda2)

1.0.0 (2024-03-18)

Features