carbon

Carbon by Sage | ReactJS UI Component Library

APACHE-2.0 License

Downloads
74.8K
Stars
276
Committers
159
carbon - v119.0.1

Published by carbonci over 1 year ago

119.0.1 (2023-06-12)

Bug Fixes

  • popover-container: prevent click outside calling onclose when container is not open (cba4e17), closes #6066
carbon - v119.0.0

Published by carbonci over 1 year ago

119.0.0 (2023-06-12)

⚠ BREAKING CHANGES

  • button-toggle, button-toggle-group: Changes to props in the ButtonToggle component:
  • defaultChecked, guid and onChange have been removed
  • onClick, onBlur and onFocus have new types
    Changes to props in the ButtonToggleGroup component:
  • all validation-related props (validationOnLabel, error, warning and info) have been
    removed
  • onBlur has also been removed (the main purpose of this will have been to perform validation)
  • the onChange prop has a new type. The event argument now has an HTML button as its target,
    with the value and name props of the corresponding ButtonToggle component passed as optional
    second and third arguments
    Other important changes to be aware of:
  • import paths changed: both components are now named exports from components/button-toggle
  • these components can no longer be used in an "uncontrolled" fashion, the state of which button
    (if any) has been selected must be managed by consumers using React
  • the name prop on ButtonToggleGroup is no longer mandatory. Both this and the corresponding
    prop on ButtonToggle now provide nothing except an internal label which can be used in an
    onChange handler. These have been kept for backwards compatibility and will soon be removed
  • the checked prop on ButtonToggle has likewise been kept only temporarily for backwards
    compatibility, and is an alias for the new pressed prop which sets the aria-pressed
    attribute on the underlying HTML button

Features

  • button-toggle, button-toggle-group: update HTML for accessibility (d621521)

Bug Fixes

  • button-toggle: ensure id is consistent between renders (55c40d0)
carbon - v118.6.0

Published by carbonci over 1 year ago

118.6.0 (2023-06-09)

Features

  • breadcrumbs: add padding and margin interfaces to component (9de6f0b), closes #6096

Bug Fixes

  • crumb: ensure all props in interface are passed down and remove href as required prop (dab8805), closes #6105
carbon - v118.5.2

Published by carbonci over 1 year ago

118.5.2 (2023-06-07)

Bug Fixes

  • menu: ensure onSubmenuOpen only fires once when submenu opens (b0fbfd7)
carbon - v118.5.1

Published by carbonci over 1 year ago

118.5.1 (2023-06-06)

Bug Fixes

  • multi-action-button: remove unused props from interface (b4fd915), closes #6059
carbon - v118.5.0

Published by carbonci over 1 year ago

118.5.0 (2023-06-01)

Features

  • icon: new icon font added with 20px size and 2 new icons added to the icon font (fbab091)
carbon - v118.4.1

Published by carbonci over 1 year ago

118.4.1 (2023-05-30)

Bug Fixes

  • action-popover: change html structure so buttons are not nested inside buttons (3a1bb50)
carbon - v118.4.0

Published by carbonci over 1 year ago

118.4.0 (2023-05-23)

Features

  • add feature flag to allow consumers to opt out of rounded corners update (ab11660)
carbon - v118.3.3

Published by carbonci over 1 year ago

118.3.3 (2023-05-17)

Bug Fixes

  • focus-trap: prevent scroll to bottom when tabbing through (472d58e), closes #5986
carbon - v118.3.2

Published by carbonci over 1 year ago

118.3.2 (2023-05-16)

Bug Fixes

  • submenu: ensure that the search cross icon is centred when focused (94bbfa2), closes #FE-5694
carbon - v118.3.1

Published by carbonci over 1 year ago

118.3.1 (2023-05-15)

Bug Fixes

  • select: reset height and width after closing (dfe70bf), closes #5981
carbon - v118.3.0

Published by carbonci over 1 year ago

118.3.0 (2023-05-12)

Features

carbon - v118.2.1

Published by carbonci over 1 year ago

118.2.1 (2023-05-05)

