diff --git a/packages/iframe-plugin/CHANGELOG.md b/packages/iframe-plugin/CHANGELOG.md index f4a627c..3cb5065 100644 --- a/packages/iframe-plugin/CHANGELOG.md +++ b/packages/iframe-plugin/CHANGELOG.md @@ -1,3 +1,16 @@ +# [2.6.0](https://github.com/native-html/plugins/compare/@native-html/iframe-plugin@2.5.0...@native-html/iframe-plugin@2.6.0) (2021-10-13) + + +### Bug Fixes + +* **iframe-plugin:** the iframe is painted as a blank view ([d40e98d](https://github.com/native-html/plugins/commit/d40e98db2595c3d8a231b0070ca3e74d6562fc83)), closes [#41](https://github.com/native-html/plugins/issues/41) +* remove null from useHtmlIframeProps return signature (dead condition) ([4c51d0a](https://github.com/native-html/plugins/commit/4c51d0af641c0fd121d3959febcc60c09c8259b5)) + + +### Features + +* **iframe-plugin:** support headers via `provideEmbeddedHeaders` prop ([436a2ac](https://github.com/native-html/plugins/commit/436a2ace0afc80eb1cdba463c06985fc3acee6f8)) + # [2.5.0](https://github.com/native-html/plugins/compare/@native-html/iframe-plugin@2.4.0...@native-html/iframe-plugin@2.5.0) (2021-06-08) diff --git a/packages/iframe-plugin/package.json b/packages/iframe-plugin/package.json index 2cd9016..45788f9 100644 --- a/packages/iframe-plugin/package.json +++ b/packages/iframe-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@native-html/iframe-plugin", - "version": "2.5.0", + "version": "2.6.0", "description": "🌐 A WebView-based plugin to render iframes in react-native-render-html", "main": "lib/commonjs/index.js", "module": "lib/module/index.js",