Skip to content

v10.20.0

Latest
Compare
Choose a tag to compare
@laurenmrice laurenmrice released this 02 Oct 15:57
· 12 commits to master since this release
43724bf

✨ Enhancements

  • Button: Changed the name of medium button to field button. #322
  • Code snippet: Ability to hide the copy button. #348
  • Content switcher: Added selected + focus state symbols. #347
  • Dropdown: Added symbols for the multi-select filterable dropdown. #328
  • Form inputs: #289
    (Dropdown, Date picker, File uploader, Number input, Text input, Select)
    • Added large(48px), medium(40px) and small (32px) sizes.
    • Moved helper text from above to below the fields.
  • Modal: Added a divider rule between buttons for 3:1 accessibility. #349
  • Notification: Added an override to turn off the close icon. #341
  • Text input: Added no label variant symbols with all states. #359
  • Tile: Removed the checkmark icon on hover. #342
  • UI shell: Added smart layout resizing to header icons. #358

🎨 Elements

  • Color palette:

    • Updated the UI shell to be connected to the IDL color palette. #319
    • Updated color palette values for support colors in our .clr file. #310
  • Color tokens:

    • Added decorative-01 token. #332
    • Added button-separator token. #349
    • Updated hover-primary-text token values in the dark themes. #321
    • Updated text-02 token values. #335
  • Type styles: Corrected line height and letter spacing for caption-01. #360

🐛 Bugs

  • Accordion: Fixed inconsistent padding between the title and description in an open panel. #317
  • Button:
    • Fixed disabled state icon symbol colors. #293
    • Fixed ghost button to resize properly. #304
  • Checkbox: Fixed disabled state symbol colors. #292
  • Code snippet: Fixed ghost button text color in mutli-line code snippet. #343
  • Data table:
    • Re-added a divider rule next to the cancel button in the batch action toolbar. #290
    • Fixed inconsistent hover states for cells. #303
    • Fixed inconsistent header background color values. #313
    • Enabled button state symbols in the batch action toolbar as overrides. #315
  • Date picker:
    • Made text overrides available for weekdays. #312
    • Adjusted month/year text alignment to be left aligned. #320
  • Dropdown:
    • Fixed alignment of the text and icon within a tag for the multi-select dropdown. #314
    • Added a selected background color to options in the multi-select dropdown. #326
    • Fixed inconsistent padding for the inline dropdown. #316
  • File uploader: Adjusted text content inside the file uploader component. #350
  • Inline loading: Updated the success icon style. #306
  • List: Reduced spacing between list items to 0px. #340
  • Modal: Repinned the cancel button to stick with the footer when resizing. #311
  • Notification:
    • Update timestamp content in the toast notifications. #308
    • Fixed ghost action button resizing in inline notifications. #309
  • Number input: Adjusted symbol height for invalid states.
  • Overflow menu: Fixed height of option containers. #338
  • Radio button: Resolved duplicate symbols for the unselected state. #298
  • Search: Repinned the cursor to follow input text. #301
  • Tab: Fixed inconsistent left padding increments. #296
  • Text area:
    • Repinned character counter to stay in place upon resizing. #302
    • Adjusted symbol height for invalid states. #361
  • Text input:
    • Added smart layout and fixed vertical spacing. #362
    • Adjusted symbol height for invalid states. #361
  • Toggle: Resolved inconsistent off state colors. #344