carbon

Carbon by Sage | ReactJS UI Component Library

APACHE-2.0 License

Downloads
74.8K
Stars
276
Committers
159

Bot releases are visible (Hide)

carbon - v140.0.0

Published by carbonci 4 months ago

140.0.0 (2024-06-27)

⚠ BREAKING CHANGES

  • dialog: Removed data-component prop
  • dialog: Custom data-element and data-role tags are now placed on the
    main dialog element when provided

Bug Fixes

  • dialog: ensure data tag props are set on the correct internal element (fba4db0)
carbon - v139.0.0

Published by carbonci 4 months ago

139.0.0 (2024-06-27)

⚠ BREAKING CHANGES

  • action-popover: `ActionPopoverContext is now in an internal directory
  • carbon-provider: contexts have been moved to an internal directory
  • vertical-menu: moves VerticalMenuFullScreenContextand MenuItemContext into
    internal directories
  • text-editor: moves EditorContext into an internal directory
  • tab: moves TabContext and TabTitleContext to internal directory
  • sidebar: The context is no longer exposed as part of the public interface of Sidebar
  • select: SelectList, ListActionButton, SelectTextbox and utils
    have been moved to __internal__ directory
  • portal: The context is no longer exposed as part of the public
    interface of Portal
  • numeral-date: The context is no longer exposed as part of the public interface
    of NumeralDate
  • flat-table: The context is no longer exposed as part of the public
    interface of FlatTableHead
  • navigation-bar: The context is no longer exposed as part of the public
    interface of NavigationBar
  • modal: The context is no longer exposed as part of the public interface of Modal
  • menu: The context is no longer exposed as part of the public interface of Menu
  • flat-table: The context is no longer exposed as part of the public interface
    of FlatTable
  • duelling-picklist: The context is no longer exposed as part of the public interface of
    DuellingPicklist
  • drawer: The context is no longer exposed as part of the public interface of Drawer
  • date-range: The context is no longer exposed as part of the public interface of DateRange
  • checkbox-group: The context is no longer exposed as part of the public interface of CheckboxGroup
  • button-toggle-group: The context is no longer exposed as part of the public interface of ButtonBar
  • button-bar: The context is no longer exposed as part of the public interface of ButtonBar
  • spec_helper: Majority of spec_helper functions are now private

Build System

  • spec_helper: move private spec helpers to internal directory and ignore them in build script (f5e351d)

Code Refactoring

  • action-popover: move context to an internal directory (95ddb3b)
  • button-bar: move context into an internal directory (a595244)
  • button-toggle-group: move context into an internal directory (2154dff)
  • carbon-provider: move contexts into an internal directory (725f8fe)
  • checkbox-group: move context into an internal directory (816ddcb)
  • date-range: move context into an internal directory (2e678a6)
  • drawer: move context into an internal directory (96909c6)
  • duelling-picklist: move context into an internal directory (88bf483)
  • flat-table: move context into an internal directory (ab9bfed)
  • flat-table: move context into an internal directory (442d414)
  • menu: move context into an internal directory (6585a93)
  • modal: move context into an internal directory (f442020)
  • navigation-bar: move context into an internal directory (db5e40c)
  • numeral-date: move context into an internal directory (65a1ef4)
  • portal: move context into an internal directory (3e1d3ce)
  • select: move sub-components and utils into internal directory (ededad1)
  • sidebar: move context into an internal directory (579907f)
  • tab: move context into an internal directory (ae0c0d8)
  • text-editor: move context into an internal directory (d5ffbbb)
  • vertical-menu: move context into an internal directory (aaa95ef)
carbon - v138.2.2

Published by carbonci 4 months ago

138.2.2 (2024-06-25)

Bug Fixes

  • profile: accessibility violation when no email is provided (77523e8), closes #6754
carbon - v138.2.1

Published by carbonci 4 months ago

138.2.1 (2024-06-20)

Bug Fixes

  • action-popover: right arrow in menu item with submenu not aligned with text in safari (3884642)
carbon - v138.2.0

Published by carbonci 4 months ago

138.2.0 (2024-06-18)

Features

  • select-list: ensure virtualised Select list container always has at least 1 pixel of height (99bdeaf)
carbon - v138.1.1

Published by carbonci 4 months ago

138.1.1 (2024-06-18)

Bug Fixes

  • menu: ensure scrollbars meet colour contrast guidelines (98244cd)
carbon - v138.1.0

Published by carbonci 4 months ago

138.1.0 (2024-06-14)

Features

  • button-minor: add forward ref to component (8816286)
carbon - v138.0.2

Published by carbonci 4 months ago

138.0.2 (2024-06-13)

Bug Fixes

  • pill: fix button background position on hover for small pill (f690834)
carbon - v138.0.1

Published by carbonci 4 months ago

138.0.1 (2024-06-11)

Bug Fixes

  • component MenuFullScreen and MenuItem not truncating topic (c939148), closes #6666
carbon - v138.0.0

Published by carbonci 4 months ago

138.0.0 (2024-06-11)

⚠ BREAKING CHANGES

  • button-toggle, button-toggle-group: name prop has been removed, onChange prop type as also been updated as a
    result.
  • button-toggle: checked prop has been removed, pressed should be used instead.

Miscellaneous Chores

  • button-toggle, button-toggle-group: remove name prop (1b812fa)
  • button-toggle: remove checked prop (974f337)
carbon - v137.0.0

Published by carbonci 5 months ago

137.0.0 (2024-06-07)

⚠ BREAKING CHANGES

  • en-gb: Changes the named export of the en-gb locale from EnGb to enGB

Features

  • add support for the de-DE locale (ff4fbe4)
  • add support for the en-CA locale (d6c5529)
  • add support for the en-US locale (9802dd1)
  • add support for the es-ES locale (9296a18)
  • add support for the fr-CA locale (d88ba34)
  • add support for the fr-FR locale (32e72eb)

Miscellaneous Chores

  • en-gb: change named export from EnGb to enGB (1191ac5)
carbon - v136.0.4

Published by carbonci 5 months ago

136.0.4 (2024-06-06)

Bug Fixes

  • text-editor: content overflows in small viewports (c985d5d), closes #6707
carbon - v136.0.3

Published by carbonci 5 months ago

136.0.3 (2024-06-05)

Bug Fixes

  • dialog-full-screen: prevent horizontal overflow due to a child Form with a sticky footer (4fea1d5), closes #6719
carbon - v136.0.2

Published by carbonci 5 months ago

136.0.2 (2024-05-30)

Bug Fixes

  • icon-button: allow aria-label prop to be applied and then default to icon type (fdac494)
carbon - v136.0.1

Published by carbonci 5 months ago

136.0.1 (2024-05-29)

Bug Fixes

  • card: ensure that focus outline wraps all card content when height prop is set (5b73495), closes #6741
carbon - v136.0.0

Published by carbonci 5 months ago

136.0.0 (2024-05-24)

⚠ BREAKING CHANGES

  • textarea: removed cols, size and tooltipMessage props from the TextArea
    component as they were no longer doing anything

Features

carbon - v135.1.3

Published by carbonci 5 months ago

135.1.3 (2024-05-24)

Bug Fixes

  • accordion: ensure disableContentPadding works with subtle variant (8a6d5f8), closes #6723
carbon - v135.1.2

Published by carbonci 5 months ago

135.1.2 (2024-05-22)

Bug Fixes

  • scrollable-block: ensure border-styling is applied when appropriate to do so (14b0b21)
carbon - v135.1.1

Published by carbonci 5 months ago

135.1.1 (2024-05-20)

Bug Fixes

  • toast: margin-top on notice variant prevents elements being clicked (1732886), closes #6730
carbon - v135.1.0

Published by carbonci 5 months ago

135.1.0 (2024-05-16)

Features

  • multi-action-button: add position prop (0a152b5), closes #6705
  • split-button: add position prop (716bed3)
Package Rankings
Top 2.98% on Npmjs.org
Badges
Extracted from project README
npm Playwright
Related Projects