Bug Fixes

  • menu-fullscreen: ensure correct tab order when Search with button rendered as a child (ddabef9), closes #5959
  • menu-item: ensure text colour is correct when item is focused in full screen view (82b543b)
carbon - v118.2.0

Published by carbonci over 1 year ago

118.2.0 (2023-05-05)

Features

  • action-popover: add rounded corner styling to component (11a287d)
  • add border radius styling to text based input components (20888fb)
  • add rounded corner styling to button components (13a1dfb)
  • advanced-color-picker: add rounded corner styling to component (0848dca)
  • anchor-navigation: add rounded corner styling to component (b21debd)
  • badge: add rounded corner styling to component (07170e4)
  • batch-selection: add rounded corner styling to component (58a64d6)
  • box, dismissible-box: add borderRadius prop to support rounded corner styling (75bfce1)
  • button-bar: add rounded corner styling to component (f6155d2)
  • button-toggle: add rounded corner styling to component (6bccc24)
  • card: add support for configuring rounded corners on component (c5af888)
  • carousel: add rounded corner styling to component (dbc4465)
  • checkbox: add radius styling to component (5a0bfa8)
  • dialog, alert, confirm: add rounded corner styling to components (63edf2a)
  • drawer: add rounded corner styling to component (71888e6)
  • duelling-picklist: add rounded corner styling to component (0b6bad6)
  • flat-table: add rounded corner styling to component (0262a68)
  • icon-button: add rounded corner styling to component (5625db2)
  • inline-inputs: add rounded corner styling to component (d57a271)
  • link-preview: add rounded corner styling to component (889a47c)
  • link: add rounded corner styling to component (8a300c6)
  • loader-bar: add rounded corner styling to component (04bbea3)
  • loader: add rounded corner styling to component (9738dd6)
  • menu: add rounded corner styling to submenu component (2578358)
  • message, toast: add rounded corner styling to components (b7b100c)
  • note: add rounded corner styling to component (9fc6d7f)
  • pager: add rounded corner styling to component (0e6f4d8)
  • pill: add rounded corner styling to component (2caf52b)
  • pod, show-edit-pod: add rounded corner styling to components (0fdb957)
  • popover-container: add rounded corner styling to component (fc43813)
  • portrait, profile: add rounded corner styling to components (b653c72)
  • progress-tracker: add rounded corner styling to component (ece764d)
  • radio-button: add rounded corner styling to component (03a5a42)
  • switch: add radius styling to component (402c6fa)
  • tabs: add rounded corner styling to component (a88bdb3)
  • text-editor: add rounded corner styling to component (18f210d)
  • tile-select: add rounded corner styling to component (b07610f)
  • tile: add support for configuring rounded corners on component (a87687f)
  • tooltip: add rounded corner styling to component (5ddd2fa)
  • vertical-menu: add rounded corner styling to component (24b88e4)
carbon - v118.1.1

Published by carbonci over 1 year ago

118.1.1 (2023-05-02)

Bug Fixes

  • tabs: add type="button" to tab title (ad352ae), closes #5740
carbon - v118.1.0

Published by carbonci over 1 year ago

118.1.0 (2023-04-24)

Features

  • minor-button: add position: absolute property to icon when component is icon only (72af0f4), closes #5946
carbon - v118.0.0

Published by carbonci over 1 year ago

118.0.0 (2023-04-20)

⚠ BREAKING CHANGES

  • Please see updated LICENSE file.

Miscellaneous Chores

  • update copyright holder (0ea7d05)
carbon - v117.7.1

Published by carbonci over 1 year ago

117.7.1 (2023-04-20)

Bug Fixes

  • link: ensure button has a type when used (065c206), closes #5676
carbon - v117.7.0

Published by carbonci over 1 year ago

117.7.0 (2023-04-19)

Features

  • add white-space: nowrap CSS property to visually hidden class (b8fd55e)
carbon - v117.6.1

Published by carbonci over 1 year ago

117.6.1 (2023-04-12)

Bug Fixes

  • message: add conditional padding based on the showCloseIcon props truth value (cf8d7b2), closes #5904
Package Rankings
Top 2.98% on Npmjs.org
Badges
Extracted from project README
npm Playwright
Related Projects