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(stepper, stepper-item): getElementProp is refactored out in favor of inheritable props set directly on parent #7593

Merged
merged 27 commits into from
Aug 31, 2023

Commits on Aug 24, 2023

  1. refactor(segmented-control, segmented-control-item: getElementProp is…

    … refactored out across child components as an outdated pattern in favor of inheritable props set directly on parent
    Elijbet committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    aaacd74 View commit details
    Browse the repository at this point in the history
  2. refactor(stepper, stepper-item): getElementProp is refactored out acr…

    …oss child components as an outdated pattern in favor of inheritable props set directly on parent
    Elijbet committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    d42ec3e View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. merge conflicts resolved

    Elijbet committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    cffa286 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. test(list): Use the dragAndDrop utility for mouse tests (#7604)

    **Related Issue:** #7574
    
    ## Summary
    
    - use dragAndDrop util for more tests.
    driskull authored and Elijbet committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    38364c5 View commit details
    Browse the repository at this point in the history
  2. pass in stepperParent as well

    Elijbet committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    7bb86e4 View commit details
    Browse the repository at this point in the history
  3. fix(flow): catch error when beforeBack promise is rejected (#7601)

    **Related Issue:** None
    
    ## Summary
    
    - catch error when beforeBack promise is rejected
    driskull authored and Elijbet committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    fde5914 View commit details
    Browse the repository at this point in the history
  4. fix(modal): catch error when beforeClose promise is rejected (#7600)

    **Related Issue:** #6381
    
    ## Summary
    
    - catch error when beforeClose promise is rejected
    driskull authored and Elijbet committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    982dfa8 View commit details
    Browse the repository at this point in the history
  5. chore: release next

    github-actions[bot] authored and Elijbet committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    c567006 View commit details
    Browse the repository at this point in the history
  6. feat(combobox): add single-persist selection mode (#7583)

    **Related Issue:** #4738 
    
    ## Summary
    
    Adds `single-persist` mode to `calcite-combobox` to allow users to
    opt-in to this change in selection behavior (vs making it a breaking
    change on the current `single` selection mode).
    
    `clearDisabled` will behave the same way unless we want to make an
    exception to this mode.
    jcfranco authored and Elijbet committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    f8ce915 View commit details
    Browse the repository at this point in the history
  7. chore: release next

    github-actions[bot] authored and Elijbet committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    265dddf View commit details
    Browse the repository at this point in the history
  8. fix(tree-item): updates state when selection changes programmatically…

    … for `selection-mode='ancestors'` (#7572)
    
    **Related Issue:** #7291
    
    ## Summary
    
    Updates state of `calcite-tree-item` when `selected` prop is changed
    programmatically.
    anveshmekala authored and Elijbet committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    1f6ad79 View commit details
    Browse the repository at this point in the history
  9. chore: release next

    github-actions[bot] authored and Elijbet committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    951708f View commit details
    Browse the repository at this point in the history
  10. fix(rating): adds focus outline on click (#7341)

    **Related Issue:** #4633 ,
    #6642
    
    ## Summary
    
    This PR will add focus outline for `calcite-rating` component on click.
    anveshmekala authored and Elijbet committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    6ce661f View commit details
    Browse the repository at this point in the history
  11. chore: release next

    github-actions[bot] authored and Elijbet committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    c32f5c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. merge conflicts resolved

    Elijbet committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    68c642d View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    501693b View commit details
    Browse the repository at this point in the history
  2. revert unrelated changes

    Elijbet committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    165df30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddd6cf1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0eebfcf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    868ee5c View commit details
    Browse the repository at this point in the history
  6. revert package-lock

    Elijbet committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    1ce1986 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    adfb0b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

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

    Elijbet committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    e35c1f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59931e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2fb803a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ee8bdaf View commit details
    Browse the repository at this point in the history