Skip to content

Releases: rob2d/use-viewport-sizes

0.7.2

12 Oct 01:14
Compare
Choose a tag to compare
  • Adds unit tests (85% branch coverage, 99% line coverage) and badge to README
  • Updates outdated parameters on README for debounce example.

0.7.0

14 Jul 07:21
Compare
Choose a tag to compare
  • Removes error in SSR server side for missing useLayoutEffect hook (#30 )
  • Address possible issues with type declarations.

Thanks to @micah-redwood for the PR to address SSR logging on this update!

0.6.1

25 Apr 03:51
Compare
Choose a tag to compare

This release just addresses UX issues with repo for NPM sake.

  • Create LICENSE file to populate on GitHub (#29)
  • fix badge links in README (#28)

(Thanks to @JaxonWright for the PRs!)

0.6.0

23 Apr 03:22
Compare
Choose a tag to compare
  • auto trigger listeners after the first added for lazy-loaded component support out of the box
  • deprecate @babel/preset-react since there are no JSX transforms required

v0.5.0

22 Apr 06:42
Compare
Choose a tag to compare
  • fixed support for certain Typescript annotations (thanks to @monkeycoder99 for reporting issues)
  • bump React peerDep support to v16 | v17 | v18

v0.2.12

28 Feb 23:55
Compare
Choose a tag to compare

🧾 Add Typescript Support

v0.2.5

24 Apr 04:23
Compare
Choose a tag to compare
  • fix uncaught issues caused by SSR update on client side.
  • simplify and optimize implementation.
  • smaller dist file size (~2.59kb ► 2.25kb)

v0.2.3

20 Apr 21:00
Compare
Choose a tag to compare
  • fix import issue from v0.2.0

v0.2.0

20 Apr 20:51
20ed4ed
Compare
Choose a tag to compare
  • Support SSR (thanks to @charlie632 for example + reporting that!)