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.7.15
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.7.16
Choose a head ref
  • 4 commits
  • 28 files changed
  • 2 contributors

Commits on Dec 23, 2025

  1. Configuration menu
    Copy the full SHA
    4360e39 View commit details
    Browse the repository at this point in the history
  2. merge release-8.7.15 (#30886)

    v8.7.15
    
    ---------
    
    Co-authored-by: ionitron <hi@ionicframework.com>
    ShaneK and Ionitron authored Dec 23, 2025
    Configuration menu
    Copy the full SHA
    72826ed View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2025

  1. fix(modal): prevent card modal animation on viewport resize when moda…

    …l is closed (#30894)
    
    Issue number: resolves #30679
    
    ---------
    
    <!-- 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?
    When a page contains a card modal with a `presentingElement`, resizing
    the viewport (e.g., rotating from portrait to landscape) triggers the
    card modal's "lean back" animation on the presenting element, even when
    the modal has never been opened.
    
    ## What is the new behavior?
    Viewport resize events no longer trigger the presenting element
    animation when the modal is not presented. The animation only runs when
    the modal is actually open.
    
    ## 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. -->
    
    Current dev build:
    ```
    8.7.16-dev.11767028735.16932cea
    ```
    ShaneK authored Dec 30, 2025
    Configuration menu
    Copy the full SHA
    e5634d4 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2025

  1. v8.7.16

    Ionitron committed Dec 31, 2025
    Configuration menu
    Copy the full SHA
    d7f0fc8 View commit details
    Browse the repository at this point in the history
Loading