Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(project): add react package #2417

Merged
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jan 23, 2019

  1. Configuration menu
    Copy the full SHA
    6816636 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2019

  1. fix(list-box): Prevent focus on open/close icon (carbon-design-syste…

    …m#1772)
    
    * fix(list-box): Prevent focus on open/close icon
    
    * fix(date-picker): Prevent focus on date-picker/input icon
    
    * fix(date-picker): Prevent focus on date-picker/input icon - snap
    Zhao-Yi-Peng authored and asudoh committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    ed05ce9 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2019

  1. Configuration menu
    Copy the full SHA
    45972b4 View commit details
    Browse the repository at this point in the history
  2. feat(OverflowMenu): add experimental OverflowMenu (carbon-design-syst…

    …em#1767)
    
    * docs(OverflowMenu): support `flipped` storybook knob
    
    * chore: bump carbon-components version
    
    * fix(OverflowMenu): pass trigger node and flip prop through FloatingMenu
    
    * docs(FloatingMenu): fix typo
    
    * fix(OverflowMenu): handle click on trigger button div
    emyarod authored and asudoh committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    b571238 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

  1. Configuration menu
    Copy the full SHA
    a594080 View commit details
    Browse the repository at this point in the history
  2. feat(ContentSwitcher): add experimental ContentSwitcher (carbon-desig…

    …n-system#1716)
    
    * docs(ContentSwitcher): use experimental icons
    
    * fix(ContentSwitcher): match vanilla markup
    
    * feat(ContentSwitcher): support `disabled` attribute
    
    * chore: bump carbon-components version
    emyarod authored and asudoh committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    3acc87c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c9b883 View commit details
    Browse the repository at this point in the history
  4. fix(TimePicker): update markup to match experimental component (carbo…

    …n-design-system#1747)
    
    * fix(TimePicker): update markup to match experimental component
    
    * docs(TimePicker): fix typo
    emyarod authored and asudoh committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    910bcdd View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. Configuration menu
    Copy the full SHA
    a527788 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

  1. fix(Tile): reorder component markup for a11y (carbon-design-system#1774)

    * fix(TileGroup): use fieldset element for TileGroup wrapper
    
    * fix(Tile): place label after input control
    
    * test(Tile): account for new React.Fragment wrapper
    emyarod authored and asudoh committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    c48f34c View commit details
    Browse the repository at this point in the history
  2. docs(TextInput): expose defaultValue prop as Storybook knob (carbo…

    …n-design-system#1808)
    
    * chore: update offline package mirrors
    
    * docs(TextInput): expose `defaultValue` prop as Storybook knob
    emyarod committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    959c1d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2019

  1. Configuration menu
    Copy the full SHA
    52cb36f View commit details
    Browse the repository at this point in the history
  2. feat(NumberInput): add experimental NumberInput (carbon-design-system…

    …#1654)
    
    * docs(FormItem): add `hideLabel` prop to storybook example
    
    * feat(NumberInput): align NumberInput markup with vanilla repo
    
    * test(NumberInput): remove form item wrapper check
    
    * Revert "feat(NumberInput): align NumberInput markup with vanilla repo"
    
    This reverts commit 6abb5fcf2a5b2d9a329ce9739fee22628df4e132.
    
    * refactor(NumberInput): set default label value to empty string
    
    * Revert "test(NumberInput): remove form item wrapper check"
    
    This reverts commit c780e6a85231b948db541a119ba2c2a4602f9db9.
    
    * refactor(NumberInput): set default labelText based on feature flag
    
    * fix(NumberInput): match vanilla markup
    
    * fix(NumberInput): match vanilla markup and use caret glyph icons
    
    * refactor(NumberInput): use React fragment syntax
    emyarod authored and asudoh committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    caa6ff9 View commit details
    Browse the repository at this point in the history
  3. fix(ui-shell): improve keyboard accessibility (carbon-design-system#1813

    )
    
    * fix(ui-shell): remove aria menu keyhandlers
    
    * fix(ui-shell): remove unused variables
    
    * fix(ui-shell): return focus to menu button on escape
    
    * fix(ui-shell): remove unused variables
    
    * fix(ui-shell): run prettier and update snap shots
    dakahn committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    38beacd View commit details
    Browse the repository at this point in the history
  4. fix(ui-shell): handle keydown enter on nested menuitems (carbon-desig…

    …n-system#1816)
    
    * fix(ui-shell): remove aria menu keyhandlers
    
    * fix(ui-shell): remove unused variables
    
    * fix(ui-shell): return focus to menu button on escape
    
    * fix(ui-shell): remove unused variables
    
    * fix(ui-shell): run prettier and update snap shots
    
    * fix(ui-shell): handle keydown enter on menuitems
    
    * chore(ui-shell): update snapshots
    
    * fix(ui-shell): refactor some event handler logic with Josh
    
    * chore(ui-shell): update snapshots
    dakahn committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    de801a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f73caa View commit details
    Browse the repository at this point in the history
  6. docs(Storybook): more detailed doc for using our Storybook (carbon-de…

    …sign-system#1809)
    
    * docs(Storybook): more detailed doc for using our Storybook
    
    * Update docs/components.md
    
    Co-Authored-By: asudoh <asudoh@gmail.com>
    
    * Update README.md
    
    Co-Authored-By: asudoh <asudoh@gmail.com>
    
    * docs(Storybook): minor updates
    asudoh committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    9a53dad View commit details
    Browse the repository at this point in the history
  7. fix(tab-content): add prefix to content classname (carbon-design-syst…

    …em#1784)
    
    * fix(tab-content): add prefix to content classname
    
    * fix(tabs): remove unnecessary classname
    diego-codes authored and asudoh committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    65ea387 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2019

  1. Configuration menu
    Copy the full SHA
    a29fb4f View commit details
    Browse the repository at this point in the history
  2. feat(ListBoxMenuIcon): support translatable SVG icon title (carbon-de…

    …sign-system#1802)
    
    * feat(ListBoxMenuIcon): support translatable SVG icon title
    
    * feat(MultiSelect): pass custom SVG titles to ListBoxMenuIcon
    
    * chore: update snapshot
    
    * refactor(MultiSelect): use callback pattern for assigning SVG title
    
    * chore: update snapshot
    
    * fix(MultiSelect): remove default `translateWithid` prop value
    
    * chore: update snapshot
    emyarod authored and asudoh committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    0e2f293 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2019

  1. feat(PaginationV2): add experimental Pagination (carbon-design-system…

    …#1800)
    
    * chore: bump carbon-components version
    
    * feat(PaginationV2): add experimental Pagination
    
    * chore: bump carbon-components version
    
    * fix(Pagination): render page range only when page input is enabled
    
    * refactor(Pagination): remove `isLastPage` prop
    emyarod authored and asudoh committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    4f8a1ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2c6b70 View commit details
    Browse the repository at this point in the history
  3. chore: Update wai-aria on tooltip. resolve carbon-design-system#1494 (c…

    …arbon-design-system#1823)
    
    * chore: Update wai-aria on tooltip. resolve carbon-design-system#1494
    
    * chore: Updates test.
    
    * chore: reverts triggers to div with button roles.
    Martskin authored and asudoh committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    d97f314 View commit details
    Browse the repository at this point in the history
  4. AccordionSkeleton: Properties added (carbon-design-system#1821)

    * refactor(AccordionSkeleton): Converted skeleton from class to functional component
    
    * feat(AccordionSkeleton): Added option to show first item opened or not
    
    * fix(AccordionSkeleton): Number of items differ for first item opened and closed variations
    
    * feat(AccordionSkeleton): Option to set number of items added
    IOIO72 authored and asudoh committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    d61e55b View commit details
    Browse the repository at this point in the history
  5. chore: bump webpack-dev-server in example package.json (carbon-design…

    …-system#1830)
    
    * chore: bump webpack-dev-server in example package.json
    
    * fix: use caret prefix
    emyarod authored and asudoh committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    e069a9c View commit details
    Browse the repository at this point in the history
  6. Update 'InnerClickListener' (carbon-design-system#1825)

    * Update 'InnerClickListener'
    - check if event target exists in DOM
    - if it does not exist, should not trigger onClickOutside
    
    * Run prettier
    
    * Implemented suggestions fix
    
    * Fix failing tests
    
    * reordering boolean test elements
    
    * Trying different approach for IE fix
    
    * Attempt to fix failing test
    
    * Attempt fix 2 - check if target === body
    
    * Testing simpler version
    
    * Test simpler 2
    
    * fix(InnerClickListener): added test case and reverted to previous fix
    
    * fix(InnerClickListener): Removing outdated comment
    Calvin-Cheung authored and asudoh committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    f7c985a View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2019

  1. feat(AccordionItem): add experimental Accordion Item (carbon-design-…

    …system#1835)
    
    * feat(AccordionItem): add experimental Accordion Item
    
    * test(AccordionItem): Fixes tests for new icon components
    
    * chore(AccordionItem): Use aria label prop
    
    * fix(AccordionItem): Remove role null
    
    * chore(AccordionItem): Remove icon prop
    
    * chore(AccorionItem): Adds role null back into legacy icon
    j1mie authored and asudoh committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    68d8aa2 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2019

  1. docs(examples): usage of react-router, resolves carbon-design-system#795

     (carbon-design-system#1797)
    
    * docs(examples): usage of react-router, resolves carbon-design-system#795
    
    * docs(examples): address prettier errors
    
    * docs(examples): remove svg
    
    * docs(examples): address review comments and use prebuilt css
    
    * docs(examples): accidentally updated incorrect file
    alisonemiller authored and asudoh committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    c92be06 View commit details
    Browse the repository at this point in the history
  2. fix(components): avoid being shown as ForwardRef (carbon-design-syste…

    …m#1787)
    
    * fix(components): avoid being shown as ForwardRef
    
    Fixes carbon-design-system#1786.
    
    * chore: use ForwardRef(ComponentName)
    
    * chore(components): avoid Object.assign() for ref forwarding components
    
    * Update src/components/Checkbox/Checkbox.js
    
    Co-Authored-By: asudoh <asudoh@gmail.com>
    
    * chore: bring missing React.forwardRef() call back
    
    * chore: bring missing React.forwardRef() call back
    asudoh committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    01a510c View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2019

  1. feat(ProgressIndicator): add experimental progress indicator (carbon-…

    …design-system#1726)
    
    * feat(ProgressIndicator): update SVG icons and match experimental markup
    
    * feat(ProgressIndicator): support experimental overflow tooltip
    
    * fix(ProgressIndicator): avoid passing style prop to nested tooltips
    
    * fix(ProgressIndicator): allow assignment of tooltip ID for each step
    
    * refactor(ProgressIndicator): use render prop for overflow tooltip
    
    * refactor(ProgressIndicator): set default progress step label
    
    * refactor(ProgressIndicator): remove else-returns
    emyarod authored and asudoh committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    3b6f028 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2019

  1. docs(g11n): notes of globalization (carbon-design-system#1826)

    * docs(g11n): notes of globalization
    
    Refs carbon-design-system#1335.
    
    * Update docs/g11n.md
    
    Co-Authored-By: asudoh <asudoh@gmail.com>
    asudoh authored and jnm2377 committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    672c8dc View commit details
    Browse the repository at this point in the history
  2. fix(Slider): remove redundant updatePosition() call (carbon-design-sy…

    …stem#1840)
    
    `updatePosition()` used to be called in `cDM()` for initial
    prop->state sync. Given we have got new prop->state sync code in
    `v10`, such logic is no longer needed.
    
    Fixes carbon-design-system#1839 for `v10`.
    asudoh authored and jnm2377 committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    2565dee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63fc518 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ffa25e1 View commit details
    Browse the repository at this point in the history
  5. feat(Notification): allow composable notification content (carbon-des…

    …ign-system#1856)
    
    * Revert "refactor(Notification): remove unused props (carbon-design-system#1832)"
    
    This reverts commit c2c6b70.
    
    * fix(Notification): add experimental icons
    
    * docs(Notification): add prop type comments
    
    * docs(Notification): remove unneeded wrapper divs
    
    * feat(Notification): allow composable notification content
    emyarod authored and tw15egan committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    960303e View commit details
    Browse the repository at this point in the history
  6. feat(OverflowMenu): add arrow key navigation (carbon-design-system#1822)

    * refactor(OverflowMenu): use keycode matching util functions
    
    * refactor(OverflowMenuItem): refactor to class component for ref access
    
    * feat(OverflowMenu): add arrow key navigation
    
    * fix(OverflowMenuItem): avoid spreading invalid attributes
    
    * feat(OverflowMenu): focus on first menu item on menu open
    
    * docs(OverflowMenu): avoid redundant prop value
    
    * fix(OverflowMenuItem): disallow tab key navigation
    
    * fix(OverflowMenu): close menu on blur
    
    * docs(OverflowMenu): add additional menu to test keyboard navigation
    
    * fix(OverflowMenu): prevent blur handler is menu is floating
    emyarod authored and tw15egan committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    da13fda View commit details
    Browse the repository at this point in the history
  7. feat(DataTable): support radio button selection (carbon-design-system…

    …#1824)
    
    * refactor(RadioButton): remove deprecated lifecycle methods
    
    * feat(DataTable): support radio button selection
    
    * docs(DataTable): add radio button selection story
    
    * fix(InlineCheckbox): add expected onChange prop
    
    * fix(RadioButton): add expected props and default values
    
    * test(DataTable): add radio button selection tests
    
    * test(DataTable): refactor existing tests to use new helper function
    
    * chore: update snapshots
    
    * refactor(TableSelectRow): dynamically assign tag
    
    * docs: add additional `propTypes`
    emyarod authored and tw15egan committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    f009d3b View commit details
    Browse the repository at this point in the history
  8. fix(ui-shell): add aria label to sidenav with complimentary landmark (c…

    …arbon-design-system#1848)
    
    * fix(a11y): add aria label to complimentary landmark
    
    * fix(jest): update snapshot tests
    
    * fix(ui-shell): remove wrapper aside element
    
    * fix(ui-shell): update snapshots
    dakahn authored and tw15egan committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    f9d54de View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2019

  1. Configuration menu
    Copy the full SHA
    9384af8 View commit details
    Browse the repository at this point in the history
  2. fix(NumberInput): add aria attributes for a11y (carbon-design-system#…

    …1841)
    
    * fix(NumberInput): add aria attributes for a11y
    
    * feat(NumberInput): support translations on arrow control labels
    emyarod authored and tw15egan committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    c0c09fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ee5d05 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2019

  1. Configuration menu
    Copy the full SHA
    23b4c17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fa122b View commit details
    Browse the repository at this point in the history
  3. feat(DataTableSkeleton): add optional headers property (carbon-design…

    …-system#1862)
    
    * feat(DataTableSkeleton): add optional headers property
    
    * feat(DataTableSkeleton): specify prop-type
    lekterable authored and jnm2377 committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    0218e7f View commit details
    Browse the repository at this point in the history
  4. Update issue templates

    Adds an accessibility specific issue template to help expedite issue triage and help me stay on top of existing issues.
    dakahn committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    0b93d96 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2019

  1. Configuration menu
    Copy the full SHA
    17a12b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce65339 View commit details
    Browse the repository at this point in the history
  3. fix(TableExpandRow): pass headers value to fix a11y violation (carbon…

    …-design-system#1792)
    
    * fix(TableExpandRow): pass headers value to fix a11y violation
    
    * fix: run prettier on changed files
    
    * docs: add relevant URL into proptypes comments
    bakerTX authored and jnm2377 committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    41c8638 View commit details
    Browse the repository at this point in the history
  4. chore(Tooltip): deprecate non-click-to-open in regular tooltip (carbo…

    …n-design-system#1873)
    
    * chore(Tooltip): deprecate non-click-to-open in regular tooltip
    
    Fixes carbon-design-system#1864.
    
    * Update src/components/Tooltip/Tooltip.js
    
    Co-Authored-By: asudoh <asudoh@gmail.com>
    asudoh committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    bf06898 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a7bc9e View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2019

  1. Configuration menu
    Copy the full SHA
    44e9ebd View commit details
    Browse the repository at this point in the history
  2. feat: support experimental icon strategy (carbon-design-system#1838)

    * refactor: support experimental icon strategy
    
    * fix(Notification): remove unneeded boolean check
    
    * chore: avoid default icon import entry point
    emyarod authored and tw15egan committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    1553817 View commit details
    Browse the repository at this point in the history
  3. fix(Tooltip): ensure debounce function is cleaned-up (carbon-design-s…

    …ystem#1882)
    
    Fixes carbon-design-system#1871.
    
    Note that the feature this fix is applied to has been deprecated.
    asudoh authored and tw15egan committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    1c00f04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    123fcf6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    042f399 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2ffcb32 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8eb52b0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    39ad66f View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. Tooltip with custom icon (carbon-design-system#1814)

    * feat(Tooltip): custom icon support
    
    * feat(Tooltip): custom icon support
    
    * feat(Tooltip): custom icon support with the renderIcon approach
    
    * feat(Tooltip): custom icon support with forward ref
    
    * feat(Tooltip): custom icon support with forward ref, update @carbon/icons-react
    
    * feat(Tooltip): custom icon support with forward ref, fix typo in tests
    
    * feat(Tooltip): custom icon support, update @carbon/icons-react
    
    * Update src/components/Tooltip/Tooltip.js
    
    Co-Authored-By: devniel <dnielfs@gmail.com>
    
    * feat(Tooltip): custom icon support, add react-is to validated forwardRef components
    
    * feat(Tooltip): custom icon support, add react-is to validated forwardRef components
    
    * feat(Tooltip): custom icon support, add react-is to validate forwardRef components
    devniel authored and asudoh committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    3665d19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16264f4 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2019

  1. Configuration menu
    Copy the full SHA
    9e4a0c2 View commit details
    Browse the repository at this point in the history
  2. fix(ToggleSmall): replace class prop with className (carbon-desig…

    …n-system#1902)
    
    * fix(ToggleSmall): replace `class` prop with `className`
    
    * docs(ToggleSmall): remove unused props
    emyarod authored and joshblack committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    9905920 View commit details
    Browse the repository at this point in the history
  3. feat(Button): allows button to render arbitrary component as its root (

    …carbon-design-system#1891)
    
    * feat(Button): allows button to render arbitrary component as its root
    
    leverages a render prop to allow consumers to render whatever they want in place of button or anchor
    
    closes carbon-design-system#1890
    
    * refactor(Button): consolidates code to choose button node type
    
    * fix(Button): fixes props to button and anchor components
    
    * refactor(Button): renames render prop to as
    ZacharyStair authored and asudoh committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    7323f86 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2019

  1. chore(components): remove deprecated components (carbon-design-system…

    …#1606)
    
    * chore(components): remove deprecated components
    
    Refs carbon-design-system#1501.
    
    * chore(test): move describeBreakingChangesXFeatures() to setup
    
    * chore: some cleanup
    
    * chore: resolve merge conflict
    asudoh committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    64f81a5 View commit details
    Browse the repository at this point in the history
  2. fix(OverflowMenu): check menu body and click handler event origin (ca…

    …rbon-design-system#1903)
    
    * fix(OverflowMenu): check menu body and click handler event origin
    
    * docs(Toolbar): add input props to radio button
    emyarod authored and asudoh committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    36b2849 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42c4c07 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2019

  1. docs(Button): add example with custom link component as root (carbon-…

    …design-system#1910)
    
    * docs(Button): remove hard-coded type prop
    
    * docs(Button): add example with custom link component as root
    emyarod authored and asudoh committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    5e7f16c View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

  1. Configuration menu
    Copy the full SHA
    17e3041 View commit details
    Browse the repository at this point in the history
  2. feat(MultiSelect): add open prop (carbon-design-system#1793)

    * feat(MultiSelect): add isOpen prop
    
    * feat(MultiSelect): add state handling for open prop
    
    * fix(MultiSelect): test update
    Nathan authored and asudoh committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    f2b4be2 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2019

  1. Configuration menu
    Copy the full SHA
    c7a37b8 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

  1. fix(Toggle): hide on/off test for screen readers (carbon-design-syste…

    …m#1865)
    
    * fix(Toggle): hide on/off test for screen readers
    
    Refs carbon-design-system#1794.
    
    * fix(Toggle): replace fieldset/legend with div
    
    * chore(Toggle): turn to class and use setupGetInstanceId
    asudoh committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    50a0177 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c95e111 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2019

  1. Configuration menu
    Copy the full SHA
    490490b View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. Configuration menu
    Copy the full SHA
    6777257 View commit details
    Browse the repository at this point in the history
  2. fix(DatePicker): fix tabbing through in range mode (carbon-design-sys…

    …tem#1957)
    
    * fix(DatePicker): fix tabbing through in range mode
    
    Refs carbon-design-system#1899.
    
    * chore(build): update size threshold
    asudoh committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    fc8ffdf View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. feat(components): support custom icon renderer (carbon-design-system#…

    …1908)
    
    * feat(components): support custom icon renderer
    
    Fixes carbon-design-system#1750, carbon-design-system#1749.
    
    * chore(Button): change code style of the story
    asudoh committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    eee997c View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. fix: get rid of console error from using ref on SFC (carbon-design-sy…

    …stem#1969)
    
    * fix: get rid of console error from using ref on SFC
    
    * fix(ui-shell): add displayName for ui-shell link
    davidicus authored and asudoh committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    960fee4 View commit details
    Browse the repository at this point in the history
  2. feat(components): support forwardRef for button and stateful (carbon-…

    …design-system#1859)
    
    * feat(components): support forwardRef for button and stateful
    
    Refs carbon-design-system#1191, carbon-design-system#1777.
    
    * chore(components): s/forwardRef/innerRef/g
    asudoh committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    706b3c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64a9d1d View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. Configuration menu
    Copy the full SHA
    6f0d451 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3b3fbe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ced4802 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1d0db5 View commit details
    Browse the repository at this point in the history
  5. fix(number-input): use required prop iconDescription in CarbonX ico…

    …ns (carbon-design-system#1975)
    
    * fix(number-input): use required prop `iconDescription` in CarbonX icons
    
    * fix(number-input): use deconstruction
    
    * fix(number-input): apply aria-label to up-icon per PR feedback
    
    Co-Authored-By: jendowns <hello@jendowns.com>
    
    * fix(number-input): apply aria-label to down-icon per PR feedback
    
    Co-Authored-By: jendowns <hello@jendowns.com>
    
    * chore: prettier change
    jendowns authored and emyarod committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    ed0ab82 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    525dca4 View commit details
    Browse the repository at this point in the history
  7. Deprecate non floating overflow menu (carbon-design-system#1961)

    * chore(OverflowMenu): deprecate non-floating option
    
    Fixes carbon-design-system#1921.
    
    * docs(OverflowMenu): add migration guide
    asudoh authored and jnm2377 committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    b3462ea View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2019

  1. feat(multi-select): address accessibility tabbing issue (carbon-desig…

    …n-system#1731)
    
    * Added keydown to open, fixed a11y tabbing issue
    
    * Linting
    
    * Addressed reviews
    
    * fixup
    
    * linting
    
    * added test coverage for list-box
    
    * ran prettier
    yacineMTB authored and joshblack committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    f288b7c View commit details
    Browse the repository at this point in the history
  2. feat(RadioButton): support labelPosition prop (carbon-design-system#1930

    )
    
    * feat(RadioButton): support labelPosition prop
    
    Fixes carbon-design-system#1913.
    
    * chore(RadioButton): code format change
    
    * chore(RadioButton): deprecate/remove top/bottom option
    asudoh authored and joshblack committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    1bca992 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9b17c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fbedcae View commit details
    Browse the repository at this point in the history
  5. feat(Notification): remove for v10 (carbon-design-system#1978)

    Superseded by `<InlineNotification>` and `<ToastNotification>`.
    
    Fixes carbon-design-system#1958.
    asudoh authored and joshblack committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    b7e8075 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c4bd3bb View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2019

  1. docs(components): introduce migration guides for renderIcon and ref p…

    …rops (carbon-design-system#1976)
    
    * docs(components): introduce migration guides for renderIcon and ref props
    
    Refs carbon-design-system#1759.
    
    * test(DataTable): test tweaks
    
    * docs(RadioButton): formatting fix
    asudoh committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    574170a View commit details
    Browse the repository at this point in the history
  2. [Feat] Add ability to render item other than string for HeaderMenu (c…

    …arbon-design-system#1980)
    
    * feat: add ability for component to render any content instead of a string
    
    * chore: update snapshot for change in HeaderMenu
    
    * test: adding test for HeaderMenu
    
    * test: add test for content prop
    
    * feat: remove dropdown chevron when content is rendered
    
    * refactor: changed to function component based on code review
    
    * refactor: name change from code review
    davidicus authored and asudoh committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    6d15a24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e639e60 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. docs(migrate): add migration docs and update README (carbon-design-sy…

    …stem#1993)
    
    * docs(migrate): add migration docs and update README
    
    * Update docs/migration/README.md
    
    Co-Authored-By: joshblack <josh@josh.black>
    
    * Update docs/migration/migrate-to-10.x.md
    
    Co-Authored-By: joshblack <josh@josh.black>
    
    * Update docs/migration/migrate-to-10.x.md
    
    Co-Authored-By: joshblack <josh@josh.black>
    
    * Update docs/migration/migrate-to-10.x.md
    
    Co-Authored-By: joshblack <josh@josh.black>
    
    * Update docs/migration/migrate-to-10.x.md
    
    Co-Authored-By: joshblack <josh@josh.black>
    
    * Update docs/migration/migrate-to-10.x.md
    
    Co-Authored-By: joshblack <josh@josh.black>
    
    * Update docs/migration/migrate-to-10.x.md
    
    Co-Authored-By: joshblack <josh@josh.black>
    
    * Update docs/migration/migrate-to-10.x.md
    
    Co-Authored-By: joshblack <josh@josh.black>
    joshblack committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    e2ab9b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4dd4cc View commit details
    Browse the repository at this point in the history
  3. fix: Add titles to buttons that encapsulate icons (carbon-design-syst…

    …em#1982)
    
    * fix: Add titles to buttons that encapsulate icons
    
    * fix: update snapshots
    
    * feat: add missing title tags to icon buttons
    
    * fix: update snapshots
    vpicone authored and asudoh committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    eec1356 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2019

  1. Configuration menu
    Copy the full SHA
    75e9335 View commit details
    Browse the repository at this point in the history
  2. chore(components): simplify react node tree structure (carbon-design-…

    …system#1997)
    
    Such optimization is done for stateless components with
    `React.forwardRef()`, optimizing the React node tree from:
    
    ```
    <ForwardRef(TextInput) ...>
      <TextInput ...>...</TextInput>
    </ForwardRef(TextInput)>
    ```
    
    To:
    
    ```
    <ForwardRef(TextInput) ...>...</ForwardRef(TextInput)>
    ```
    
    Refs carbon-design-system#1768.
    asudoh authored and jnm2377 committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    0bd38c6 View commit details
    Browse the repository at this point in the history
  3. fix(DatePicker): match experimental spec (carbon-design-system#1966)

    * fix(DatePicker): use new SVG icon markup
    
    * fix(DatePicker): use correct flatpickr config option
    
    * fix(DatePickerInput): match experimental markup
    
    * chore: update carbon-components
    emyarod authored and asudoh committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    967e8a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2019

  1. Configuration menu
    Copy the full SHA
    9178e17 View commit details
    Browse the repository at this point in the history
  2. feat(NumberInput): add experimental mobile variant (carbon-design-sys…

    …tem#1983)
    
    * feat(NumberInput): add experimental mobile variant
    
    * chore: bump carbon-components version
    
    * chore: bump dependencies
    
    * fix(NumberInput): reorder default legacy props for icon description
    
    * style(NumberInput): rename prop
    
    * chore: bump carbon-components version
    
    * style(NumberInput): rename prop type
    
    * chore: bump carbon-components version
    emyarod authored and alisonjoseph committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    0713fd4 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2019

  1. chore(components): update required polyfills (carbon-design-system#1938)

    * chore(components): update required polyfills
    
    Fixes carbon-design-system#1934.
    Fixes carbon-design-system#1517.
    
    * docs(migration): add polyfills to root migration doc
    asudoh committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    912fbe3 View commit details
    Browse the repository at this point in the history
  2. fix(TextInput): match text input to experimental spec (carbon-design-…

    …system#1990)
    
    * chore: bump dependencies
    
    * fix(TextInput): add disabled classes
    
    * chore: bump carbon-components version
    
    * fix(TextInput): add invalid class for input field
    emyarod authored and asudoh committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    ad5ce7f View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2019

  1. chore(search): search audit (carbon-design-system#2005)

    * chore(package): update carbon-components
    
    * chore(search): remove lg search and add xl
    
    * chore(search): update icon
    
    * chore(search): add aria label
    
    * chore(search): update tests
    
    * chore(search): remove default value to none
    
    * chore(search): guard against breaking changes
    aledavila committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    5ede675 View commit details
    Browse the repository at this point in the history
  2. fix(OverflowMenu): match experimental spec (carbon-design-system#2007)

    * chore: bump carbon-components version
    
    * fix(OverflowMenu): properly align menu item icons
    
    * chore: bump carbon-components version
    
    * docs(OverflowMenu): refactor example menus
    
    * chore: bump carbon-components version
    emyarod authored and asudoh committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    a8e80d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2019

  1. feat(ProgressIndicator): add optional interactivity (carbon-design-sy…

    …stem#1945)
    
    * fix(DatePicker): protect flatpickr in shallow render tests
    
    * fix(DatePicker): add comment to describe the Null check
    
    * fix(DatePicker): protect callbacks against this.cal NPE
    
    * test(DatePicker): add testcase to cover shallow behavior
    
    * feat(progressindicator): add interactivity if onChange prop is passed
    
    * fix(progressindicator): few small style fixes to the focus outline
    
    * fix(progress): support experimental mode
    
    * fix(progress): typoed the key to check, fix proptypes errors
    
    * fix(progress): current step should not be interactive
    
    * fix(progress): added reference to the new styles and additional tests
    
    * chore(package): update peer dep to latest carbon
    
    * fix(progressindicator): remove unnecessary index check
    scottdickerson authored and asudoh committed Mar 17, 2019
    Configuration menu
    Copy the full SHA
    b5023ee View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

  1. ContentSwitcher react, audit fixes (carbon-design-system#2038)

    * chore(content-switcher): remove icon support
    
    * chore(content-switcher): set icon and a/href for v9 only
    
    * chore(content-switcher): update to new carbon-components
    lovemecomputer committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    b9b6391 View commit details
    Browse the repository at this point in the history
  2. feat(Link): add disabled prop (carbon-design-system#2024)

    * feat(Link): add disabled prop
    
    * docs(Link): add disabled knob
    emyarod authored and asudoh committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    0896c68 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2019

  1. chore(components): support SVG title attribute for icon description (c…

    …arbon-design-system#1977)
    
    * chore(components): support SVG title attribute for icon description
    
    Refs carbon-design-system#1750.
    
    * test(components): adjust tests with the new DOM structure
    
    * chore(components): moving away from alt for icons
    
    * chore(Tooltip): use correct prop for title
    
    * chore(components): revert ones with surrounding button
    
    * test(components): test fixes
    asudoh committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    218329f View commit details
    Browse the repository at this point in the history
  2. fix(Notification): match experimental spec (carbon-design-system#2020)

    * chore: upgrade @carbon/icons-react
    
    * fix(Notification): render toast icons
    
    * feat(Notification): support iconDescription
    
    * Revert "chore: upgrade @carbon/icons-react"
    
    This reverts commit 78fa3f8d4867056e7a1e750e22c9e403025d76d4.
    
    * chore: bump @carbon/icons-react version
    
    * chore: update snapshots
    
    * refactor(Notification): account for modified React node tree
    
    * fix(Notification): expect proper SVG asset
    
    * chore: bump carbon-elements version
    
    * chore: bump carbon-components version
    emyarod authored and shixiedesign committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    779e278 View commit details
    Browse the repository at this point in the history
  3. chore(Button): remove danger--primary from v10 demo (carbon-design-sy…

    …stem#2044)
    
    * chore(Button): remove danger--primary from v10 demo
    
    Refs carbon-design-system#2027.
    
    * docs(Button): update migration guide
    asudoh authored and tw15egan committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    4fe503a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8ffc3f View commit details
    Browse the repository at this point in the history
  5. docs(components): add process to migration document (#2049)

    - fix component typo
    - add additional Icon migration instruction
    mattrosno authored and jnm2377 committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    a0ba0df View commit details
    Browse the repository at this point in the history
  6. fix(Select): match experimental spec (carbon-design-system#2030)

    * fix(Select): match experimental spec
    
    * fix(Select): add legacy helper text
    
    * chore: bump carbon-components version
    
    * chore: bump carbon-components version
    
    * fix(Select): backport support for v9 inline helper
    emyarod authored and laurenmrice committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    9084f78 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. Configuration menu
    Copy the full SHA
    5360b4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ee3d53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a0ce72 View commit details
    Browse the repository at this point in the history
  4. Audit: Pagination fixes (react) (carbon-design-system#2057)

    * chore(pagination): screen reader UX fixes
    
    * chore(pagination): hide label
    lovemecomputer authored and laurenmrice committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    14121f0 View commit details
    Browse the repository at this point in the history
  5. test(components): support v10 code (carbon-design-system#2031)

    * test(components): support v10 code
    
    Fixes carbon-design-system#2032.
    
    * chore(test): mac support
    
    * chore(test): use setup file instead of sed
    
    * test(components): update tests upon latest commits
    
    * chore: Yarn updates
    
    * fix(Select): add aria-label back on chevron
    asudoh authored and tw15egan committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    4b7143c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2c33ca3 View commit details
    Browse the repository at this point in the history
  7. fix(TextArea): match experimental spec (carbon-design-system#2036)

    * fix(TextArea): add disabled class to label
    
    * fix(Textarea): match experimental spec
    
    * fix(TextArea): add disabled class to input
    
    * chore: bump carbon-components version
    
    * chore: bump carbon-components version
    
    * chore: bump carbon-components version
    emyarod authored and laurenmrice committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    9b6659d View commit details
    Browse the repository at this point in the history
  8. feat(breadcrumb): add support for current page (carbon-design-system#…

    …2054)
    
    * feat(breadcrumb): add support for current page
    
    * chore(breadcrumb): add new prop types behind feature flag
    
    * chore(breadcrumb): update imports in storybook
    
    * Update Breadcrumb-story.js
    joshblack authored and tw15egan committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    9e59584 View commit details
    Browse the repository at this point in the history
  9. fix(Button): add disabled state for other nodes (carbon-design-system…

    …#2067)
    
    * fix(Button): add disabled state for other nodes
    
    * chore: bump carbon-components version
    
    * docs(Button): incorporate button set wrapper
    emyarod authored and laurenmrice committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    7e0005d View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. chore(code-snippet): add margin to seperate skeletons (carbon-design-…

    …system#2075)
    
    * chore(code-snippet): add margin to seperate skeletons
    
    * chore(code-snippet): remove px
    
    * chore(code-snippet): fix label
    aledavila authored and jnm2377 committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    07828ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd92bfb View commit details
    Browse the repository at this point in the history
  3. fix: deprecate the appendTo prop in date picker (carbon-design-system…

    …#2062)
    
    * fix: deprecate the appendTo prop in date picker
    
    * fix: Add deprecation warning
    
    * fix: typos in warning
    vpicone authored and jnm2377 committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    b61211d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6cfbca View commit details
    Browse the repository at this point in the history
  5. Pagination screen reader tweak (carbon-design-system#2069)

    * chore(pagination): screen reader UX fixes
    
    * chore(pagination): hide label
    
    * chore(pagination): screen reader label tweak
    
    * chore(pagination): re-implement stuff. set story and default props better
    lovemecomputer committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    68a9d40 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

  1. fix(progressIndicatorSkeleton): Update html to fix styling (carbon-de…

    …sign-system#2084)
    
    * fix: update skeleton svg for progress indicator
    
    * chore: update html
    alisonjoseph authored and shixiedesign committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    8c13a34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a24a99a View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. docs(storybook): add rtl addon (carbon-design-system#2092)

    * docs: add rtl addon
    
    * fix: add offline files
    
    * fix: add more offline files
    vpicone authored and joshblack committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    12ab708 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

  1. feat(DataTable): Add sorting params to header onClick callback (carbo…

    …n-design-system#2083)
    
    * feat(DataTable): Add sorting params to header onClick callback
    
    * chore(build): update size threshold
    
    * fix(progressIndicatorSkeleton): Update html to fix styling (carbon-design-system#2084)
    
    * fix: update skeleton svg for progress indicator
    
    * chore: update html
    
    * refactor(Slider): replace Carbon TextInput (carbon-design-system#2085)
    
    * feat(DataTable): Add sorting params to header onClick callback
    moczolaszlo authored and asudoh committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    e76d696 View commit details
    Browse the repository at this point in the history
  2. fix(SkeletonText): support SSR (carbon-design-system#2095)

    * fix(SkeletonText): support SSR
    
    Fixes carbon-design-system#2013.
    
    * chore: update bundle size threshold
    asudoh committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    8a31df2 View commit details
    Browse the repository at this point in the history
  3. Update issue templates

    Removing myself from being auto assigned. Carbonated auto-ping-bot incoming!
    dakahn committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    258d05b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    912a4d4 View commit details
    Browse the repository at this point in the history
  5. docs(7.x): update docs to reference v7 instead of v10 (carbon-design-…

    …system#2100)
    
    * docs(7.x): update docs to reference v7 instead of v10
    
    * Update migrate-to-7.x.md
    
    * chore(DataTable): update exports test
    joshblack committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    bd50e18 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2019

  1. docs(migration): misc updates (carbon-design-system#2105)

    * docs(migration): misc updates
    
    Refs carbon-design-system#2100.
    
    * docs(components): migration guides to more components
    asudoh authored and alisonjoseph committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    b2fa89f View commit details
    Browse the repository at this point in the history
  2. feat(Icon): deprecate name prop (carbon-design-system#2104)

    Refs carbon-design-system#2100.
    
    Aligns the actual behavior to that doc update.
    asudoh authored and joshblack committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    4a677b4 View commit details
    Browse the repository at this point in the history
  3. fix(DropdownV2): match experimental spec (carbon-design-system#2093)

    * docs(DropdownV2): add invalid knob
    
    * chore: bump carbon-components version
    
    * fix(ListBox): add v10 listbox classes
    
    * fix(DropdownV2): add disabled form and v10 classes
    
    * refactor(ListBox): deprecate `type` prop
    
    * feat(DropdownV2): integrate v10 listbox
    
    * test: update snapshots and inline variant test
    
    * Revert "refactor(ListBox): deprecate `type` prop"
    
    This reverts commit 642c01ac3cef2970e0d1fc8c9b88e343db9db0a3.
    
    * Revert "test: update snapshots and inline variant test"
    
    This reverts commit d98db03c3a11cd3b746e97e3ccc44a846d2f676d.
    
    * docs(ListBox): add propType
    
    * fix(Dropdown): use listbox light and invalid style
    
    * docs(DropdownV2): change options list placeholder
    
    * fix(Dropdown): remove breaking changes flag
    
    * test: update snapshots
    
    * chore: bump carbon-components version
    
    * chore: bump carbon-components version
    
    * chore: bump carbon-components version
    
    * chore: bump carbon-components version
    
    * fix(ListBoxMenuItem): add conditional for v10
    
    * fix(DropdownV2): add disabled class
    
    * fix(DropdownV2): add light class
    
    * chore: update snapshots
    
    * refactor(ListBoxMenuItem): remove unneeded attrs
    
    * chore: bump carbon-components version
    
    * refactor(DropdownV2): remove wrapper from v9
    
    * chore: update snapshot
    emyarod committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    a7c293c View commit details
    Browse the repository at this point in the history
  4. feat(modal): make modal a focus trap (carbon-design-system#2096)

    * fix(modal): add focus-trap-react package
    
    * fix(modal): make modal a focus trap
    
    * chore(modal): update snapshots
    
    * fix(modal): move focus trap to outer-inner modal
    
    * fix(modal): remove focusButton, onBlur, onTransitionEnd
    
    * fix(modal): add asudoh suggested changes
    
    * fix(modal): reverting changes
    
    * chore(modal): update snapshot
    
    * fix(modal): get tests passing
    
    * fix(modal): add check for open modal
    
    * chore(modal): update snapshot
    dakahn authored and joshblack committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    b9f5d9e View commit details
    Browse the repository at this point in the history
  5. chore(pagination): use en dash instead of hyphen (carbon-design-syste…

    …m#2115)
    
    * chore(pagination): use en dash instead of hyphen
    
    * chore(pagination): update test with en dashes in expected content
    
    * chore(pagination): more en dash
    
    * chore(pagination): more en dash
    lovemecomputer committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    1bb28c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2019

  1. docs(Search): make input value editable (carbon-design-system#2121)

    * docs(Search): expose defaultValue instead of value
    
    * chore(Search): update prop types
    emyarod committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    9124111 View commit details
    Browse the repository at this point in the history
  2. feat(project): release v10 (carbon-design-system#2089)

    * feat(project): update dependencies and feature flags
    
    * chore(project): sync offline mirror
    
    * chore(project): update dependencies
    
    * chore(examples): prevent duplicate module name
    
    * chore(project): update snapshots
    
    * test: add exports test
    
    * feat(table): remove old table exports
    
    BREAKING CHANGE: TableData and TableRowExpanded have been removed.
    
    * feat(tooltip-simple): remove TooltipSimple
    
    BREAKING CHANGE: The TooltipSimple component has been removed.
    
    * feat(DropdownV2): move DropdownV2 to Dropdown
    
    BREAKING CHANGE: DropdownItem removed, DropdownV2 is now Dropdown
    
    * fix(Dropdown): remove reference to DropdownItem
    
    * chore(format): run prettier
    
    * Revert "fix(Dropdown): remove reference to DropdownItem"
    
    This reverts commit 920a1607ea7e38bfaa53dc993acaf5b9ef0ef829.
    
    * Revert "feat(DropdownV2): move DropdownV2 to Dropdown"
    
    This reverts commit 4cdbadc05ab1c71955238a1793e04f3653b89aba.
    
    * feat(dropdown): rename DropdownV2 to Dropdown
    
    BREAKING CHANGE: Dropdown now points to DropdownV2
    
    * feat(components): remove Footer component
    
    BREAKING CHANGE: the Footer component has been removed
    
    * feat(pagination): rename PaginationV2 to Pagination
    
    BREAKING CHANGE: Pagination now points to PaginationV2
    
    * chore(storybook): remove experimental preview
    
    * feat(icon): remove name prop
    
    BREAKING CHANGE: the name prop for Icon has been removed
    
    * chore(package): v10.0.0-rc.0
    
    * chore(package): update carbon-components to 10.0.0-rc.0
    
    * chore(project): fix license in package.json
    
    * Revert "feat(icon): remove name prop"
    
    This reverts commit 752c6fc099270436fb999b669ae854b3dda07b99.
    
    * chore(storybook): invert feature flags
    
    * chore(storybook): fix icon story errors and knob options (#2)
    
    * chore(ModalWrapper): update snapshot
    
    * chore(ci): remove semantic-release
    joshblack committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    f5893ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f338755 View commit details
    Browse the repository at this point in the history
  4. chore(ci): temporarily disable storybook publish step (carbon-design-…

    …system#2122)
    
    * chore(ci): temporarily disable storybook publish step
    
    * chore(project): sync offline mirror
    joshblack committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    3e40d64 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd286cd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    261caba View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2019

  1. fix: apply correct aria label prop for radio (carbon-design-system#2079)

    * chore: apply correct aria label prop for radio
    
    * feat: add hideLabel to RadioButton
    nelsonchen90 authored and emyarod committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    1fb7214 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2019

  1. Configuration menu
    Copy the full SHA
    bbbcff8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d512381 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. Configuration menu
    Copy the full SHA
    4cb0509 View commit details
    Browse the repository at this point in the history
  2. fix: add disabled label styles (carbon-design-system#2159)

    * fix(DatePickerInput): add disabled label styles
    
    * fix(TimePicker): add disabled label styles
    emyarod authored and asudoh committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    fe9fd41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1212dfd View commit details
    Browse the repository at this point in the history
  4. fix(Modal): fix NPE at onTransitionEnd (carbon-design-system#2141)

    Caused by `onTransitionEnd` on a child element in modal, presumably
    when modal node ref hasn't been ready yet.
    
    Fixes carbon-design-system#2140.
    asudoh committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    09c248a View commit details
    Browse the repository at this point in the history
  5. Update migrate-to-7.x.md (carbon-design-system#2132)

    * Update migrate-to-7.x.md
    
    * fix: prettier
    vpicone authored and asudoh committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    efd0f4a View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2019

  1. FEAT(SideNav): Side nav focus state (carbon-design-system#2150)

    * feat(sidenav): add ability to change default expanded state
    
    * feat(sidenav): add focus class to sidenav when a child holds focus
    
    * refactor(sidenav): conditionally use expand class instead of adding new focus one
    
    * refactor(sidenav): added gDSFP as suggested from code review
    
    * refactor(sidenav): removed changes from PR carbon-design-system#2146
    
    * refactor(sidenav): add state check in handleBlur
    davidicus authored and asudoh committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    7cc26a3 View commit details
    Browse the repository at this point in the history
  2. chore(build): upgrade Yarn (carbon-design-system#2154)

    And a change to ensure a specific version of Yarn runs.
    asudoh committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    a9248eb View commit details
    Browse the repository at this point in the history
  3. chore(lint): introduce commitlint (carbon-design-system#2155)

    Also introduces 50/72 rule.
    asudoh committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    d6dd0c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac870a6 View commit details
    Browse the repository at this point in the history
  5. fix(DataTable): update data-table styles and add description prop (ca…

    …rbon-design-system#2127)
    
    * feat: update data-table styles and add description prop
    
    * fix: update snapshots
    
    * chore: remove old icons
    
    * chore: update snapshots
    
    * feat: Add expansion and sorting functionality
    
    * test: update snapshots and tests
    
    * docs: update default table to be sortable
    
    * feat: add class to parent/sibling on hover
    
    * test: update snapshots
    
    * fix: update sort prop to match header
    
    * fix: use previousElementSibling and combine event handlers
    
    * fix: don't use toggle
    vpicone committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    4196a39 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2019

  1. FEAT(SideNav): add ability to change default expanded state (carbon-d…

    …esign-system#2146)
    
    * feat(sidenav): add ability to change default expanded state
    
    * refactor(sidenav): add gDSFP to sidenav component
    
    * chore(sidenav): updated snapshots
    
    * refactor(sidenav): rename prop
    
    * test(sidenav): add additional test
    
    * refactor(sidenav): changed name of state
    davidicus authored and asudoh committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    8f6a4a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. Adds README.md for MultiSelect component (carbon-design-system#2139)

    * docs(MultiSelect): adds README.md that describes use cases
    
    * feat(MultiSelect): adds withReadme on stories.
    
    * would to will
    
    * updates readme
    
    * corrects grammar
    
    * adds you
    
    * removes itemToSting that was not neede
    
    * docs(MultiSelect): prettier
    paschalidi authored and jnm2377 committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    87bd106 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2019

  1. Configuration menu
    Copy the full SHA
    dbeddf3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e769f33 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. feat(OverflowMenu): add menuOptionsClass to overflowMenu (carbon-desi…

    …gn-system#2174)
    
    * feat: add menuOptionsClass to overflowMenu
    
    * refactor: use the destructured prop
    ashharrison90 authored and tw15egan committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    3f7e44e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1e2683 View commit details
    Browse the repository at this point in the history
  3. fix(modal): set initial focus and conditionally render focus trap (ca…

    …rbon-design-system#2163)
    
    * fix(Modal): get focus behavior in sync with/without focus-trap
    
    * fix(modal): remove unused focus-trap, createFocusTrap
    
    * chore(modal): update snapshots
    dakahn authored and tw15egan committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    74e580e View commit details
    Browse the repository at this point in the history
  4. v7.0.1 (carbon-design-system#2190)

    vpicone committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    a631634 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

  1. Configuration menu
    Copy the full SHA
    eb643a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0efbe9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4534bdc View commit details
    Browse the repository at this point in the history
  4. fix(DataTableSkeleton): headers prop can now be array of objects to m…

    …atch DataTable (carbon-design-system#2181)
    
    * fix(data-table-skel): headers can be array of objs
    
    * fix(data-table-skel): pr feedback
    jendowns authored and emyarod committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    0e050a6 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2019

  1. Configuration menu
    Copy the full SHA
    2351b03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2c67c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e119904 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2019

  1. fix(tooltip): handle esc keydown event (carbon-design-system#2164)

    * fix(tooltip): handle esc keydown event
    
    * chore(tooltip): update snapshots
    
    * chore(tooltip): update snapshots
    
    * fix(tooltip): add keys.js module
    
    * fix(tooltip): add event.code object to key.js
    dakahn authored and asudoh committed Apr 13, 2019
    Configuration menu
    Copy the full SHA
    2fbe6af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c674e50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    791a174 View commit details
    Browse the repository at this point in the history
  4. refactor: update SideNav state management (carbon-design-system#2208)

    * refactor: update SideNav state management
    
    * test: update snapshots
    
    * test: update snapshots and tests
    
    * refactor: change listener API, pass dom event
    
    * test: update snapshots
    
    * fix: handleToggle arguments
    
    * refactor: use strict undefined check for control
    vpicone authored and asudoh committed Apr 13, 2019
    Configuration menu
    Copy the full SHA
    4e0e7f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    65c49ac View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2019

  1. chore(project): add clean task (carbon-design-system#2215)

    * chore(project): add clean task
    
    * chore(yarn): sync yarn.lock file
    joshblack authored and asudoh committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    f94797c View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2019

  1. chore(rollup): update rollup and config (carbon-design-system#2216)

    * chore(rollup): update rollup and config
    
    * Update rollup.config.js
    
    * Update package.json
    
    * chore(build): change main field reading order
    joshblack committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    e1c1ceb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9c09b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d80890 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2019

  1. chore(project): update babel deps, remove unused plugins (carbon-desi…

    …gn-system#2211)
    
    * chore(project): update babel deps, remove unused plugins
    
    * chore(project): sync offline mirror
    
    * chore(storybook): update babel config to read from package.json
    joshblack authored and asudoh committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    9907423 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2019

  1. chore: update carbon-components for storybook (carbon-design-system#2221

    )
    
    Brings in new styles and updates for data table work
    vpicone committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    d869fef View commit details
    Browse the repository at this point in the history
  2. fix(ComboBox): match experimental spec (carbon-design-system#2158)

    * feat(ComboBox): add title and helper text support
    
    * feat(ComboBox): support invalid state
    
    * docs(ComboBox): add knob for light variant
    
    * refactor(ComboBox): match vanilla invalid state
    
    * fix(ListBox): pass aria label and role into menu
    
    * fix(ListBoxMenuIcon): add `role="button"`
    
    * fix(ListBox): require id for listbox menus
    
    * fix(ListBox): add aria attrs for listbox inputs
    
    * fix(ComboBox): pass `isOpen` to `<ListBox>`
    
    * fix(ListBoxField): set default negative tabindex
    
    * fix(ListBox): remove tabindex on wrapper div
    
    * test(ListBox): remove outdated tests
    
    * test(ListBoxField): test modifiable tabindex prop
    
    * chore: update snapshots
    
    * docs: add `ariaLabel` propType
    
    * test: pass in example IDs
    
    * docs(ListBox): remove unused propType
    
    * fix(Dropdown): remove unneeded ListBox prop
    
    * chore: update snapshots
    
    * fix: add IDs for Dropdown and Multiselect control
    
    * chore: update snapshots
    
    * fix(Dropdown): make listbox field tabbable
    
    * fix(MultiSelect): make listbox field tabbable
    
    * fix(FilterableMultiSelect): remove unused prop
    
    * chore: update snapshots
    
    * chore: bump carbon-components version
    emyarod authored and asudoh committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    2753040 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2019

  1. feat(Toggle and ToggleSmall): on Enter key press toggle action is bei…

    …ng triggered. (carbon-design-system#2219)
    
    * fix(Toggle): adds event for key.wich===13
    
    * fix(ToggleSmall): adds event for key.wich===13
    
    * fix(Toggle): adds helpers for keypress
    
    * fix: adds helpers for keypress
    
    * fix: adds actions
    paschalidi authored and emyarod committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    938a0fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89582e3 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2019

  1. Configuration menu
    Copy the full SHA
    676b6a6 View commit details
    Browse the repository at this point in the history
  2. chore(commitlint): disable scope-case (carbon-design-system#2225)

    We are historycally using React component name for scope when we change
    React component.
    asudoh committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    4bb5cb9 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2019

  1. fix(Tabs): avoid stale tab ref cache (carbon-design-system#2224)

    The problem happens when `selected` and `children` changes at the same
    time.
    
    Fixes carbon-design-system#2204.
    asudoh committed Apr 20, 2019
    Configuration menu
    Copy the full SHA
    2335c44 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2019

  1. fix(Loading): adds aria-label and description property to component (c…

    …arbon-design-system#2252)
    
    * fix: adds property description
    
    * fix: adds description property to aria-label
    
    * fix: typo
    
    * fix: typo
    paschalidi authored and asudoh committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    f487cf9 View commit details
    Browse the repository at this point in the history
  2. fix(Modal): fix button type in danger mode (carbon-design-system#2254)

    * fix(Modal): fix button type in danger mode
    
    Fixes carbon-design-system#2249.
    
    * test(Modal): update for danger button
    asudoh authored and emyarod committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    8ea0fc8 View commit details
    Browse the repository at this point in the history
  3. fix(notification): adds aria-label to button (carbon-design-system#2255)

    * fix(notification): adds aria-label to button
    
    * fix(notification): remove test label
    dakahn authored and emyarod committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    13c4546 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ff509e View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2019

  1. fix(code-snippet): add screen reader accessibility improvements (carb…

    …on-design-system#2165)
    
    * fix(code-snippet): add alert role to copy verification
    
    * fix(code-snippet): add aria-describedby, aria-labelledby to inline snippet
    
    * fix(code-snippet): add unique id to aria-describedby
    
    * fix(code-snippet): remove breaking change
    
    * fix(codesnippet): preserve ariaLabel
    dakahn authored and asudoh committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    bda3016 View commit details
    Browse the repository at this point in the history
  2. fix(InputField) - adds aria-label property on input element (carbon…

    …-design-system#2262)
    
    * fix: adds property ariaLabel
    
    * fix: adds ariaLabel into the label of the inout
    
    * fix: typo
    
    * fix: adds aria-label on input and not on label
    paschalidi authored and asudoh committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    953b870 View commit details
    Browse the repository at this point in the history
  3. feat: Table toolbar v10 (carbon-design-system#2247)

    * chore: update carbon-components for storybook
    
    * feat: add initial toolbar updates
    
    * fix: default props
    
    * test: update snapshots
    
    * test: update tests
    
    * test: fix tests
    
    * test: update snapshots
    
    * chore: update peer deps
    
    * feat: add new modifiers, update stories, add knobs
    
    This commit adds all of the new modifiers and removes the unusued ones.
    All of the datatable stories have been updated to reflect new markup
    and to expose knobs to adjust shared modifiers.
    
    The dynamic content story was updated to use the new menu system. This
    also adds support for styles that have not been added yet (row size).
    
    * test: update snapshots
    
    * test: update snapshots
    
    * fix: update proptypes and use cx lib
    
    * test: update snapshots
    
    * fix: add sortable prop and update snaps
    
    * chore: refine story responsibilities
    
    This updates the stories so that they only use the feature they are
    showcasing. This will prevent users from bringing in DataTable features
    that they don't need.
    
    A "kitchen sink" data table might be useful as well.
    
    * fix: add a11y updates
    
    * test: fix tests
    
    * Update src/components/DataTable/TableToolbar.js
    
    Co-Authored-By: vpicone <vpicone@gmail.com>
    
    * fix: remove tab index
    
    Received the following linting error when attempting to define tabindex
    on the section component:
    
    `tabIndex` should only be declared on interactive
    elements.eslint(jsx-a11y/no-noninteractive-tabindex)
    
    * test: update snapshots
    vpicone committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    01360a6 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2019

  1. fix(Tooltip): adds esc listener (carbon-design-system#2248)

    * fix: adds esc listener
    
    * fix: adds open
    
    * fix: clean listener on unmount
    paschalidi authored and asudoh committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    b6825cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3ae22f View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2019

  1. fix(Tooltop): a11y improvements (carbon-design-system#2245)

    * fix(Icon): no alt in svg
    
    * fix(Tooltip): ✅ removes IconTitle
    
    * fix(Tooltip): ✅ removes aria-owns - should not used in tooltip pattern
    
    * fix(Tooltip): ✅ adds sensible default aria-label. "Help" not "tooltip"
    
    * fix(Tooltip): ✅ aria-labels are now set on the Icon only and not in the div
    
    if the user provides property `triggerText`, then the button should use aria-labelledby to point to its id, if the user doesn't provide property `triggerText`, then they need to provide an aria-label via the `iconDescription` property.
    
    * fix(Tooltip): ✅ aria-labels
    
    * fix: FinalIcon is now shown when Icon is there
    
    * fix: rearanges
    
    * fix: refs cannot be passed into func components
    
    * fix: adds proptypes validation using helpers
    
    * fix: ref a propRef
    paschalidi authored and asudoh committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    6190488 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    986bf7c View commit details
    Browse the repository at this point in the history
  3. fix(pagination): add noLabel prop to Select (carbon-design-system#2260)

    * fix(pagination): add noLabel prop to Select
    
    * fix(pagination): preserve hideLabel
    
    * fix(pagination): add noLabel use comment
    
    * fix(pagination): add proptypes
    dakahn authored and asudoh committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    b9743ef View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2019

  1. docs(DataTable): Update documentation for DataTable expansion (carbon…

    …-design-system#2276)
    
    - Update to reflect that no `TableCell` should be a child of `TableExpandedRow`
    - Update to add `colSpan` property to the `TableExpandedRow` element
    varatep authored and emyarod committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    f7b8590 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2019

  1. Configuration menu
    Copy the full SHA
    fa8b534 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

  1. chore(components): better name with forwardRef (carbon-design-system#…

    …2281)
    
    This change updates React component name for various forward-ref'ed
    components from just `<ForwardRef>` to  something like
    `<ForwardRef(TextInput)>`.
    
    Refs carbon-design-system#1768.
    asudoh authored and emyarod committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    3e9862c View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

  1. Configuration menu
    Copy the full SHA
    b910758 View commit details
    Browse the repository at this point in the history
  2. feat: update SideNav and Menu (carbon-design-system#2294)

    - Use new PropTypes.elementType to allow for `Link`
    - Make menu icons optional
    vpicone committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    1dda7ed View commit details
    Browse the repository at this point in the history

Commits on May 1, 2019

  1. Configuration menu
    Copy the full SHA
    94c294b View commit details
    Browse the repository at this point in the history
  2. Multi select v9 selection behaviour (carbon-design-system#2090)

    * feat(MultiSelect): Selected items will not move to top
    
    * feat(MultiSelect): Selected items move to top after reopening dropdown
    
    * chore: update snapshots
    ConradSchmidt authored and asudoh committed May 1, 2019
    Configuration menu
    Copy the full SHA
    fd7ff17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45b1f7d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81f90a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b0a5cb View commit details
    Browse the repository at this point in the history
  6. fix(DataTable): selection fix (carbon-design-system#2271)

    * fix(DataTable): selection fix
    
    * fix(DataTable): updating snapshots for tests
    
    * refactor(DataTable): keeping the same keys
    
    * refactor(DataTable): updated optional proptypes
    
    * docs(DataTable): storybook + README
    harshzalavadiya authored and tw15egan committed May 1, 2019
    Configuration menu
    Copy the full SHA
    0dcda94 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3d132c2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3e08edf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    66c35f9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    290fab3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e1e3d39 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3408991 View commit details
    Browse the repository at this point in the history
  13. chore(components): remove v9 code (carbon-design-system#2269)

    * chore(components): remove v9 code
    
    Refs carbon-design-system#2308.
    
    * chore(DatePickerInput): remove fragment
    asudoh committed May 1, 2019
    Configuration menu
    Copy the full SHA
    dbd7a61 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5d513ab View commit details
    Browse the repository at this point in the history

Commits on May 2, 2019

  1. fix: add TableToolbarMenu to default exports (carbon-design-system#2301)

    * fix: add TableToolbarMenu to default exports
    
    * test: update snapshots
    vpicone authored and asudoh committed May 2, 2019
    Configuration menu
    Copy the full SHA
    a7dde82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d063e48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c67ba8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c9e35b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10e960e View commit details
    Browse the repository at this point in the history
  6. fix(tile): various DAP fixes (carbon-design-system#2258)

    * fix(tile): move aria-label, use unique ids
    
    * fix(tile): re-add aria-label to chevron
    
    * fix(tile): add unique id
    
    * fix(tile): move uid call into creation
    
    * fix(tile): merge master and add ID prop
    
    * Update src/components/Tile/Tile.js
    
    Co-Authored-By: dakahn <40970507+dakahn@users.noreply.github.com>
    
    * Update src/components/Tile/Tile.js
    
    Co-Authored-By: dakahn <40970507+dakahn@users.noreply.github.com>
    
    * Update src/components/Tile/Tile.js
    
    Co-Authored-By: dakahn <40970507+dakahn@users.noreply.github.com>
    
    * Update src/components/Tile/Tile.js
    
    Co-Authored-By: dakahn <40970507+dakahn@users.noreply.github.com>
    dakahn authored and asudoh committed May 2, 2019
    Configuration menu
    Copy the full SHA
    401ed8e View commit details
    Browse the repository at this point in the history

Commits on May 3, 2019

  1. Configuration menu
    Copy the full SHA
    ee38c74 View commit details
    Browse the repository at this point in the history
  2. Update stale.yml (carbon-design-system#2310)

    Changing the label of stale bot issue closers to `inactive` from `wontfix`
    shinytoyrobots authored and emyarod committed May 3, 2019
    Configuration menu
    Copy the full SHA
    453a109 View commit details
    Browse the repository at this point in the history
  3. fix(modal): screen reader improvements (carbon-design-system#2299)

    * fix(modal): change title add proper headings
    
    * chore(modal): update snaps
    
    * chore(modal): update snapshot
    
    * fix(modal): add back the title attr
    
    * chore(modal): update snapshots
    dakahn authored and asudoh committed May 3, 2019
    Configuration menu
    Copy the full SHA
    2ca3c07 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0724ed5 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2019

  1. chore(Storybook): remove RTL plugin (carbon-design-system#2316)

    This change removes RTL plugin of Storybook. Though it's a nice add-on,
    we require an additional build step to generate RTL version of CSS and
    that Storybook add-on does not seem to kick off an altern ate build.
    
    Refs carbon-design-system#2053.
    Refs carbon-design-system#2314.
    Refs carbon-design-system#2286.
    asudoh committed May 6, 2019
    Configuration menu
    Copy the full SHA
    409982d View commit details
    Browse the repository at this point in the history

Commits on May 7, 2019

  1. feat(TextInput): add password visibility toggle for text fields (#2323)

    * docs(TextInput): describe PropTypes
    
    * chore: update carbon peer dependencies
    
    * docs(TextInput): modify `type` storybook knob
    
    * feat(TextInput): add password visibility toggle
    
    * docs(TextInput): add `text` option to storybook types knob
    
    * test(TextInput): test password visibility toggle TextInput
    
    * refactor(TextInput): create PasswordInput component
    
    * feat(PasswordInput): allow custom `alt` text attribute
    
    * refactor(PasswordInput): pull out shared function
    
    * feat(PasswordInput): display tooltip text on hover of visibility toggle
    
    * feat: add ControlledPasswordInput component
    
    * feat(ControlledPasswordInput): set default `type` prop value
    
    * test(TextInput): add tests for PasswordInput and ControlledPasswordInput
    
    * feat(PasswordInput): allow custom password visibility toggle alt text
    
    * fix(PasswordInput): export named password input components
    
    * docs(TextInput): refactor story for storybook v4
    
    * fix(PasswordInput): match experimental spec
    
    * fix(PasswordInput): rename attribute
    
    * test(TextInput): checkout test from master
    
    * test(TextInput): fix console warning
    
    * feat(ControlledPasswordInput): match v10 spec
    
    * test(PasswordInput): rename suite
    
    * test(ControlledPasswordInput): add test suite
    
    * fix(TextInput): add data-invalid attribute for v10
    
    * refactor: remove v9 code
    
    * chore: sync forwardRef changes
    
    * chore: update lockfile
    
    * docs: revert comment changes
    
    * docs: space between propTypes
    emyarod authored and tw15egan committed May 7, 2019
    Configuration menu
    Copy the full SHA
    f1d7ada View commit details
    Browse the repository at this point in the history
  2. Add 'packages/react/' from commit 'f1d7ada7bedd066c1fde3a6f5fde7e2c3d…

    …f535aa'
    
    git-subtree-dir: packages/react
    git-subtree-mainline: b671ee6
    git-subtree-split: f1d7ada
    joshblack committed May 7, 2019
    Configuration menu
    Copy the full SHA
    eff767d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f89a46 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08e1b31 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7189f98 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9615f37 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c9388df View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d7e62c3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b3b2aac View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2a79915 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    65d4c8f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7ccbbc5 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'refactor/add-react-to-project' of github.com:joshblack/…

    …carbon-components into refactor/add-react-to-project
    joshblack committed May 7, 2019
    Configuration menu
    Copy the full SHA
    f7a6a8b View commit details
    Browse the repository at this point in the history

Commits on May 8, 2019

  1. Configuration menu
    Copy the full SHA
    3f6b444 View commit details
    Browse the repository at this point in the history