Skip to content

Commit

Permalink
Merge 7c46e3b into 12cd5fe
Browse files Browse the repository at this point in the history
  • Loading branch information
lbebber committed May 26, 2019
2 parents 12cd5fe + 7c46e3b commit 1204a38
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
- Add default empty description to Carousel image. (For decorative images, it's recommended to insert an empty string to the alt attribute rather than to leave it empty).

## [2.9.0] - 2019-04-24
### Changed
Expand Down
5 changes: 3 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
"vtex.store-components": "3.x",
"vtex.slider": "0.x",
"vtex.store-icons": "0.x"
}
}
},
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}
1 change: 1 addition & 0 deletions react/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ Banner.propTypes = {

Banner.defaultProps = {
height: 420,
description: '',
}

export default Banner

0 comments on commit 1204a38

Please sign in to comment.