Skip to content
Compare
Choose a tag to compare
@hashibot-hds hashibot-hds released this 23 Jan 23:47
· 33 commits to main since this release
116fac4

4.16.0 documentation

Minor Changes

Table - Updated the visual design of Table cells by adding borders, making them more distinguishable when spanning rows or columns.

#2588

Added global tokens for border radius

#2595

CodeEditor - Added new CodeMirror 6 supported code editor component

hds-code-editor modifier - Added new code editor modifier which converts the element it is applied to into a CodeMirror 6 code editor

#2573

SuperSelect - Added searchFieldPosition="before-options" to fix a11y issue in Multiple component

#2612

AdvancedTable - Added AdvancedTable component and related sub-components

Add tabbable as a dependency.

#2615

Patch Changes

Upgraded the following dependencies:

  • @ember/render-modifiers from 2.0.5 to 2.1.0
  • @ember/addon-shim from 1.8.7 to 1.9.0
  • clipboard-polyfill from 4.1.0 to 4.1.1
  • decorator-transforms from 1.1.0 to 1.2.1
  • ember-a11y-refocus from 4.1.3 to 4.1.4
  • ember-element-helper from 0.8.5 to 0.8.6
  • ember-focus-trap from 1.1.0 to 1.1.1
  • ember-modifier from 4.1.0 to 4.2.0
  • ember-power-select from 8.2.0 to 8.6.2
  • sass from 1.69.5 to 1.83.0

#2625

Table - Fixed the aria-labels for select row and select all checkboxes so they do not change based on the state of the checkbox.

#2596

Breadcrumb - Implemented aria-controls in Breadcrumb::Truncation for a11y improvements with toggled content from PopoverPrimitive

Dropdown - Implemented aria-controls in Dropdown::Toggle::Button for a11y improvements with toggled content from PopoverPrimitive

PopoverPrimitive - Implemented aria-controls in toggle element for a11y improvements with toggled content

RichTooltip - Removed explicitly setting aria-controls in RichTooltip::Toggle as it is now set through the PopoverPrimitive

#2639

Tabs - Implement aria-controls in tab for a11y improvements with toggled content

#2637

Shifted our supported version of Node.js from 16* || >= 18 to >=18

#2619

Dropdown - Fixed z-index bug which caused the focus ring of the toggle icon to not be visible when the component was nested in a container.

#2638

🔄 Updated dependencies: