react-iframe
Version:
Easy peasy lemon squeezy iframes with react
265 lines (97 loc) • 6.48 kB
Markdown
# Change Log
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.8.5](https://github.com/svenanders/react-iframe/compare/v1.8.4...v1.8.5) (2022-10-20)
## [1.8.4](https://github.com/svenanders/react-iframe/compare/v1.8.3...v1.8.4) (2022-09-27)
## [1.8.3](https://github.com/svenanders/react-iframe/compare/v1.8.2...v1.8.3) (2022-09-27)
## [1.8.2](https://github.com/svenanders/react-iframe/compare/v1.8.1...v1.8.2) (2022-09-26)
## [1.8.1](https://github.com/svenanders/react-iframe/compare/v1.8.0...v1.8.1) (2022-09-26)
### Bug Fixes
* merge styles into style ([93d9bfe](https://github.com/svenanders/react-iframe/commit/93d9bfecf0c5d086e7c3bd2d5721ee0a6b657675))
# [1.8.0](https://github.com/svenanders/react-iframe/compare/v1.7.16...v1.8.0) (2019-04-14)
### Bug Fixes
* add some lines about this lib vs native <iframe> ([e64bd0a](https://github.com/svenanders/react-iframe/commit/e64bd0a))
### Features
* deprecates attributes according to HTML5 spec, sets new default values ([e1c6a62](https://github.com/svenanders/react-iframe/commit/e1c6a62))
## [1.7.16](https://github.com/svenanders/react-iframe/compare/v1.7.15...v1.7.16) (2019-04-14)
### Bug Fixes
* actually add the new loading property ([df1dcdd](https://github.com/svenanders/react-iframe/commit/df1dcdd))
## [1.7.15](https://github.com/svenanders/react-iframe/compare/v1.7.14...v1.7.15) (2019-04-14)
### Bug Fixes
* compile to es5 ([aa6620a](https://github.com/svenanders/react-iframe/commit/aa6620a))
## [1.7.14](https://github.com/svenanders/react-iframe/compare/v1.7.13...v1.7.14) (2019-04-14)
## [1.7.13](https://github.com/svenanders/react-iframe/compare/v1.7.12...v1.7.13) (2019-04-14)
### Bug Fixes
* embarrassing typo ([a26de77](https://github.com/svenanders/react-iframe/commit/a26de77))
## [1.7.12](https://github.com/svenanders/react-iframe/compare/v1.7.11...v1.7.12) (2019-04-14)
### Bug Fixes
* add loading and target attributes ([9577409](https://github.com/svenanders/react-iframe/commit/9577409))
## [1.7.11](https://github.com/svenanders/react-iframe/compare/v1.7.10...v1.7.11) (2019-04-11)
## [1.7.10](https://github.com/svenanders/react-iframe/compare/v1.7.9...v1.7.10) (2019-04-11)
## [1.7.9](https://github.com/svenanders/react-iframe/compare/v1.7.8...v1.7.9) (2019-04-11)
## [1.7.8](https://github.com/svenanders/react-iframe/compare/v1.7.7...v1.7.8) (2019-04-11)
## [1.7.7](https://github.com/svenanders/react-iframe/compare/v1.0.1...v1.7.7) (2019-04-11)
## [1.7.6](https://github.com/svenanders/react-iframe/compare/v1.0.1...v1.7.6) (2019-04-11)
<a name="1.7.4"></a>
## [1.7.4](https://github.com/svenanders/react-iframe/compare/v1.7.3...v1.7.4) (2019-04-10)
<a name="1.7.3"></a>
## [1.7.3](https://github.com/svenanders/react-iframe/compare/v1.7.2...v1.7.3) (2019-04-10)
<a name="1.7.2"></a>
## [1.7.2](https://github.com/svenanders/react-iframe/compare/v1.7.1...v1.7.2) (2019-04-10)
<a name="1.7.1"></a>
## [1.7.1](https://github.com/svenanders/react-iframe/compare/v1.7.0...v1.7.1) (2019-04-10)
<a name="1.7.0"></a>
# [1.7.0](https://github.com/svenanders/react-iframe/compare/v1.6.3...v1.7.0) (2019-04-10)
<a name="1.6.3"></a>
## [1.6.3](https://github.com/svenanders/react-iframe/compare/v1.6.2...v1.6.3) (2019-04-10)
<a name="1.6.2"></a>
## [1.6.2](https://github.com/svenanders/react-iframe/compare/v1.6.1...v1.6.2) (2019-04-09)
<a name="1.6.1"></a>
## [1.6.1](https://github.com/svenanders/react-iframe/compare/v1.6.0...v1.6.1) (2019-04-09)
<a name="1.6.0"></a>
# [1.6.0](https://github.com/svenanders/react-iframe/compare/v1.5.3...v1.6.0) (2019-04-09)
<a name="1.5.3"></a>
## [1.5.3](https://github.com/svenanders/react-iframe/compare/v1.5.2...v1.5.3) (2019-04-09)
<a name="1.5.2"></a>
## [1.5.2](https://github.com/svenanders/react-iframe/compare/v1.5.0...v1.5.2) (2019-04-09)
### Bug Fixes
* add scrolling prop ([dc376bb](https://github.com/svenanders/react-iframe/commit/dc376bb))
<a name="1.5.0"></a>
# [1.5.0](https://github.com/svenanders/react-iframe/compare/v1.4.1...v1.5.0) (2019-02-20)
<a name="1.4.1"></a>
## [1.4.1](https://github.com/svenanders/react-iframe/compare/v1.3.3...v1.4.1) (2019-02-20)
### Bug Fixes
* merge PR from colmbrady, and update outdated dependencies ([67fa144](https://github.com/svenanders/react-iframe/commit/67fa144))
<a name="1.4.0"></a>
# [1.4.0](https://github.com/svenanders/react-iframe/compare/v1.3.4...v1.4.0) (2019-02-08)
<a name="1.3.4"></a>
## [1.3.4](https://github.com/svenanders/react-iframe/compare/v1.3.3...v1.3.4) (2019-02-08)
<a name="1.3.3"></a>
## [1.3.3](https://github.com/svenanders/react-iframe/compare/v1.3.2...v1.3.3) (2018-09-30)
<a name="1.3.2"></a>
## [1.3.2](https://github.com/svenanders/react-iframe/compare/v1.3.1...v1.3.2) (2018-09-27)
<a name="1.3.1"></a>
## [1.3.1](https://github.com/svenanders/react-iframe/compare/v1.3.0...v1.3.1) (2018-09-27)
<a name="1.3.0"></a>
# [1.3.0](https://github.com/svenanders/react-iframe/compare/v1.2.1...v1.3.0) (2018-09-12)
<a name="1.2.1"></a>
## [1.2.1](https://github.com/svenanders/react-iframe/compare/v1.2.0...v1.2.1) (2018-09-12)
<a name="1.2.0"></a>
# [1.2.0](https://github.com/svenanders/react-iframe/compare/v1.1.2...v1.2.0) (2018-06-21)
<a name="1.1.2"></a>
## [1.1.2](https://github.com/svenanders/react-iframe/compare/v1.1.1...v1.1.2) (2018-06-21)
<a name="1.1.0"></a>
# [1.1.0](https://github.com/svenanders/react-iframe/compare/v1.0.13...v1.1.0) (2017-11-07)
<a name="1.0.13"></a>
## [1.0.13](https://github.com/svenanders/react-iframe/compare/v1.0.10...v1.0.13) (2017-11-07)
<a name="1.0.12"></a>
## [1.0.12](https://github.com/svenanders/react-iframe/compare/v1.0.11...v1.0.12) (2017-11-07)
<a name="1.0.11"></a>
## [1.0.11](https://github.com/svenanders/react-iframe/compare/v1.0.10...v1.0.11) (2017-11-07)
<a name="1.0.10"></a>
## [1.0.10](https://github.com/svenanders/react-iframe/compare/v1.0.9...v1.0.10) (2017-11-07)
<a name="1.0.9"></a>
## [1.0.9](https://github.com/svenanders/react-iframe/compare/v1.0.8...v1.0.9) (2017-11-07)
<a name="1.0.8"></a>
## [1.0.8](https://github.com/svenanders/react-iframe/compare/v0.0.4...v1.0.8) (2017-11-07)
<a name="1.0.7"></a>
## [1.0.7](https://github.com/svenanders/react-iframe/compare/v0.0.4...v1.0.7) (2017-11-07)