EDS4 logo

8 December 2023

Added the @eds/date-dropdown package. Updates to the @eds/select-dropdown, @eds/actions, @eds/icon, @eds/core, @eds/modal, @eds/button, @eds/popover, @eds/address-input, @eds/date-input, @eds/filtering, @eds/select-input packages.
major - 4.0.0

Initial release of the @eds/date-dropdown package.

minor - 4.1.0

Sets default size of ActionsDropdown to small. Sets accessible text label of ActionDropdowns default trigger to "More actions". Exports type ActionGroup.

minor - 4.1.0

Added onBlur prop support.

minor - 4.3.0

Adds DropdownButton component used internally.

minor - 4.1.0

Adds internal onClearClick prop that renders a Clear button in DatePicker component if used. Also exports DateRangeInput type and some utils used in @eds/date-dropdown.

Fixes focus lock issues and keyboard events related to usage within modals. Minor style tweaks.

minor - 4.1.0

Adds aria-labelledby and aria-describedby support to all modals. Initial focus changed to land on heading, and "Close" button moved in DOM order to be the last tabbable element in ContentModal.

minor - 4.2.0

Adds modal prop.

minor - 4.5.0

Fixes clear button's focus outline getting cut off by overflow hidden.

Added onBlur prop support.

patch - 4.1.1

Changed event listener in useKeypress to utilise keydown instead of keyup.

patch - 4.1.1

Removes redundant gap in FilterBar when only keyword filter is passed.

patch - 4.4.1

Fixed vertical alignment of ViewIcon.

patch - 4.4.1

Refactors internal SelectDropdownButton to use DropdownButton (shared styles).

Fixes focus fighting issue when used inside modals.