Skip to content

Commit 444c2f4

Browse files
committed
chore: release @native-html/iframe-plugin@2.4.0
1 parent 7e1bd5b commit 444c2f4

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

packages/iframe-plugin/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.4.0](https://github.com/native-html/plugins/compare/@native-html/iframe-plugin@2.3.0...@native-html/iframe-plugin@2.4.0) (2021-05-21)
2+
3+
4+
### Bug Fixes
5+
6+
* **iframe:** did not pick config passed in rendererProps ([3580d77](https://github.com/native-html/plugins/commit/3580d7781c75ed0a5f3707d5b2fe18c0d8fe6926))
7+
8+
9+
### Features
10+
11+
* support react-native-render-html@6.0.0-alpha.25; beware of upstream breaking changes ([53e322c](https://github.com/native-html/plugins/commit/53e322cad64aece27d5c95c1bc9fb4a3095addbd))
12+
113
# [2.3.0](https://github.com/native-html/plugins/compare/@native-html/iframe-plugin@2.2.2...@native-html/iframe-plugin@2.3.0) (2021-04-17)
214

315

packages/iframe-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@native-html/iframe-plugin",
3-
"version": "2.3.0",
3+
"version": "2.4.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)