Skip to content

Releases: bcc-code/bcc-design

design-library v2.0.0-beta.1

Pre-release

Choose a tag to compare

@github-actions github-actions released this 09 Oct 11:24

Breaking Changes

Centered button layout by default

The button component layout is now centered by default both in the Vue component and in CSS. Previously the Vue component would always add a .bcc-button-center class. This class is now removed in favor of .bcc-button-justify-content class.

To migrate (do a search-and-replace for these classes/props):
When using the Vue library:

  1. Replace any :center="false" prop usage with justify-content for BccButtons.

When using the CSS library

  1. Remove any .bcc-button-center class usage
  2. Check if you had any buttons without .bcc-button-center and add .bcc-button-justify-content.

What's Changed

Full Changelog: v2.0.0-beta.0...v2.0.0-beta.1

design-library v2.0.0-beta.0

Pre-release

Choose a tag to compare

@github-actions github-actions released this 28 Sep 13:55

This is the first beta release for the eventual 2.0 release of the library. This release will likely not contain major new features, but instead be used to address breaking changes. Follow along and comment in issue #253 if you have suggestions on changes that should be made.

Breaking Changes

New typography styles

The typography styles have been updated, with several styles added and removed and most others renamed. If you do not use these directly in your application, no action is needed.

Recommended migration: do a search and replace for each of these classes in your code, then check if your application still looks the acceptable and adjust were needed.

Note: Since the underlying styles were updated, these classes do not always map one-on-one. Be sure to check Storybook to view all available classes.

Removed classes

  • text-display: This style has been removed, and can be replaced with text-title-xl.
  • text-overline

Renamed classes

Almost all classes have seen a renaming:

  • large to lg
  • medium to no postfix (so text-title-medium to text-title)
  • base to sm or no postfix depending on the style
  • small to sm

What's Changed

Full Changelog: v1.8.0...v2.0.0-beta.0

design-library v1.8.0

Choose a tag to compare

@github-actions github-actions released this 28 Sep 09:14

New Features

🆕 Progress component

A versatile component to show all kinds of progress, both for loading bars and the progress for an action for example. A great contribution by @steffanhalv!

image

View on Storybook

What's Changed

New Contributors

Full Changelog: v1.7.0...v1.8.0

design-library v1.7.0

Choose a tag to compare

@github-actions github-actions released this 19 Sep 09:15

New Features

🆕 Spinner component

A loading spinner component has been added to the library. Thanks @Lucas-Powell for your contribution!

image

View on Storybook

What's Changed

New Contributors

Full Changelog: v1.6.0...v1.7.0

icons-v1.4.0

Choose a tag to compare

@github-actions github-actions released this 18 Sep 08:25

What's Changed

Full Changelog: v1.6.0...icons-v1.4.0

design-library v1.6.0

Choose a tag to compare

@github-actions github-actions released this 31 Aug 14:58

New Features

🆕 Banner component

A more formal closable banner component for full width information blocks with optional actions.

Screenshot 2023-08-31 at 16 57 42

Full Changelog: v1.5.3...v1.6.0

icons-v1.3.0

Choose a tag to compare

@github-actions github-actions released this 31 Aug 13:48

What's Changed

  • Add buk icon
  • Update bcc icons

Full Changelog: icons-v1.2.0...icons-v1.3.0

icons-v1.2.0

Choose a tag to compare

@github-actions github-actions released this 29 Aug 19:58

What's Changed

  • Corrected using of Google Symbols and not the Icons which resulted in missing icons. @u12206050 in #197

Full Changelog: icons-v1.1.0...icons-v1.2.0

icons-v1.1.0

Choose a tag to compare

@github-actions github-actions released this 29 Aug 15:44

⚠️BROKEN⚠️
Use version 1.2.0 instead

What's Changed

Full Changelog: v1.5.3...icons-v1.1.0

design-library v1.5.3

Choose a tag to compare

@github-actions github-actions released this 17 Aug 14:13

Fixes version number not updated in package.json.

Full Changelog: v1.5.2...v1.5.3