# Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ### [1.0.5](https://github.com/znck/lazy-hydration/compare/v1.0.4...v1.0.5) (2020-08-09) ### Bug Fixes * add @znck/prop-types as dependency ([db00d49](https://github.com/znck/lazy-hydration/commit/db00d49c080136ea0282414459abb0227277bd46)), closes [#10](https://github.com/znck/lazy-hydration/issues/10) ## [1.0.4](https://github.com/znck/lazy-hydration/compare/v1.0.3...v1.0.4) (2019-08-16) ## [1.0.3](https://github.com/znck/lazy-hydration/compare/v1.0.2...v1.0.3) (2019-08-16) ### Bug Fixes * Use latest version of [@znck](https://github.com/znck)/prop-types in build ([4fec212](https://github.com/znck/lazy-hydration/commit/4fec212)) ## [1.0.2](https://github.com/znck/lazy-hydration/compare/v1.0.1...v1.0.2) (2019-08-16) ### Bug Fixes * Remove browser field from package.json ([6c0f200](https://github.com/znck/lazy-hydration/commit/6c0f200)) ## [1.0.1](https://github.com/znck/lazy-hydration/compare/v1.0.0...v1.0.1) (2019-08-16) ### Bug Fixes * Include Hydrate.js file in published bundle ([c27d186](https://github.com/znck/lazy-hydration/commit/c27d186)) # [1.0.0](https://github.com/znck/lazy-hydration/compare/v0.2.2...v1.0.0) (2019-08-16) ### Features * Remove wrapping element ([8c9af4c](https://github.com/znck/lazy-hydration/commit/8c9af4c)) ### BREAKING CHANGES * Now does not generate any extra DOM nodes. ## [0.2.2](https://github.com/znck/lazy-hydration/compare/v0.2.1...v0.2.2) (2019-07-19) ### Bug Fixes * Remove unnecessary console log ([#6](https://github.com/znck/lazy-hydration/issues/6)) ([58a9cba](https://github.com/znck/lazy-hydration/commit/58a9cba)) ## [0.2.1](https://github.com/znck/lazy-hydration/compare/v0.2.0...v0.2.1) (2019-01-26) ### Bug Fixes * Add [@znck](https://github.com/znck)/prop-types as dependecy ([da1f273](https://github.com/znck/lazy-hydration/commit/da1f273)), closes [#2](https://github.com/znck/lazy-hydration/issues/2) [#3](https://github.com/znck/lazy-hydration/issues/3) # [0.2.0](https://github.com/znck/lazy-hydration/compare/v0.1.5...v0.2.0) (2019-01-19) ### Features * Add props `withDelay`, `on` and `force` props ([651c531](https://github.com/znck/lazy-hydration/commit/651c531)) ## [0.1.5](https://github.com/znck/lazy-hydration/compare/v0.1.4...v0.1.5) (2019-01-18) ## [0.1.4](https://github.com/znck/lazy-hydration/compare/v0.1.3...v0.1.4) (2019-01-18) ## [0.1.3](https://github.com/znck/lazy-hydration/compare/v0.1.2...v0.1.3) (2019-01-18) ### Bug Fixes * Remove unnecessary global IntersectionObserver instance ([8cf3aa7](https://github.com/znck/lazy-hydration/commit/8cf3aa7)), closes [#1](https://github.com/znck/lazy-hydration/issues/1) ## [0.1.2](https://github.com/znck/lazy-hydration/compare/v0.1.1...v0.1.2) (2019-01-18) ### Bug Fixes * Force hydrate if no SSR rendered html found ([ce733bb](https://github.com/znck/lazy-hydration/commit/ce733bb)) ## [0.1.1](https://github.com/znck/lazy-hydration/compare/v0.1.0...v0.1.1) (2019-01-18) ### Bug Fixes * Update logo ([e373cb3](https://github.com/znck/lazy-hydration/commit/e373cb3)) # [0.1.0](https://github.com/znck/lazy-hydration/compare/v0.0.2...v0.1.0) (2019-01-18) ### Features * SSR only support ([35d730c](https://github.com/znck/lazy-hydration/commit/35d730c)) ## [0.0.2](https://github.com/znck/lazy-hydration/compare/v0.0.1...v0.0.2) (2019-01-18) ## 0.0.1 (2019-01-18)