Releases: intuit/design-systems-cli
Releases Β· intuit/design-systems-cli
v2.5.2
π Bug Fix
@design-systems/utils
- update displayName type #524 (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)
v2.5.1
π Bug Fix
@design-systems/build
- Only generate .js file mappings for the main css output #514 (@adierkens)
Authors: 1
- Adam Dierkens (@adierkens)
v2.5.0
π Enhancement
@design-systems/utils
- Add utils from our design system #515 (@hipstersmoothie)
π Internal
- add autoprefixer to renovate postcss config #511 (@hipstersmoothie)
- add postcss group #509 (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)
v2.3.0
Release Notes
From #487
CSS Auto Imports
The build
plugin now supports a cssImport
option, which automatically inserts an import for your main CSS output into the entry of your ESM build. This will make CSS work automatically for your design system users!
Multi-Build CSS
the build
plugin now supports a cssConfigs
option which will run multiple PostCSS builds for your CSS source. You can use this to, for example, make a second IE11 prefixed build of your styles.
babel-plugin-replace-styles
We added a new babel plugin that allows you to switch between multi-build CSS files, by modifying any automatic imports.
π Enhancement
@design-systems/babel-plugin-replace-styles
,@design-systems/load-config
,@design-systems/build
- Multi-Build CSS & CSS ESM Imports #487 (@tylerkrupicka @hipstersmoothie)
Authors: 2
- Andrew Lisowski (@hipstersmoothie)
- Tyler Krupicka (@tylerkrupicka)
v2.2.2
π Bug Fix
@design-systems/lint
- still print warnings if they are present #492 (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)
v2.2.1
π Bug Fix
@design-systems/lint
- increase max number of lint warnings default #491 (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)
v2.2.0
π Enhancement
@design-systems/build
- add css optimization level flag #490 (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)
v2.1.0
π This release contains work from a new contributor! π
Thank you, Athitya Kumar (@athityakumar), for all your work!
π Enhancement
@design-systems/plugin
,@design-systems/lint
,@design-systems/size
- Adds support for --max-warnings flag in lint command #485 (@athityakumar)
Authors: 1
- Athitya Kumar (@athityakumar)
v2.0.4
π Bug Fix
@design-systems/storybook
- use my addon-notes replacement #479 (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)
v2.0.3
π Bug Fix
@design-systems/storybook
- print storybook build error #478 (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)