diff --git a/CHANGELOG.md b/CHANGELOG.md index b9d5581..d3222dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Added +- Doc Prop trigger + +### Removed +- Handmade props table + ## [0.2.0] - 2020-03-30 ### Added - Pass query string to iframe URL. diff --git a/docs/README.md b/docs/README.md index 1987170..b0eabd3 100644 --- a/docs/README.md +++ b/docs/README.md @@ -43,11 +43,7 @@ An app that makes it possible to render external iframes on a store ... ``` -| Prop name | Type | Description | Default value | -|--------------|--------|--------------| --------| -| `src` | String | Source address the iframe should render | `null` -| `width` | Number | Width attribute of the iframe | `null` -| `height` | Number | Height attribute of the iframe | `null` +%PROPS=Iframe% ## Configuration - dynamic Iframe @@ -86,12 +82,7 @@ An app that makes it possible to render external iframes on a store }, ``` -| Prop name | Type | Description | Default value | -|--------------|--------|--------------| --------| -| `dynamicSrc` | String | iframe src with dynamic parameters from page URL enclosed in '{}' | `null` -| `width` | Number | Width attribute of the iframe | `null` -| `height` | Number | Height attribute of the iframe | `null` -| `title` | String | title attribute of the iframe tag | `null` +%PROPS=DynamicIframe% ## Customization diff --git a/manifest.json b/manifest.json index 676b36c..58f2903 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "iframe", - "version": "0.2.0", + "version": "0.3.0-beta", "title": "Iframe", "description": "An app to use sourced iframes", "defaultLocale": "pt-BR",