Skip to content

Commit 7fa3b6d

Browse files
committed
chore: release @native-html/[email protected]
1 parent a3a6171 commit 7fa3b6d

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

packages/iframe-plugin/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [2.6.0](https://github.com/native-html/plugins/compare/@native-html/[email protected]...@native-html/[email protected]) (2021-10-13)
2+
3+
4+
### Bug Fixes
5+
6+
* **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)
7+
* remove null from useHtmlIframeProps return signature (dead condition) ([4c51d0a](https://github.com/native-html/plugins/commit/4c51d0af641c0fd121d3959febcc60c09c8259b5))
8+
9+
10+
### Features
11+
12+
* **iframe-plugin:** support headers via `provideEmbeddedHeaders` prop ([436a2ac](https://github.com/native-html/plugins/commit/436a2ace0afc80eb1cdba463c06985fc3acee6f8))
13+
114
# [2.5.0](https://github.com/native-html/plugins/compare/@native-html/[email protected]...@native-html/[email protected]) (2021-06-08)
215

316

packages/iframe-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@native-html/iframe-plugin",
3-
"version": "2.5.0",
3+
"version": "2.6.0",
44
"description": "🌐 A WebView-based plugin to render iframes in react-native-render-html",
55
"main": "lib/commonjs/index.js",
66
"module": "lib/module/index.js",

0 commit comments

Comments
 (0)