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