Skip to content

Releases: trimble-oss/modus-web-components

Release v0.1.18

12 Sep 15:51
Compare
Choose a tag to compare

Added

  • Added props draggableItem, droppableItem, editable and label slot in modus-tree-view-item component

Removed

  • Removed checked, expanded, selected, indeterminate props from modus-tree-view-item component

Release v0.1.17

30 Aug 19:24
Compare
Choose a tag to compare

Added

  • Added Data Table row actions property
  • Added custom placement option for dropdown

Release v0.1.16

30 Aug 02:37
Compare
Choose a tag to compare
Fixed dropdown open/close issue

Release v0.1.15

29 Aug 17:30
Compare
Choose a tag to compare

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

23 Aug 23:16
4230939
Compare
Choose a tag to compare

Added

  • Added Modus delete icon component svg and added this to the Icon Map

Release v0.1.13

23 Aug 19:29
Compare
Choose a tag to compare

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

22 Aug 21:38
Compare
Choose a tag to compare

Added

  • Barebones Modus Data Table
  • Enabled keyboard interactions for Content Tree components.
  • Added a prop auto-focus-input and a public method focusInput to modus-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

05 Aug 17:03
Compare
Choose a tag to compare

Fixed

  • Images in Modus Chips now have an alt tag for improve accessibility.
  • Removed unneeded role="region" from accordion-items.

Release v0.1.10

19 Jul 16:09
Compare
Choose a tag to compare

Added

  • Added role="button" and aria-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

07 Jul 16:10
Compare
Choose a tag to compare

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