Skip to content

v10.5.0

Compare
Choose a tag to compare
@joshblack joshblack released this 14 Aug 16:14
99fd268

v10.5.0 (2019-8-14)

@carbon/bundler@10.4.0

New features πŸš€

@carbon/cli@10.5.0

New features πŸš€

Bug fixes πŸ›

carbon-components@10.5.0

New features πŸš€

Bug fixes πŸ›

  • fix(type): add back default type styles (#3648) (a03f2b47a)
  • fix(dropdown): fix dropdown bugs, refine transitions (#3718) (801109f37)
  • fix(css): clean up css errors (#3695) (764f3939f)
  • fix(date-picker): focus on current date on down key (#3655) (8fa3b46bc)
  • fix(tooltip): reduce tooltip icon selector specificity (#3649) (c43a59fb0)
  • fix(modal): replace width rule with padding (#3607) (1288a0f8f)
  • fix(button): update button colors, focus states (#3598) (5f103306e)
  • fix(themes): add inverse-hover-ui token, update inline-notification to use new token (#3596) (aad5f94d8)
  • fix(select): remove dotted outline on select element (#3593) (94119f96b)
  • fix(modal): ensure inputs on modal have correct background (#3595) (8d7916111)
  • fix(data-table): split selector for header height, etc (#3577) (b7c67b707)
  • fix: dropdown and listbox disabled colors (#3575) (35f9f14ee)
  • fix(password-input): reposition toggle button and recolor icon (#3553) (96978163a)
  • fix(label): remove old styles (#3545) (c6840f0b6)
  • fix(dropdown): use visibility instead of hidden mixin (#3547) (0817ca90d)
  • fix(modal): focus trap within modal (#3456) (a82577664)
  • fix(dropdown): use helper for hidden dropdown items (#3541) (55a96a46e)
  • fix(progress-indicator): remove unneeded flex rule (#3538) (20b666152)
  • fix(components): add support for dart-sass (#3174) (ecb163146)
  • fix(PasswordInput): use updated tooltip for password visibility toggle (#3515) (5c5a7903c)
  • fix(structured-list): remove min-width style rule (#3518) (74a039f91)
  • fix(code-snippet): use inverse-02 for copy-btn-feedback token (#3468) (b14042c45)
  • fix(PasswordInput): prevent visibility toggle on form submit (#3463) (c3a8a916e)
  • fix(notification): fix explanation mark color (#3377) (a2ebded40)
  • fix(radio-button): add styling for hcm edge support (#3442) (485360356)
  • fix(pagination): adjust md breakpoint chevron position (#3385) (413d5b084)
  • fix(tokens): use inverse-link, deprecate link-inverse-color (#3424) (9fad966b6)
  • fix: ghost button normal and field padding (#3364) (07da0e5ea)
  • fix(styles): render the main element consistenly in IE11 (#3414) (6ee06578e)
  • fix(tabs): set tab container height same as tab height (#3410) (d87dd9671)
  • fix(InlineLoading): announce loaded state on success (#3312) (a280f90bd)

Documentation πŸ“

Housekeeping 🏠

  • chore(devenv): upgrade Babel runtime (#3707) (c8ebe2f67)
  • chore(colors): update color tokens for some components (#3585) (c13b31e7b)
  • chore(devenv): apply theme custom properties to flatpicker (#3482) (7780ad11f)
  • chore(devenv): apply theme custom properties to floating menus (#3444) (3087cd641)

@carbon/elements@10.5.0

New features πŸš€

  • feat(themes): add new inverse-link token for all themes (#3330) (57c665fba)

Bug fixes πŸ›

  • fix(type): add back default type styles (#3648) (a03f2b47a)
  • fix(themes): add inverse-hover-ui token, update inline-notification to use new token (#3596) (aad5f94d8)

@carbon/icons-react@10.5.0

Bug fixes πŸ›

@carbon/icons@10.5.0

New features πŸš€

Bug fixes πŸ›

Housekeeping 🏠

  • chore(icons): add ci-check for metadata structure (#3516) (3aa091042)

carbon-components-react@7.5.0

New features πŸš€

  • feat(FileUploadButton): Allow node in place of string. (#3693) (e4d63ace9)
  • feat(icons): consolidate 16 and 32px assets (#3520) (98ca8501e)
  • feat(ListBox.Field): support ARIA attribute translations (#3401) (b48da3aa8)
  • feat(MultiSelect): pass through <ListBox.Selection> translations (#3395) (68328cc69)

Bug fixes πŸ›

  • fix(dropdown): add aria-disabled to dropdown (#3717) (fd6e12c8e)
  • fix(Tooltip): recalculate position upon open by keyboard (#3687) (d239b175e)
  • fix(modal): check that modal is open before closing (#3685) (f115a610b)
  • fix(button): use div for skeleton button (#3681) (487d4fa1a)
  • fix(ProgressIndicator): prevent current from overriding invalid (#3640) (e8f490e98)
  • fix(number-input): mimic text input validation a11y (#3662) (8eae41b24)
  • fix(date-picker): focus on current date on down key (#3655) (8fa3b46bc)
  • fix(Button): replace boolean aria attribute with string (#3659) (e3cd1241f)
  • fix(Tooltip): bring focus/blur handlers back (#3633) (0b92bca71)
  • fix(listbox): allows children prop to be node type, remove unused childrenOf prop-types utility (#3639) (66efe3b1a)
  • fix(ComboBox): switch from onInputValueChange to onStateChange (#3646) (141a85fd7)
  • fix: pass light prop into listbox components (#3610) (c8e514822)
  • fix(Toolbar): make misc Toolbar components forward-ref-able (#3600) (6d537cd55)
  • fix(components): add support for dart-sass (#3174) (ecb163146)
  • fix(PasswordInput): use updated tooltip for password visibility toggle (#3515) (5c5a7903c)
  • fix(Toggle): fix JavaScript error in keyboard handler (#3524) (61d5c29b0)
  • fix(Button): apply correct tooltip alignment class (#3507) (1386c3e9e)
  • fix(Search): set default close button label (#3365) (f871296ba)
  • fix(PasswordInput): prevent visibility toggle on form submit (#3463) (c3a8a916e)
  • fix(Button): remove deprecated prop from default props (#3415) (02f17ba89)
  • fix(pagination): adjust md breakpoint chevron position (#3385) (413d5b084)
  • fix(tabs): use string for aria-hidden attr on icon (#3426) (d812da5cc)
  • fix(listboxfield): use oneOfType for tabIndex propType (#3425) (6ed3bc06f)
  • fix(InlineLoading): announce loaded state on success (#3312) (a280f90bd)
  • fix(react): update listbox selection handler so selected clear on enter (#3407) (febcafa90)

Documentation πŸ“

Housekeeping 🏠

  • chore(react): update carbon-components peerDependency (#3714) (a12717eaa)
  • chore(react): update config for actions in storybook (#3561) (8add81693)
  • refactor(react): move lib folder check to run in jest (#3535) (a6139a647)
  • chore(storybook): use built-in options parameter, remove addon-options (#3465) (69c161498)
  • chore(structured-list): remove stray commas from story (#3470) (802eb885f)
  • chore(tooltip): use small button component in story (#3432) (abdc0c101)
  • refactor(react): update ContentSwitcher and Switch to hooks (#3302) (954ac48c9)

@carbon/themes@10.5.0

New features πŸš€

  • feat(sketch): add support for categories in symbols (#3632) (5c8944a5d)
  • feat(themes): add v9 theme alias for v10 (#3459) (476ed20a1)
  • feat(themes): add new inverse-link token for all themes (#3330) (57c665fba)

Bug fixes πŸ›

  • fix(themes): chagne interactive-02 value to g80 (#3606) (af747af8f)
  • fix(themes): add inverse-hover-ui token, update inline-notification to use new token (#3596) (aad5f94d8)

@carbon/type@10.4.0

Bug fixes πŸ›