Skip to content

v8.0.0: peer dependencies for origami

Compare
Choose a tag to compare
@apaleslimghost apaleslimghost released this 25 Mar 14:48
· 300 commits to main since this release
4d7eedf

previously, Origami dependencies of x-dash components were being installed with Bower, and bundled in the output CSS, breaking the dependency relationship as far as consuming apps were concerned. this release uses peerDependencies for Origami components and includes the source Sass for x-dash components in the packages, making them behave like actual normal components in apps.

this will likely require changes in your app when consuming x-dash components: see the migration guide.