Skip to content

Releases: arielsalminen/vue-design-system

1.3.3

21 Mar 14:30
Compare
Choose a tag to compare
  • Fixes highlightTheme warning in console
  • Adds generic fixes to spacing utilities

1.3.2

20 Mar 04:59
Compare
Choose a tag to compare
  • Fixes NPM dependencies

1.3.1

16 Mar 14:21
Compare
Choose a tag to compare
  • Fixes the NPM module build step.

1.3.0

08 Mar 08:11
b72ea3d
Compare
Choose a tag to compare
  • Adds new spacing framework and @Mixins
  • Adds documentation related to spacing
  • Unifies the naming of sizes further

1.2.1

04 Mar 13:26
Compare
Choose a tag to compare
  • Adds minor naming changes to component status logic

1.2.0

01 Mar 13:48
Compare
Choose a tag to compare
  • 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

25 Feb 16:00
Compare
Choose a tag to compare
  • Updates to included documentation
  • Gets release ready for new website at https://vueds.com

1.11.0

23 Feb 10:00
Compare
Choose a tag to compare
  • 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

22 Feb 22:39
Compare
Choose a tag to compare
  • 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

22 Feb 12:48
279ec47
Compare
Choose a tag to compare

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