React Div 100vh Versions Save

A workaround for the '100vh' issue in mobile browsers

v0.6.0

3 years ago

ReactDiv100vh component started to forward ref to the underlying div DOM element (@charlescrtr & @mvasin in https://github.com/mvasin/react-div-100vh/pull/54)

v0.5.6

3 years ago

Fixes

SSR

  • check for the presence of document, not just window (@atav32 in #47)

Miscellaneous

Performance

  • implement small optimisations (@KATT in #45)