Skip to content

v10.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 May 22:14

v10.12.0 (2020-5-15)

carbon-components@10.12.0

New features πŸš€

  • feat(text-input): adds fluid variation of text input (#5830) (7dc601f33)
  • feat(tag): add high-contrast type (#5910) (445e6507c)
  • feat(number-input): respect min, max, and step attributes (#5906) (c4233bd7d)
  • feat(progress-indicator): add spaceEqual prop and functionality to progress step (#5635) (22a411c37)
  • feat(DataTable): option to show overflow menu on hover (#5822) (6795904e0)

Bug fixes πŸ›

  • fix(text-input): remove outline flicker during state transition (#5990) (9c6395778)
  • fix(accordion): remove hover on skeleton (#5961) (b2caf9dec)
  • fix(dropdown): fix inline field height not adapting to prop size change (#5988) (6be11ccc1)
  • fix(accordion): change accordion heading height to 40px (#5992) (999e7e013)
  • fix(breadcrumb): add reset for ol (#5916) (6dd68fe7c)
  • fix(code-snippet): fix copy button background - light variant (#5895) (e52bd84d2)
  • fix(progress-indicator): prevent onChange events on disabled items (#5921) (543974f4f)
  • fix(tabs): revert input background changes (#5914) (ccbeadc3e)
  • fix(ui-shell): fix padding when fixed side nav is using icons (#5896) (c7bf86690)
  • fix(table): change thead to sticky position with z-index (#5887) (b5ed4552d)
  • fix(progress-indicator): make unclickable step look non-interactive (#5843) (81a4b752d)
  • fix(components): update get-token-value helper to error out at end of loop (#5838) (981c126ba)
  • fix(checkbox): match label spacing in skeleton (#5847) (9e1fae2a0)
  • fix(dropdown): fix redundant programmatic focusable element (#5818) (fdc945056)
  • fix(ListBox): enable drawer animation (#5810) (cb85deb11)
  • fix(notification): update focus styles for low contrast (#5978) (41267c876)
  • fix(list-box): increase specificity on closed menu (#6017) (3e320ee4b)
  • fix(tag): pass props.disabled to close button (#5996) (4c7718d29)

Documentation πŸ“

Housekeeping 🏠

  • chore(project): sync generated files (57c2f2840)

@carbon/elements@10.12.0

Housekeeping 🏠

  • chore(project): sync generated files (6d0dc8ce5)

@carbon/icons-handlebars@10.11.0

Housekeeping 🏠

@carbon/icons-react@10.11.0

New features πŸš€

  • feat(icon-build-helpers): optimize SVG assets and builder interface (#5937) (ffcc6159d)

@carbon/icons-vue@10.11.0

New features πŸš€

  • feat(icon-build-helpers): optimize SVG assets and builder interface (#5937) (ffcc6159d)

@carbon/icons@10.11.0

New features πŸš€

Bug fixes πŸ›

  • fix(icons): remove duplicate asset and add check to helpers (#5844) (b16032d71)

Housekeeping 🏠

  • test(e2e): add PublicAPI tests and use metadata for icon tests (#5846) (914665c06)

@carbon/pictograms-react@10.11.0

New features πŸš€

  • feat(icon-build-helpers): optimize SVG assets and builder interface (#5937) (ffcc6159d)

@carbon/pictograms@10.11.0

New features πŸš€

  • feat(icon-build-helpers): optimize SVG assets and builder interface (#5937) (ffcc6159d)

Housekeeping 🏠

  • test(e2e): add PublicAPI tests and use metadata for icon tests (#5846) (914665c06)

carbon-components-react@7.12.0

New features πŸš€

  • feat(file-uploader): add button for a11y and refactor to hooks (#5964) (28bd804c8)
  • feat(text-input): adds fluid variation of text input (#5830) (7dc601f33)
  • feat(FileUploader): add onDelete hook to standard uploader (#5935) (1fa91c63f)
  • feat(accordion): deprecate iconDescription on AccordionItem (#5950) (d865f824c)
  • feat(tag): add high-contrast type (#5910) (445e6507c)
  • feat(progress-indicator): add spaceEqual prop and functionality to progress step (#5635) (22a411c37)
  • feat(DataTable): option to show overflow menu on hover (#5822) (6795904e0)
  • feat(icons): re-enable SVGO optimizations for icons (#5814) (09348e65d)

Bug fixes πŸ›

  • fix(TableExpandHeader): fix requiredIfGivenPropExists call (#5912) (ff6beb3e4)
  • fix(Slider): fix slider position based on value min and range (#5982) (db99425fc)
  • fix(ComposedModal): add null check before querySelector (#5933) (548deacf1)
  • fix(components): fix for RHL (#5929) (33e738a9d)
  • fix(toggle-small): only emit onChange on keyUp if it exists (#5931) (102a6fe30)
  • fix(react): add forward ref to PasswordInput component (#5909) (6e02f6811)
  • fix(react): add use-resize-observer to dependencies (#5927) (4d7313c08)
  • fix(progress-indicator): prevent onChange events on disabled items (#5921) (543974f4f)
  • fix(react): stop passing selectionMode through as a prop (#5908) (14868eba6)
  • fix(tabs): revert input background changes (#5914) (ccbeadc3e)
  • fix(CodeSnippet): observe resize (#5854) (94ca4e162)
  • fix(FloatingMenu): lazy evaluate trigger button position (#5881) (a4967b2dc)
  • fix(TableToolbarSearch): fix focus management (#5872) (84a1198ef)
  • fix(DataTable): ignore disabled rows on table select all (#5840) (2839ee06e)
  • fix(TimePickerSelect): deprecate hideLabel to match spec (#5826) (693122c09)
  • fix(ListBox): enable drawer animation (#5810) (cb85deb11)
  • fix(SideNav): detect child node for blur (#6043) (d85bdf75a)
  • fix(tag): allow use of onClick when onClose is not present (#6029) (d8a6a37e4)
  • fix(DataTableSkeleton): replace toolbar button skeletons with spans (#6028) (c82b5f843)
  • fix(components): guard for NPE with DOM element refs in cDM/cDU (#5997) (93493b46b)
  • fix(tag): pass props.disabled to close button (#5996) (4c7718d29)

Documentation πŸ“

  • docs(ComposedModal): add a mising prop type (#5942) (556939714)
  • docs(data-table): update docs for filtering and batch actions (#5879) (005f5970b)
  • docs(OverflowMenu): display storybook prop tables (#5878) (42e7ddd42)
  • docs(notification): update timestamp to match docs (#5863) (eb5427ce7)

@carbon/themes@10.12.0

Bug fixes πŸ›

  • fix(components): update get-token-value helper to error out at end of loop (#5838) (981c126ba)