Skip to content

v9.14.0

Compare
Choose a tag to compare
@tujoworker tujoworker released this 28 Oct 04:18
· 3506 commits to release since this release

9.14.0 (2021-10-28)

Bug Fixes

  • Fix bug where cleanNumber returns void in TS (3165759)
  • Typography: make docs more clear about the values used in typographic elements (459b08c)
  • Add default shadow to properties and apply to payment-card (66fbc6e)
  • add screen-reader only button to show autocomplete options (a8b4eab)
  • add show_clear_button property to Autocomplete (b389689)
  • add support to forwards locale from a FormRow or FormSet (9342eb2)
  • enhance selections and event calls when autocomplete value gets removed (a79291c), closes #1021
  • fix Autocomplete on input blur when onBlur is used instead of on_blur (0c92414)
  • fix TS Type import statement duplication issue – happen with the Modal component (244a6c4)
  • InputMasked: improve overall user typing experience (ec7700c)
  • enhance GlobalStatus animation to adjust on content changes (291f046)
  • fix correct amount FormStatus / GlobalStatus messages to show up (63d04ee)
  • fix FormLabel sr-only to be more robust (20bb13a)
  • fix NumberFormat copy value to include currency and percent sign by default (8741203)
  • fix onClick TS Type (e526f9a)
  • fix support for components inside labels to show up in GlobalStatus (f43d14d)
  • GlobalStatus warnings when running tests (7ef882f)
  • make cache_hash of DrawerList optional (dc22215)
  • refactor GlobalStatus markup to use sea-green section + enhance animation UX (67c53ec)
  • set data-dnb-drawer-list-active with id on HTML (c99f984)
  • small spelling mistake in ProgressIndicator test (0100853)
  • update dropshadow styles (f4ea4bf)
  • Update shadow on sticky table header (1c15ecf)
  • use id when setting data-dnb-modal-active (3934e1d)
  • warning message when running tests for DatePicker (77f5e22)
  • build: fix css minify and file naming of sass to css (bba0f50)
  • use keyboard tab key to jump to anchors inside Autocomplete (558d10f)
  • Autocomplete: click on "show all" will should keep focus on input (a4ce709)

Features

  • add sea-green and fire-red-8 to Section component (c0d3797)
  • FormStatus's cursor will be inherit when used in a button (2a3fcb4)