Skip to content

v2.0.0-next.22

Pre-release
Pre-release
Compare
Choose a tag to compare
@hipstersmoothie hipstersmoothie released this 13 Aug 23:05
· 522 commits to master since this release
f372bdc

Release Notes

From #365

WDIO Breaking changes:

  • host -> hostname in proof.config.js
  • Change all tests to use wdio updated APIs
  • Removal of assert from proof. Consumer provides their own assertion library now

From #270

This release upgrades storybook from 5.3 to 6.0. This release will deprecate the old storybook configuration format in favor of the new format.

This allows use to package all of our storybook configuration into a preset that you can use like any other storybook preset.
Instead of ds-cli managing a .storybook folder for you, you now have full control (much like with all the other tools).

Storybook Configuration Update Guide

If you have no .storybook folder currently, create one, then fill it with the following.

.storybook/main.js:

module.export = {
  presets: ["@design-systems/storybook/preset"]
};

.storybook/preview.js:

import * as dsPreview from "@design-systems/storybook/preview";

export const decorators = [...dsPreview.decorators];

export const parameters = {
  ...dsPreview.parameters,
};

If you already have a .storybook folder please read through storybook's migration guide.

Version

@1.9.1-canary.215.6735.0


💥 Breaking Change

  • @design-systems/babel-plugin-include-styles, @design-systems/cli-utils, @design-systems/cli, @design-systems/core, @design-systems/create, @design-systems/eslint-config, @design-systems/load-config, @design-systems/plugin, @design-systems/stylelint-config, @design-systems/build, @design-systems/bundle, @design-systems/clean, @design-systems/create-command, @design-systems/dev, @design-systems/lint, @design-systems/playroom, @design-systems/proof, @design-systems/size, @design-systems/storybook, @design-systems/test, @design-systems/update
  • @design-systems/plugin, @design-systems/lint, @design-systems/storybook

🚀 Enhancement

  • @design-systems/size
    • feat: adding ability to send failure threshold from args #275 (@vasikarla)
  • @design-systems/size
  • @design-systems/eslint-config, @design-systems/lint

🐛 Bug Fix

⚠️ Pushed to next

🔩 Dependency Updates

🏠 Internal

Authors: 5