Skip to content

Commit

Permalink
chore: release @native-html/iframe-plugin@2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsamr committed Feb 6, 2021
1 parent 489323c commit eb88094
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions packages/iframe-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [2.0.0](https://github.com/native-html/plugins/compare/@native-html/iframe-plugin@1.1.1...@native-html/iframe-plugin@2.0.0) (2021-02-06)


### Features

* **iframe-plugin:** support react-native-render-html 6.x ([11a8ca0](https://github.com/native-html/plugins/commit/11a8ca04e2e864de145b9189cfb526fb345782ae))


### BREAKING CHANGES

* **iframe-plugin:** - `extractHtmlIframeProps` has been dropped in favor of
`useHtmlIframeProps` hook for reusability.
- requires `react-native` 0.63.x and above
- new `iframeModel` export for the new custom renderers API

## [1.1.1](https://github.com/native-html/plugins/compare/@native-html/iframe-plugin@1.1.0...@native-html/iframe-plugin@1.1.1) (2020-12-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/iframe-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@native-html/iframe-plugin",
"version": "1.1.1",
"version": "2.0.0",
"description": "🌐 A WebView-based plugin to render iframes in react-native-render-html",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
Expand Down

0 comments on commit eb88094

Please sign in to comment.