Vue Design System Versions Save

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

3.0.2

5 years ago
  • Updates all dependencies to the latest
  • Brings latest features from Vue-Styleguidist to Vue Design System
  • Enables anyone to use Vue Design System as a module without having to clone and build locally.

3.0.1

5 years ago
  • Fixes yarn install
  • Adds Vue-Styleguidist fix for IE support when navigation options is enabled
  • Updates all dependencies
  • Updates getting started docs

3.0.0

5 years ago

Website: https://vueds.com

Live example: https://vueds.com/example/

Release notes:

  • Using Webpack 4 now!
  • Faster performance & updated Webpack configs.
  • Separate views for all components.
  • Adds auto collapsing navigation groups for cleaner sidebar.
  • Tone & Voice section added.
  • Copies static assets on library build as well now.
  • Improved system overviews.
  • Switches to using official Vue Styleguidist dependency.
  • Adds support for Safari 10.
screenshot 2018-05-31 17 07 53 screenshot 2018-05-31 17 08 13

2.1.4

5 years ago
  • Updates all outdated dependencies
  • Further cleaning of example components
  • Copies now static assets as well when building lib
  • Fixes #79

2.1.3

6 years ago
  • This release adds local Sass !defaults for global design tokens (for the docs). Makes it easier to prototype things quickly without breaking the docs when renaming global design tokens.
  • Adds tiny fixes to style guide’s styles.
  • Also fixes issue with Prettier and generated token files.
  • Updates all NPM dependiencies to latest.

2.1.2

6 years ago
  • Adds unit tests for docs specific things
  • Run both unit tests and build steps in Travis
  • Bug fixes
screenshot 2018-04-07 10 39 43 screenshot 2018-04-07 10 39 52 screenshot 2018-04-07 10 40 21

2.1.0

6 years ago
  • Updates Travis config to run new Lint and Integration tests
  • Fixes all ESLint warnings
  • Git doesn’t warn about changed tokens anymore
  • Docs now build under dist directory as well
  • Not importing the whole lodash library anymore since using just one util
  • Adds ESLint config and relevant dependencies
  • Moves docs config from root to config dir
  • Unifies terms being used more

2.0.1

6 years ago
  • Fixes navigation highlighting in production
  • Fixed footer styles on small viewport

2.0.0

6 years ago
  • New documentation layout (live example).
  • New color swatches/palette layout (live example)
  • Improved documentation styles (live example).
  • Listing all tokens in documentation (live example).
  • Separated sections in documentation (live example).
  • Better support for large design systems.
  • Everything works now on Windows with the same Getting Started instructions (as for macOS).
  • Removed shell scripts.
  • Updates all NPM dependencies to latest and cleans unused ones.
  • Adds an example on how to show different component states.
  • Improves all component examples (live example).
  • Better overall documentation integrated into styleguide.
  • Better documentation inside JS partials.
  • Styleguide CSS cleaned up and now using Sass tokens from the system.
  • Removes some redundant and unused things.
  • Adds “getting started, downloads and FAQ” to documentation (live example).
  • The active section is now highlighted in the sidebar (live example).
  • Fixes component label logic to not create duplicates.
  • Unify build commands. Now: npm run build:system, npm run build:docs & npm run build:app.
  • Private components are now hidden with CSS only, so no need for the JavaScript helper. This is more reliable as well.
  • Building for NPM also now copies over Sass utilities.
  • Fixes static assets handling

Screenshots:

screenshot 2018-03-29 20 03 38 screenshot 2018-03-27 08 37 33 screenshot 2018-03-27 08 37 03 screenshot 2018-03-27 08 38 02 screenshot 2018-03-27 08 38 15

1.3.4

6 years ago
  • Adds partial support for Windows
  • Makes YAML tokens work on Windows
  • Makes token watch task (npm onchange) work on Windows