Skip to content

v139.0.0

Compare
Choose a tag to compare
@carbonci carbonci released this 27 Jun 10:03
· 997 commits to master since this release
091e7e3

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)