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): update package versions #4478

Closed
wants to merge 92 commits into from
Closed

chore(release): update package versions #4478

wants to merge 92 commits into from

Commits on Oct 14, 2019

  1. fix(slider): use mono font face for start and end values, remove inpu…

    …t border for disabled state (#4147)
    
    * fix(slider): use mono font face for start and end text
    
    * fix(slider): remove border for disabled state
    jendowns authored and abbeyhrt committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    5f954e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03becc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc7fcc6 View commit details
    Browse the repository at this point in the history
  4. fix(ListBoxSelection): disallow clearSelection when disabled (#4148)

    * test(ListBoxSelection): test clearSelection method
    
    * fix(ListBoxSelection): disallow clearSelection when disabled
    
    * chore: update snapshots
    emyarod authored and abbeyhrt committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    7499d9f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5ddb1d View commit details
    Browse the repository at this point in the history
  6. fix(table-toolbar-search): unique id passed to search should be a str…

    …ing (#4159)
    
    * fix(tabletoolbarsearch): unique id passed to search should be a string
    
    * refactor(tabletoolbarsearch): improve testing for id prop
    tay1orjones authored and abbeyhrt committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    2439e36 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1d7d70b View commit details
    Browse the repository at this point in the history
  8. fix(TableSelectRow): apply checkbox column class (#4167)

    * fix(TableSelectRow): apply checkbox column class
    
    * chore: update snapshots
    emyarod authored and abbeyhrt committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    19f4419 View commit details
    Browse the repository at this point in the history
  9. fix(modal): find primary focus element for selectorPrimaryFocus (#4172)

    * fix(modal): find primary focus element for selectorPrimaryFocus
    
    Closes #4088
    
    * fix(modal): assign innerModal ref to focusContainerElement if undefined
    
    Supports PR #4172
    
    * chore(modal): remove focusTrap from Modal story
    
    By default, focusTrap is true.
    
    Supports PR #4172
    
    * chore(modal): add containerElement guard
    Eric Liu authored and abbeyhrt committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    354ffd1 View commit details
    Browse the repository at this point in the history
  10. fix(checkbox): update checkbox and radio button position logic (#4193)

    * fix(RadioButton): remove top margin from labeled radio button group
    
    * fix(RadioButton): set radio button label line-height to 20px
    
    * fix(Checkboxes):  adjust bottom margins of checkboxes
    This accounts for vertical box margins
    
    * fix(Checkboxes): adjust top margin on labeled checkbox group
    
    * refactor(Checkboxes): use carbon--spacing tokens
    
    * refactor(RadioButton): use carbon--mini-units function
    AlexanderLyon authored and abbeyhrt committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    652c0eb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1a6eef8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f15d926 View commit details
    Browse the repository at this point in the history
  13. fix(button): incorrect focus color for tertiary button on dark themes (

    …#4216)
    
    * fix(button): incorrect focus color for tertiary button on dark themes
    
    * fix(button): incorrect value for active
    j1mie authored and abbeyhrt committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    f1a2ae6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    81ba4e8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    35bc983 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    69afd69 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    29cd69f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7b6b4d2 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9ba4025 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    df00739 View commit details
    Browse the repository at this point in the history
  21. fix(breadcrumb): change breadcrumb to ordered list (#4174)

    * fix(breadcrumb): change breadcrumb to ordered list
    
    * chore(breadcrumb): update snapshots
    
    * feat(breadcrumb): adds optional custom classname to nav
    
    * chore(breadcrumb): update snapshot
    
    * chore(breadcrumb): remove custom class prop
    
    * chore(breadcrumb): update snapshots
    
    * chore(breadcrumb): remove rest and make aria label configurable
    
    * chore(breadcrumb): remove ..rest
    
    * chore(breadcrumb): apply custom class name to nav remove from ol
    
    * chore(breadcrumb): update snapshot
    
    * chore(breadcrumb): change to aria-label from camelcase
    Alessandra Davila authored and abbeyhrt committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    6182c59 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    09620d1 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    8c49c3b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    66b99e9 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    8ed2c27 View commit details
    Browse the repository at this point in the history
  26. fix(DatePicker): fix wrong dropdown position in range mode (#4133)

    This change works around a problem in Flatpickr's range plugin, where
    opening calendar dropdown by clicking end date and resizing browser
    causes moving position of calendar dropdown in an unexpected manner
    (flatpickr/flatpickr#1944).
    asudoh authored and abbeyhrt committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    79a12e3 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    6f65562 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    910b55d View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    43aa057 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    f1f0380 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    f2ef18a View commit details
    Browse the repository at this point in the history
  32. ci(github): update workflow syntax

    joshblack authored and abbeyhrt committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    4ca87b6 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    cec18c3 View commit details
    Browse the repository at this point in the history
  34. fix(tag): fix for dark theme (#4119)

    Fixes #4022.
    asudoh authored and abbeyhrt committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    b844ba0 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    c479b87 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    2b274c7 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    2a8ba55 View commit details
    Browse the repository at this point in the history
  38. docs: add versioning reference (#4277)

    * docs: add versioning reference
    
    * docs(versioning): update deprecate example
    
    * docs(versioning): add inline version bump notices
    
    * Update docs/guides/versioning.md
    
    Co-Authored-By: Connor <[email protected]>
    
    * Update docs/guides/versioning.md
    
    Co-Authored-By: Connor <[email protected]>
    
    * chore(docs): format file
    joshblack authored and abbeyhrt committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    23ad8d3 View commit details
    Browse the repository at this point in the history
  39. docs(pictograms): update README.md (#4317)

    * Update README.md
    
    * Update README.md
    
    * chore(format): run prettier
    joshblack authored and abbeyhrt committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    2797f7f View commit details
    Browse the repository at this point in the history
  40. chore: sync generated files

    abbeyhrt committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    a2c808a View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    d4a6304 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. fix(checkbox): update reset mixin, apply reset mixin to checkbox styl…

    …es (#4146)
    
    * fix(checkbox): update reset mixin, apply reset mixin to checkbox styles
    
    * fix(checkbox): apply PR feedback
    
    * docs: undo changes to sass.md
    
    * docs(checkbox): update comments
    
    * fix(checkbox): update style arrangement
    
    * fix(checkbox): apply PR feedback to style updates
    
    * fix(checkbox): move style block
    jendowns authored and abbeyhrt committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    5f540ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1931d60 View commit details
    Browse the repository at this point in the history
  3. fix(toggle): add top offset to fix vertical text alignment IE11 (#4213)

    * fix(toggle): add top offset to fix vertical text alignment IE11
    
    * docs(toggle): add a comment for top offset change
    kbondanza authored and abbeyhrt committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    4a7521e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b42ce2 View commit details
    Browse the repository at this point in the history
  5. fix(sketch): update based on theme changes (#4274)

    * fix(sketch): update based on theme changes
    
    - Only sync color styles for themes
    - Make sure yellow-30 is used instead of yellow-20 for yellow in colors
    
    * Update packages/sketch/src/sharedStyles/themes.js
    
    Co-Authored-By: Abbey Hart <[email protected]>
    joshblack and abbeyhrt committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    f37bd54 View commit details
    Browse the repository at this point in the history
  6. fix(DatePicker): make appendTo back working (#4215)

    Fixes #4158.
    asudoh authored and abbeyhrt committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    6a6c2dc View commit details
    Browse the repository at this point in the history
  7. chore(project): set yarn version to 1.19.0 (#4279)

    * chore(project): set yarn version to 1.19.0
    
    * chore(project): update yarn version to 1.19.1
    joshblack authored and abbeyhrt committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    b5d641f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b9d015e View commit details
    Browse the repository at this point in the history
  9. ci(github): change env syntax in push

    joshblack authored and abbeyhrt committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    4000220 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f0f68ae View commit details
    Browse the repository at this point in the history
  11. ci(github): checkout master branch

    joshblack authored and abbeyhrt committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    371f64d View commit details
    Browse the repository at this point in the history
  12. ci(github): checkout master branch

    joshblack authored and abbeyhrt committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    bd0e615 View commit details
    Browse the repository at this point in the history
  13. fix(pagination): update flex:1 and update top offset to fix IE11 (#4315)

    * fix(pagination): remove flex:1 and add top offset to fix IE11
    
    * chore(components): add reference comment for changes
    kbondanza authored and abbeyhrt committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    427a7dd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    700f21d View commit details
    Browse the repository at this point in the history
  15. fix(DatePicker): add missing openCalendar click handler function (#…

    …4325)
    
    * fix(DatePicker): open calendar on "end" range input icon click
    
    * refactor(DatePicker): remove unnecessary else blocks
    
    * test(DatePickerInput): add `openCalendar` icon click test
    emyarod authored and abbeyhrt committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    15dead0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    06f01b9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9321ee4 View commit details
    Browse the repository at this point in the history
  18. fix(UIShell): replace "javascript:void(0)" href value in HeaderMenu (#…

    …4354)
    
    Replace "javascript:void(0)" href value with "#".
    Eric Liu authored and abbeyhrt committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    a6eeaf2 View commit details
    Browse the repository at this point in the history
  19. docs(storybook): add type token switcher (#4359)

    * refactor(storybook): specify carbon themes panel info
    
    * docs(storybook): add type token switcher
    emyarod authored and abbeyhrt committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    6f82818 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    693f522 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8ed2fed View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    44663c3 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    c20d470 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. Configuration menu
    Copy the full SHA
    8d575c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0389110 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. fix(react): prevent default when handling react tooltip mouse events (#…

    …4196)
    
    * fix(react): prevent default when handling react tooltip mouse events
    
    When handling mouse events invoke evt.preventDefault to stop the default
    handler from firing when Tooltip is used inside a form element which has
    an id.
    
    * fix(react): prevent default when handling react tooltip keyboard events
    
    When handling keydown events invoke event.preventDefault to stop the default
    handler from firing when Tooltip is used inside a form element which has
    an id.
    cx0der authored and abbeyhrt committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    1884308 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e792e4 View commit details
    Browse the repository at this point in the history
  3. ci(github): update action syntax

    joshblack authored and abbeyhrt committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    163284c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09ce831 View commit details
    Browse the repository at this point in the history
  5. docs(ModalWrapper): expose focusTrap knob (#4316)

    * docs(ModalWrapper): expose `focusTrap` knob
    
    * docs(Modal): fix typo
    emyarod authored and abbeyhrt committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    8bf374f View commit details
    Browse the repository at this point in the history
  6. chore(project): update format:diff ignore pattern (#4409)

    * chore(project): update format:diff ignore pattern
    
    * chore(format): run prettier
    joshblack authored and abbeyhrt committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    6d0b0c0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    14e8d29 View commit details
    Browse the repository at this point in the history
  8. fix(notification): change box-shadow to border (#4299)

    This change also makes inline notification's text color non-themeable
    for now, given the background color is non-themeable and making it
    themeable requires themeable component-specific token (or new global
    theme tokens).
    
    This stop-gap approach may be enough for short team because IIRC
    low-contrast notifications is there for a backword-compatibility
    reason.
    asudoh authored and abbeyhrt committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    54c93c8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    db8822a View commit details
    Browse the repository at this point in the history
  10. fix(ui-shell): omit passing isSideNavExpanded prop to Link component (

    #4349)
    
    * fix(react): omt passing isSideNavExpanded prop in Link component
    
    Closes #4348
    
    * fix(react): omit passing isSideNavExpanded prop in Link component
    
    Closes #4348
    
    * fix(react): use eslint-disable-next-line scope
    
    Co-Authored-By: Josh Black <[email protected]>
    
    * fix(react): remove eslint comment syntax
    
    Co-Authored-By: Akira Sudoh <[email protected]>
    
    * chore(ui shell): re-run prettier
    Eric Liu authored and abbeyhrt committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    6e6a8c1 View commit details
    Browse the repository at this point in the history
  11. chore(project): update CODEOWNERS for brand assets (#4424)

    * chore(project): update CODEOWNERS for brand assets
    
    * Update CODEOWNERS
    joshblack authored and abbeyhrt committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    4ed6285 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6ff45a1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f000c57 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2d1bf75 View commit details
    Browse the repository at this point in the history
  15. docs(endgame): update endgame with smoke test description and npm info (

    #4370)
    
    * docs(endgame): update endgame guide and fix the changelog cli command
    
    * Update docs/guides/endgame.md
    
    Co-Authored-By: Connor <[email protected]>
    
    * Update docs/guides/endgame.md
    
    Co-Authored-By: Connor <[email protected]>
    
    * Update docs/guides/endgame.md
    
    Co-Authored-By: Connor <[email protected]>
    
    * Update docs/guides/endgame.md
    
    Co-Authored-By: Connor <[email protected]>
    
    * Update docs/guides/endgame.md
    
    Co-Authored-By: Connor <[email protected]>
    
    * Update docs/guides/endgame.md
    
    Co-Authored-By: Connor <[email protected]>
    
    * chore: run format and update endgame
    
    * Update docs/guides/endgame.md
    
    Co-Authored-By: Josh Black <[email protected]>
    
    * Update docs/guides/endgame.md
    
    Co-Authored-By: Josh Black <[email protected]>
    
    * Update docs/guides/endgame.md
    
    Co-Authored-By: Josh Black <[email protected]>
    
    * Update docs/guides/endgame.md
    
    Co-Authored-By: emyarod <[email protected]>
    abbeyhrt and emyarod committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    6d12462 View commit details
    Browse the repository at this point in the history
  16. fix(inline-loading): shrink spinner radius (#4382)

    Fixes #3040.
    asudoh authored and abbeyhrt committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    91ce58d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    92a26fe View commit details
    Browse the repository at this point in the history
  18. docs(project): add support for the alex linter (#4396)

    * chore(project): add alex dependency
    
    * chore(cli): add lint:docs task to ci-check
    
    * docs(alex): fix content violations
    
    * Update docs/guides/accessibility.md
    
    * Update docs/guides/endgame.md
    
    * chore(project): add alexignore file for generated sassdoc files
    joshblack authored and abbeyhrt committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    d8187e6 View commit details
    Browse the repository at this point in the history
  19. fix(data-table): select all behavior (#4430)

    * fix(data-table): select all behavior
    
    * fix(data-table): minor changes
    
    * test(data-table): test cases
    
    * test(data-table): update snapshot
    hshockley authored and abbeyhrt committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    0521c13 View commit details
    Browse the repository at this point in the history
  20. chore(storybook): update storybook to load flags conditionally and im…

    …prove build perf (#4438)
    
    * chore(project): update sass-loader dependency
    
    * chore(react): add conditional data from flags
    
    * chore(react): update styles to import through JavaScript
    
    * chore(project): remove storybook cache
    
    * chore(react): update webpack config to explain loader flags
    joshblack authored and abbeyhrt committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    a257228 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ddba360 View commit details
    Browse the repository at this point in the history
  22. fix(loading): adds label and aria so loading state is read by screenr…

    …eaders (#4457)
    
    * fix(loading): adds label and aria so loading state is read
    
    * test(loading): updates snapshots and adds tests for added aria
    
    * docs(loading): add comments explaining aria and changed id name
    abbeyhrt committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    74a7196 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b2eb054 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    14edf82 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    b48328d View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    973b4ff View commit details
    Browse the repository at this point in the history