Skip to content

v1.3.0

Compare
Choose a tag to compare
@javisperez javisperez released this 29 May 20:28
· 74 commits to master since this release

Breaking change
The props object that was wrapping all given props to the component was removed, so is no longer necessary to expect a props prop.

This is a major break on components because if your component inside your modal is expecting props.firstname now will receive just firstname, causing errors if you're not aware of it.