Skip to content

3.5.2

Compare
Choose a tag to compare
@arielsalminen arielsalminen released this 01 Oct 15:37
· 79 commits to master since this release

Migration guide

  • Vue Design System is now using simpler and shorter naming conventions. This means that most of the token and component names have been updated. See updated instructions: https://github.com/viljamis/vue-design-system/wiki/naming-of-Things

  • Importing the system via NPM has changed slightly (see the updated CSS path):

    import DesignSystem from 'vue-design-system'
    import 'vue-design-system/dist/system/system.css'
    
    Vue.use(DesignSystem)
  • All styles for the documentation have been updated. To apply these changes, you’ll have to manually pull changes from docs.tokens.scss because of the new naming format.