React Cool Dimensions Versions Save

😎 📏 React hook to measure an element's size and handle responsive components.

v1.3.4

3 years ago
  • Fix: observe API might not work in some rare cases

v1.3.3

3 years ago
  • Refactor: enhance type

v1.3.2

3 years ago

v1.3.1

3 years ago
  • Fix: useBorderBoxSize option not working on Safari (#365)

v1.3.0

3 years ago
  • Feat: we can update state only on breakpoint changed via the updateOnBreakpointChange option, see example, thanks to @runar-rkmedia
  • Feat: we can conditionally update state via the shouldUpdate option, see example, thanks to @runar-rkmedia

v1.2.0

3 years ago
  • Feat: enable lazily to start observing (see related use case) (#299)

v1.1.11

3 years ago

v1.1.10

3 years ago
  • Perf: reduce bundle size

v1.1.8

3 years ago
  • Skip minify for ES module.

v1.1.7

3 years ago
  • Refactor: remove the Readonly utility.