Skip to content
This repository was archived by the owner on Feb 8, 2022. It is now read-only.

3.0.0

Choose a tag to compare

@erinrep erinrep released this 13 Jan 21:29
· 60 commits to master since this release

🚨 Breaking changes

The design of various buttons has been updated. Some buttons are backwards compatible, others will need to be updated to maintain the desired style

  • Primary buttons remain the same and do not need to be modified
  • Primary Alt (Secondary) buttons remain the same and do not need to be modified
  • Primary Outline and Primary Alt Outline buttons have been replaced with the default (tertiary) style. This will happen automatically and the existing "ds-c-button--primary-outline" and "ds-c-button--primary-alt-outline" classes will have no effect and can be removed
  • The Default Inverse button has been replaced with the Primary Inverse button and any inverse buttons will need the "ds-c-button--primary" class in order to get the new style
  • The new Default Inverse button is now available as an outline button that has a transparent background
  • The Primary transparent and Primary Alt transparent buttons have been replaced with the Default Transparent button and you will need to remove the "ds-c-button--primary" or "ds-c-button--primary-alt" classes from any transparent buttons to get the new style
  • Inverse Transparent buttons remain the same and do not need to be modified

The information above is contained in this reference image:
Screen Shot 2020-12-14 at 8 47 57 AM

📦 Internal

  • Added documentation on the publishing process