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

chore(release): v10.10.2-rc.0 #5586

Closed

Commits on Feb 25, 2020

  1. Configuration menu
    Copy the full SHA
    a85e705 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4640746 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61ee177 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0531eaf View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Configuration menu
    Copy the full SHA
    23cc379 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f28fb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03d9653 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f26b456 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. chore(release): v10.10.0

    joshblack committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    fc828fe View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. Configuration menu
    Copy the full SHA
    369818f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76263c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb3a707 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    990baad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d9d29d View commit details
    Browse the repository at this point in the history
  6. chore(release): v10.10.1

    joshblack committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    7d43dab View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. docs(pictograms-react): update usage section (carbon-design-system#5477)

    * docs(pictograms-react): update usage section
    
    * Update README.md
    joshblack committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    faf8209 View commit details
    Browse the repository at this point in the history
  2. chore(components): remove duplicate scss-to-json dependency (carbon-d…

    …esign-system#5476)
    
    * chore: remove duplicate scss-to-json dependency
    
    * chore(components): remove scss-to-json
    
    Co-authored-by: Josh Black <[email protected]>
    jendowns and joshblack committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    e0f112f View commit details
    Browse the repository at this point in the history
  3. chore(project): sync generated files

    carbon-bot authored and joshblack committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    4e8d50c View commit details
    Browse the repository at this point in the history
  4. chore(project): sync generated files

    carbon-bot authored and joshblack committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    2ccd3e3 View commit details
    Browse the repository at this point in the history
  5. fix(overflow-menu): correct hover color (carbon-design-system#5513)

    Co-authored-by: TJ Egan <[email protected]>
    2 people authored and joshblack committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    40613c2 View commit details
    Browse the repository at this point in the history
  6. chore(project): sync generated files

    carbon-bot authored and joshblack committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    0577c81 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    08cdc31 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ccd9ffc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a9d9810 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f48c665 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    018bdc9 View commit details
    Browse the repository at this point in the history
  12. chore(release): v10.10.0

    joshblack committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    53ecbed View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5a6f919 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cf4b727 View commit details
    Browse the repository at this point in the history
  15. chore(release): v10.10.1

    joshblack committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    41d7426 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    52c3159 View commit details
    Browse the repository at this point in the history
  17. test(react): add snapshot test for public API (carbon-design-system#5495

    )
    
    * test(react): add snapshot test for public API
    
    * Update packages/react/__tests__/PublicAPI-test.js
    
    * chore(project): update CODEOWNERS to include release team
    
    * chore(react): update snapshot
    
    * Update CODEOWNERS
    
    Co-authored-by: TJ Egan <[email protected]>
    joshblack and tw15egan committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    2e18f24 View commit details
    Browse the repository at this point in the history
  18. fix(Slider): onRelease not always firing (carbon-design-system#2695) (c…

    …arbon-design-system#5359)
    
    * fix(Slider): onRelease not always firing (carbon-design-system#2695)
    
    * test(windows): fixing failing unit tests
    
    * Updating jest `testMatch` micromatch expressions (jestjs/jest#7914)
    * Replacing `/` with `path.sep` in icon-build-helpers search.js
    * Replacing regex using `/` with `[\\/]` in test-utils scss.js
    
    * refactor(Slider): reworking event logic
    
    - Adding lodash.throttle as project dependency for use in Slider
    - Reworking Slider component's event handling
    - Including throttling in Slider event handling
    - Adjusting CSS for input element on Slider
    
    * test(Slider): updating/adding unit tests
    
    - Increasing (line) test coverage to 100%
    - Slight refactor of functions to be more testable
    - Correctly handling hidden text input
    - Correctly handling touchmove events
    - Gracefully handling edge case of zero-width bounding rect
    
    * fix(Slider): code review updates
    
    - Removing usage of functions that aren't available in all browsers
    - Adding unit test for display:none style on hidden text input
    
    * fix(Slider): code review updates
    
    - Removing throttling from keydown handling
    - Updating unit tests accordingly
    
    * refactor(Slider): use matches module
    
    Using `matches(...)` for arrow key event matching instead of custom impl
    
    Co-authored-by: Josh Black <[email protected]>
    Co-authored-by: TJ Egan <[email protected]>
    Co-authored-by: Abbey Hart <[email protected]>
    4 people committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    f5b7d0b View commit details
    Browse the repository at this point in the history
  19. chore(project): sync generated files

    carbon-bot authored and joshblack committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    1f0bd70 View commit details
    Browse the repository at this point in the history
  20. chore: upgrade jest to incorporate jsdom bugfix (carbon-design-system…

    …#5456)
    
    * chore: upgrade jest
    
    * test: adjust for new document.activeElement behavior in jsdom
    
    * test: clean up container div
    
    Co-authored-by: Josh Black <[email protected]>
    emyarod and joshblack committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    8efe541 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    80903ac View commit details
    Browse the repository at this point in the history
  22. chore(project): sync generated files

    carbon-bot authored and joshblack committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    cb2eced View commit details
    Browse the repository at this point in the history
  23. fix(tabs): update tab styles (carbon-design-system#5482)

    * fix(tabs): update tab styles
    
    * fix(tabs): use flex to align text to baseline
    
    * fix(tabs): reduce padding to account for line-height
    
    * fix(tabs): revert padding change
    
    * fix(tabs): change border color to interactive-04
    
    Co-authored-by: Josh Black <[email protected]>
    tw15egan and joshblack committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    2c14be2 View commit details
    Browse the repository at this point in the history
  24. chore(project): sync generated files

    carbon-bot authored and joshblack committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    7ccbc21 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    f126171 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    bf4523d View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    3b73144 View commit details
    Browse the repository at this point in the history
  28. chore(project): sync generated files

    carbon-bot authored and joshblack committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    53ffeb7 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    c256bee View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    1f67865 View commit details
    Browse the repository at this point in the history
  31. fix(icon): makes up-to-top = back-to-top (carbon-design-system#5509)

    * Delete up-to-top.svg
    
    makes back-to-top = up-to-top
    
    * updates to up-to-top
    
    makes 32/up-to-top.svg = 32/back-to-top.svg (deprecated name)
    
    deletes 16/up-to-top.svg
    
    * Update icons.yml
    
    removes bespoke size 16 from icons.yml
    
    * Update deprecated.yml
    
    * Update deprecated.yml
    
    clearer call to action for deprecation reasons
    
    Co-authored-by: TJ Egan <[email protected]>
    Co-authored-by: Josh Black <[email protected]>
    joshblack and tw15egan committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    3e7b3da View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    d02e8b7 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    5a45870 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    98c8ef4 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    dfc6956 View commit details
    Browse the repository at this point in the history
  36. fix(type): update reset to use relative unit (carbon-design-system#5541)

    * fix(type): update reset to use relative unit
    
    * chore(format): run prettier
    
    Co-authored-by: TJ Egan <[email protected]>
    joshblack and tw15egan committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    bfb929f View commit details
    Browse the repository at this point in the history
  37. chore(project): sync generated files

    carbon-bot authored and joshblack committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    2ec5098 View commit details
    Browse the repository at this point in the history
  38. fix(ui-shell): remove role="menuitem" from Switcher li's (carbon-desi…

    …gn-system#5525)
    
    * fix(Dropdown): rely on list-box height closes carbon-design-system#4916
    
    * fix(switcher): remove role=menuitems
    
    Co-authored-by: Josh Black <[email protected]>
    Co-authored-by: TJ Egan <[email protected]>
    3 people committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    80d767b View commit details
    Browse the repository at this point in the history
  39. fix(button): remove role="button" from button styled anchors (carbon-…

    …design-system#5522)
    
    * fix(Dropdown): rely on list-box height closes carbon-design-system#4916
    
    * fix(button): add aria label to non button element button
    
    * test(button): add a test checking that <a> button's get an aria-label
    
    * fix(button): undo previous changes; remove role=button for anchor
    
    * test(button): remove unneeded test for role
    
    Co-authored-by: TJ Egan <[email protected]>
    Co-authored-by: Josh Black <[email protected]>
    3 people committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    76e97f7 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    8b03644 View commit details
    Browse the repository at this point in the history
  41. chore(project): sync generated files

    carbon-bot authored and joshblack committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    2731592 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    bbe9f0d View commit details
    Browse the repository at this point in the history
  43. chore(project): sync generated files

    carbon-bot authored and joshblack committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    68366be View commit details
    Browse the repository at this point in the history
  44. fix(sketch): update icon command with new metadata structure (carbon-…

    …design-system#5566)
    
    * chore: check-in work
    
    * fix(sketch): update icon command with new metadata structure
    
    Co-authored-by: Alessandra Davila <[email protected]>
    joshblack and Alessandra Davila committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    e9287e4 View commit details
    Browse the repository at this point in the history
  45. fix(dependencies): update icons dependency in vanilla (carbon-design-…

    …system#5574)
    
    Also moves the icon library dependency from `dependencies` to
    `peerDependencies` because icons in vanilla are something applications
    put in their HTML, rather than what vanilla library directly uses.
    
    Fixes carbon-design-system#5551.
    asudoh authored and joshblack committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    f793a15 View commit details
    Browse the repository at this point in the history
  46. chore(project): sync generated files

    carbon-bot authored and joshblack committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    28b1e10 View commit details
    Browse the repository at this point in the history
  47. fix(button): prevent text jump in disabled button set (carbon-design-…

    …system#5556)
    
    * fix(button): prevent text jump in disabled button set
    
    * fix(button): simplify disabled rule on button set
    
    Co-authored-by: TJ Egan <[email protected]>
    Co-authored-by: Josh Black <[email protected]>
    3 people committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    38fb161 View commit details
    Browse the repository at this point in the history
  48. chore(project): sync generated files

    carbon-bot authored and joshblack committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    1c6195d View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    572cf3a View commit details
    Browse the repository at this point in the history