Skip to content

Releases: statisticsnorway/ssb-component-library

v2.0.73

22 Dec 11:59
e95f70a
Compare
Choose a tag to compare

Link

  • Added prop standAlone, Resizing of a stand alone link to meet accessibility requirements

Button

  • Added prop ariaLabel, Optional aria-label text for screen readers

What's Changed

Full Changelog: 2.0.70...2.0.73

v2.0.70

07 Apr 12:14
Compare
Choose a tag to compare

What's Changed

  • Fix UUID problem get random values by @ssb-cgn in #411
  • Added uuid to Dropdown

Full Changelog: 2.0.69...2.0.70

v2.0.69

05 Apr 13:20
Compare
Choose a tag to compare

What's Changed

Card:

  • Added props: id, ariaLabel and ariaDescribedBy
  • use uuid if not id

v2.0.68

11 Mar 08:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.67...2.0.68

2.0.67

01 Mar 08:44
Compare
Choose a tag to compare

What's Changed

  • MIMIR-1114:Fixes icon size, and changes max-height option-list Dropdown by @ssb-cgn in #369

Full Changelog: 2.0.66...2.0.67

v2.0.66

28 Feb 08:12
Compare
Choose a tag to compare

Changes:

Component Dropdown:

  • Added prop largeSize (boolean) to get a large version of dropdown

v2.0.65

22 Feb 14:35
Compare
Choose a tag to compare

Changes from 2.0.62 to 2.0.64

Input component:

  • Added new prop ariaLabelledBy

Dropdown:

  • Refactoring this component to make it better for screenreaders
  • Change from button to li elements for option list
  • Added prop id and ariaLabel
  • Added aria attributes to make the list avaiable for screenreaders
  • Fixed scrolling to prevent page scrolling
  • Fixed key navigation on safari

v2.0.62

11 Feb 11:59
Compare
Choose a tag to compare

Changes from 2.0.61 to 2.0.62

Component Input:

  • Added prop ariaLabelWrapper used to set aria-label on input-wrapper
  • Added prop role. If searchField is true, default role is search
  • Added aria-describedby to Input if prop error and errorMessage is set

Component InputError:

  • Added prop id to connect error message to input, dropdown or textarea
  • Added aria-live="assertive" to error message

Component Dropdown:

  • Added aria-describedby if prop error and errorMessage is set

Component TextArea:

  • Added aria-describedby if prop error and errorMessage is set

v2.0.60

28 Jan 08:56
Compare
Choose a tag to compare

Accordion and NestedAccordion:

  • Added aria-expanded

v2.0.59

24 Jan 09:06
Compare
Choose a tag to compare

Changes from 2.0.43 to 2.0.59

  • Exports component InputError
  • Divider: Add aria-hidden attribute
  • Add React 17 to peerDependencies (2.0.56)
  • Move sass from devDependencies to dependencies
  • Fixed that Radiobutton and Checkbox print checked
  • Link: Added prop onClick
  • Card: Fix image floating out of card for external and profiled cards
  • Move uuid from devDependencies to dependencies
  • Build on more Node versions
  • Card: Added style for external card (prop external)
  • Dropdown: Added custom icon, prop icon and separates input and button.
  • Input: Added large version (size='lg')
  • Added error style to Dropdown and TextArea
  • TextArea: Added props onFocus and onBlur