Vue Design System Versions Save

An open source tool for building UI Design Systems with Vue.js

1.3.3

6 years ago
  • Fixes highlightTheme warning in console
  • Adds generic fixes to spacing utilities

1.3.2

6 years ago
  • Fixes NPM dependencies

1.3.1

6 years ago
  • Fixes the NPM module build step.

1.3.0

6 years ago
  • Adds new spacing framework and @mixins
  • Adds documentation related to spacing
  • Unifies the naming of sizes further

1.2.1

6 years ago
  • Adds minor naming changes to component status logic

1.2.0

6 years ago
  • Makes it possible to add a “release” tag to components in addition to “version”.
  • Adds Component Status overview to documentation.
  • Cleans up documentation templates.

1.11.2

6 years ago
  • Updates to included documentation
  • Gets release ready for new website at https://vueds.com

1.11.0

6 years ago
  • Completely reworked more robust status tagging for components.
  • Adds prop validators and examples on how to use them.
  • Run hidePrivate functionality in docs only once.
  • Moves documentation utils inside docs/utils.

1.1.0

6 years ago
  • Complete rewrite of Webpack configs
  • Simplifies npm start
  • Simplifies package.json and makes it ready for NPM usage
  • Adds pre-commit hook for Prettier

1.0.0

6 years ago

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