Skip to content

v1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jul 13:29
· 148 commits to main since this release

New features

馃啎 Checkbox, Radio and Select components

The collection of form components was expanded with a new checkbox, radio and select component. These components use the native input and select elements under the hood and their API should be fairly familiar.

image

View checkbox on Storybook

image

View radio on Storybook

image

View select on Storybook

馃啎 Alert component

image

View alert on Storybook

馃啎 Form label component

See v1.3.1 release notes

馃啎 Form message component

See v1.3.2 release notes

Icon and clearable support for input

The input component now supports a prop for an icon and for a "clear button", making it possible to create a search input:

image

View input on Storybook

Textarea support for input

See v1.3.1 release notes

New Storybook URL

The URL for Storybook was updated to design-library.developer.bcc.no signify that it's not just usable for Vue components. Because we took the opportunity to update our infrastructure and move the server, the old URL will no longer be updated and will be taken down soon.

The Button, Input and Toggle stories were also placed in a new "Forms" category, to better distinguish them from other components.

Additionally, there is now design-library-dev.developer.bcc.no site to view the latest from the main branch - this corresponds to the dev tag in npm that makes it possible to install the latest unreleased components.

What's Changed

New Contributors

Full Changelog: v1.2.1...v1.3.0