Releases: arielsalminen/vue-design-system
Releases · arielsalminen/vue-design-system
3.0.2
- 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
- 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
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.
2.1.4
2.1.3
- 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
2.1.0
- 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
- Fixes navigation highlighting in production
- Fixed footer styles on small viewport
2.0.0
- 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:
1.3.4
- Adds partial support for Windows
- Makes YAML tokens work on Windows
- Makes token watch task (npm onchange) work on Windows