Skip to content

Releases: intuit/design-systems-cli

v2.0.2

31 Aug 22:23
Compare
Choose a tag to compare

🐛 Bug Fix

🔩 Dependency Updates

Authors: 3

v2.0.2-next.0

31 Aug 17:29
013e7da
Compare
Choose a tag to compare
v2.0.2-next.0 Pre-release
Pre-release

🐛 Bug Fix

  • @design-systems/eslint-config

🔩 Dependency Updates

Authors: 3

v2.0.1

25 Aug 16:18
Compare
Choose a tag to compare

🐛 Bug Fix

Authors: 1

v2.0.0

15 Aug 00:40
Compare
Choose a tag to compare

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.exports = {
  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.


💥 Breaking Change

  • @design-systems/babel-plugin-include-styles, @design-systems/cli-utils, @design-systems/cli, @design-systems/core, @design-systems/create, @design-systems/docs, @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 master

🔩 Dependency Updates

Read more

v2.0.0-next.27

14 Aug 22:45
5a9aa94
Compare
Choose a tag to compare
v2.0.0-next.27 Pre-release
Pre-release

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.exports = {
  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.


💥 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

Read more

v2.0.0-next.26

14 Aug 21:46
8b2a1bc
Compare
Choose a tag to compare
v2.0.0-next.26 Pre-release
Pre-release

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.exports = {
  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

Read more

v2.0.0-next.25

14 Aug 01:26
533684c
Compare
Choose a tag to compare
v2.0.0-next.25 Pre-release
Pre-release

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.exports = {
  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

Read more

v2.0.0-next.24

14 Aug 01:06
1c793b6
Compare
Choose a tag to compare
v2.0.0-next.24 Pre-release
Pre-release

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.exports = {
  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

Read more

v2.0.0-next.23

14 Aug 00:38
7f83a3d
Compare
Choose a tag to compare
v2.0.0-next.23 Pre-release
Pre-release

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.exports = {
  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

Read more

v2.0.0-next.22

13 Aug 23:05
f372bdc
Compare
Choose a tag to compare
v2.0.0-next.22 Pre-release
Pre-release

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

Read more