What's Changed
* A skill can now output multiple visualizations.
* Creating visualization previews & the preview server have been changed to handle multiple visualizations. Now, you go to a `print/<your_skill_name>` url in the browser to preview all the layouts your skill generated instead of going to a url specific to a single layout.
Breaking changes
`SkillOutput.visualization` has been removed in favor of `SkillOutput.visualizations` and it is now a list of `SkillVisualization` objects so that there is a place to put metadata about the visualization.
**Full Changelog**: https://github.com/answerrocket/skill-framework/compare/v0.2.2...v0.3.0