Skip to content

Conversation

@hobbitronics
Copy link
Contributor

2.0.0 - 2021-07-02

Changed

  • README - Instructions for running Storybook locally
  • global.css is compiled during Storybook dev and deployment build from global.scss and used only for Storybook
  • _index.scss uses global.scss

BREAKING CHANGES

  • .align-center, .align-left and .align-right global classes are now .text-align-center, .text-align-left and .text-align-right.
  • .aligned global class is now .align-items-center
  • Progress.Linear barColorProvided prop deleted
  • Progress.Linear uses --progress-bar-color instead of --sil-primary-blue from the apps _theme file and falls back to --mdc-theme-primary
  • TopAppBar prop bgColorIsVariant default value is now false

Added

  • $$props.class to Badge, Form, CustomCard, Tour and StaticChip so they can accept global classes
  • mdc-typography class to Badge, StaticChip and Card as it was not being applied
  • Badge, CustomCard, Drawer, Form, StaticChip and Tour stories to Storybook
  • global.scss to generate full range of padding and margin from 1rem to 8rem, height and width from 0 to 100% in increments of 5, z-index from 0 to 10.
  • align-item and align-self flex utilites to global.scss
  • .text-align-start, .text-align-end, .d-inline, .d-block, .relative, .fixed and .fs-10 added to global.scss
  • toggle (opens and closes Drawer when modal or dismissible), dismissible(Drawer is hidden by default) and hasTopAppBar props to Drawer

Removed

  • global.css was removed and added to .gitignore
  • barColorProvided from Progress.Linear

Fixed

  • Tour was failing to replace key with value of data prop in steps content.

Copy link
Contributor

@briskt briskt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved based on my reviews of the individual changes

@hobbitronics hobbitronics merged commit 1945669 into main Jul 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants