Skip to content

Commit

Permalink
Merge pull request #55 from vtex-apps/doc/rich-text-props
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Mariana-Caetano authored Feb 14, 2022
2 parents 82c094a + 73a02bf commit a933a7e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Fixed
- Indicate the prop `text` in `"rich-text#open-drawer"`.

## [0.16.0] - 2021-06-02
### Added
- `renderingStrategy` prop to control when the drawer's children should be rendered
Expand Down
6 changes: 4 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,10 @@ There is also a block that can be used for customizing the icon that triggers th
},

"rich-text#open-drawer": {
"text": "Open drawer"
}
"props": {
"text": "Open drawer"
}
}

"menu#drawer": {
"children": [
Expand Down

0 comments on commit a933a7e

Please sign in to comment.