Releases: trimble-oss/modus-web-components
Releases · trimble-oss/modus-web-components
Release v0.1.18
Added
- Added props
draggableItem
,droppableItem
,editable
andlabel
slot inmodus-tree-view-item
component
Removed
- Removed
checked
,expanded
,selected
,indeterminate
props frommodus-tree-view-item
component
Release v0.1.17
Added
- Added Data Table row actions property
- Added custom placement option for dropdown
Release v0.1.16
Fixed dropdown open/close issue
Release v0.1.15
Fixed
- Fixed explicit optional aria label on Modus Message. Explicitly setting and optional aria labels gives the consumer this error:
Interface 'HTMLModusMessageElement' cannot simultaneously extend types 'ModusMessage' and 'HTMLStencilElement'.Named property 'ariaLabel' of types 'ModusMessage' and 'HTMLStencilElement' are not identical.
Removed
- Removed Small checkbox
Release 0.1.14
Added
- Added Modus delete icon component svg and added this to the Icon Map
Release v0.1.13
Added
- Added small Modus Chip variant
- Added Badge cell type to Data Table
- Added an Icon Map, and an example usage in Modus Message. It now takes an
icon
property.
Fixed
- Improved accessibility for clear input buttons for Modus text Inputs
Removed
- Removed large Modus Chip variant
Release v0.1.12
Added
- Barebones Modus Data Table
- Enabled keyboard interactions for
Content Tree
components. - Added a prop
auto-focus-input
and a public methodfocusInput
tomodus-text-input
component.
Fixed
- Modus Chips active state color is now blue
- Remove unused Warning button and make Primary button the default
- Modus Message color updates
- Add border to Modus Modal header and footer
- Final breadcrumb item now has
aria-current="page"
Release v0.1.11
Fixed
- Images in Modus Chips now have an alt tag for improve accessibility.
- Removed unneeded
role="region"
from accordion-items.
Release v0.1.10
Added
- Added
role="button"
andaria-label="Close"
to Modal Close button.
Fixed
- Correct font size for modal header and body text.
- Correct font size for accordion header.
- Change Accordion items border from 2px to 1px
- Change Accordion body font size change from 16px to 14px
- Remove italic style from text input placeholder
- Change disabled text input to lighter gray (from
$col_gray_3
to$col_gray_1
) - Correct checkbox border color (from
$col_gray_6
to$col_gray_4
) - Add border-radius to Modus Dropdowns
- Correct bg color for disabled Modus number inputs
- Correct Active color for Pagination (now
$col_blue_light
). - Adds 2px border radius to Modus-Modal
- Changes modal background opacity from 0.4 to 0.75 for greater contrast
Release v0.1.9
Fixed
- Fixed Modus Modal's sizing minimum sizing for mobile views.
- Fixed aria-labels on Modus Progress Bar and Modus File Dropzone by moving to host elements.
- Fixed Modus Dropdown closing issue, it now closes when you click outside.
- Added inputmode option to modus-text-input components.
- Add
cursor: pointer;
CSS to acccordion headers