Skip to content

Releases: wellyshen/react-cool-dimensions

v1.3.4

03 Apr 05:23
Compare
Choose a tag to compare
  • Fix: observe API might not work in some rare cases

v1.3.3

02 Apr 17:13
Compare
Choose a tag to compare
  • Refactor: enhance type

v1.3.2

05 Mar 10:42
Compare
Choose a tag to compare

v1.3.1

26 Feb 17:29
Compare
Choose a tag to compare
  • Fix: useBorderBoxSize option not working on Safari (#365)

v1.3.0

05 Feb 16:26
Compare
Choose a tag to compare
  • 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

13 Jan 10:18
Compare
Choose a tag to compare
  • Feat: enable lazily to start observing (see related use case) (#299)

v1.1.11

09 Dec 15:35
Compare
Choose a tag to compare

v1.1.10

27 Oct 11:39
Compare
Choose a tag to compare
  • Perf: reduce bundle size

v1.1.8

29 Sep 14:03
Compare
Choose a tag to compare
  • Skip minify for ES module.

v1.1.7

28 Sep 16:32
Compare
Choose a tag to compare
  • Refactor: remove the Readonly utility.