Skip to content

Releases: melanieseltzer/react-use-caret-position

v1.1.0

14 Oct 02:54
Compare
Choose a tag to compare

Minor Changes

  • #73 cb32a6b Thanks @melanieseltzer! - Clean up package.json:

    • Remove jsnext:main as it's deprecated and replaced by module field
    • Add an exports map
    • Mark package as a module
    • Point to TypeScript types
    • Expose UMD and modern bundle

Patch Changes

  • #77 f4579e0 Thanks @melanieseltzer! - Removed conditionals checking existence of the ref object itself. The returned ref object from useEffect always exists, so the checks were unnecessary.

    - if (node && node.current)
    + if (node.current)

Initial Release!

23 Aug 08:30
Compare
Choose a tag to compare
v1.0.0

1.0.0