Skip to content

1.0.0

Compare
Choose a tag to compare
@arielsalminen arielsalminen released this 22 Feb 12:48
· 425 commits to master since this release
279ec47

The biggest release so far, making Vue Design System ready for production use. Includes the following changes:

  • Importing of components is fully automated now, nothing manual is required. Create an element or a pattern and it’s immediately available across your app.
  • Makes it possible to add head meta info to templates (title, description etc., see Index.vue for an example)
  • Adds a simple example component with documentation.
  • Refactors component status logic to be more performant.
  • Design System can be used as an NPM dependency in another project now.
  • Cleans/removes static html from styleguide template to make it production ready.
  • Updates all NPM dependencies and Styleguidist to latest.
  • Adds fixes to spacing component in docs.
  • Moves Babel config to package.json