Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ionic-team/ionic-framework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.6.1
Choose a base ref
...
head repository: ionic-team/ionic-framework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.6.2
Choose a head ref
  • 5 commits
  • 30 files changed
  • 4 contributors

Commits on Jun 11, 2025

  1. Configuration menu
    Copy the full SHA
    e27c14a View commit details
    Browse the repository at this point in the history
  2. merge release-8.6.1 (#30475)

    Release v8.6.1
    thetaPC authored Jun 11, 2025
    Configuration menu
    Copy the full SHA
    d52b253 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2025

  1. fix(range): improve focus and blur handling for dual knobs (#30482)

    Issue number: resolves #internal
    
    ---------
    
    <!-- Please do not submit updates to dependencies unless it fixes an
    issue. -->
    
    <!-- Please try to limit your pull request to one type (bugfix, feature,
    etc). Submit multiple pull requests if needed. -->
    
    ## What is the current behavior?
    <!-- Please describe the current behavior that you are modifying. -->
    
    Currently, if you use keyboard navigation to move between dual range
    slider knobs, only the first knob you navigate to is highlighted. This
    is because both elements in the same component are marked as focusable
    and the code that manages focusable doesn't take into account multiple
    elements in the same component.
    
    
    https://github.com/user-attachments/assets/36d84eed-6928-446e-becd-ffa2a97e3cc2
    
    ## What is the new behavior?
    <!-- Please describe the behavior or changes that are being added by
    this PR. -->
    
    After these changes, we manage focusing on dual knob range sliders
    manually, so using tab navigation through dual knob range sliders
    focuses knobs as expected.
    
    ## Does this introduce a breaking change?
    
    - [ ] Yes
    - [X] No
    
    <!--
      If this introduces a breaking change:
    1. Describe the impact and migration path for existing applications
    below.
      2. Update the BREAKING.md file with the breaking change.
    3. Add "BREAKING CHANGE: [...]" to the commit description when merging.
    See
    https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md#footer
    for more information.
    -->
    
    
    ## Other information
    
    <!-- Any other information that is important to this PR such as
    screenshots of how the component looks before and after the change. -->
    
    [Test - Range - Basic
    screen](https://ionic-framework-git-fw-6401-ionic1.vercel.app/src/components/range/test/basic)
    ShaneK authored Jun 13, 2025
    Configuration menu
    Copy the full SHA
    6811fe5 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2025

  1. fix(picker-column): fallback to elementFromPoint for iOS 16 Shadow DO…

    …M bug (#30479)
    
    Issue number: resolves #29672
    
    ---------
    
    <!-- Please do not submit updates to dependencies unless it fixes an
    issue. -->
    
    <!-- Please try to limit your pull request to one type (bugfix, feature,
    etc). Submit multiple pull requests if needed. -->
    
    ## What is the current behavior?
    <!-- Please describe the current behavior that you are modifying. -->
    
    The issue on iOS 16 with `elementsFromPoint` is related to how it
    handles Shadow DOM retargeting when called from the document (global)
    context.
    
    It leads to an `undefined` element that is required to trigger
    `ionChange`.
    
    ## What is the new behavior?
    <!-- Please describe the behavior or changes that are being added by
    this PR. -->
    
    - Returns the top most element as a fallback only if the element has a
    tag of `'ion-picker-column-option'`.
    
    ## Does this introduce a breaking change?
    
    - [ ] Yes
    - [x] No
    
    <!--
      If this introduces a breaking change:
    1. Describe the impact and migration path for existing applications
    below.
      2. Update the BREAKING.md file with the breaking change.
    3. Add "BREAKING CHANGE: [...]" to the commit description when merging.
    See
    https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md#footer
    for more information.
    -->
    
    
    ## Other information
    
    <!-- Any other information that is important to this PR such as
    screenshots of how the component looks before and after the change. -->
    
    Dev build: `8.6.2-dev.11749761258.1b46b6a9`
    
    ---------
    
    Co-authored-by: Vilhelm Josander <[email protected]>
    thetaPC and vilhelmjosander authored Jun 18, 2025
    Configuration menu
    Copy the full SHA
    6ae2907 View commit details
    Browse the repository at this point in the history
  2. v8.6.2

    Ionitron committed Jun 18, 2025
    Configuration menu
    Copy the full SHA
    0ea65fe View commit details
    Browse the repository at this point in the history
Loading