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: 32ab505
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: 8d07917
Choose a head ref
  • 6 commits
  • 40 files changed
  • 6 contributors

Commits on Mar 4, 2026

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

    v8.8.0
    brandyscarney authored Mar 4, 2026
    Configuration menu
    Copy the full SHA
    d36aef3 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2026

  1. feat(toast): add wrapper and content parts (#30992)

    Issue number: resolves #30735
    
    ---------
    
    ## What is the current behavior?
    Toast's wrapper and content divs do not have part attributes.
    
    ## What is the new behavior?
    - Adds `wrapper` and `content` parts to Toast.
    
    ## 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
    
    This PR was originally opened by @Hurubon here in #30737. It was lost in
    `feature-8.8` due to a bad merge, so this PR is to re-apply this feature
    so it can go out in 8.8.1 (it was originally supposed to go out in
    8.8.0)
    
    Co-authored-by: Hurubon <58346722+Hurubon@users.noreply.github.com>
    
    Co-authored-by: Hurubon <58346722+Hurubon@users.noreply.github.com>
    ShaneK and Hurubon authored Mar 5, 2026
    Configuration menu
    Copy the full SHA
    366f00e View commit details
    Browse the repository at this point in the history
  2. fix(accordion): update tabindex based on disabled state (#30986)

    Issue number: resolves internal
    
    ---------
    
    ## What is the current behavior?
    When an accordion item was set as disabled, it was still possible to
    focus using keyboard navigation.
    
    ## What is the new behavior?
    When an accordion item is disabled, `tabindex` is set as -1 to stop
    being focusable using the keyboard navigation.
    
    ## Does this introduce a breaking change?
    
    - [ ] Yes
    - [ ] No
    
    ## Other information
    
    
    [preview](https://ionic-framework-qznd9tqne-ionic1.vercel.app/src/components/accordion-group/test/states/)
    
    ---------
    
    Co-authored-by: Maria Hutt <maria.hutt@outsystems.com>
    os-davidlourenco and thetaPC authored Mar 5, 2026
    Configuration menu
    Copy the full SHA
    0e76a69 View commit details
    Browse the repository at this point in the history
  3. fix(angular): export RefresherPullEnd types (#30991)

    Issue number: internal
    
    ---------
    
    ## What is the current behavior?
    Currently, the 8.8 refresher events are not exported to Angular
    
    ## What is the new behavior?
    With this change, we export the new events and also add Angular tests to
    validate that they work and will continue working in the future.
    
    ## Does this introduce a breaking change?
    
    - [ ] Yes
    - [X] No
    ShaneK authored Mar 5, 2026
    Configuration menu
    Copy the full SHA
    72abcca View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2026

  1. v8.8.1

    Ionitron committed Mar 6, 2026
    Configuration menu
    Copy the full SHA
    8d07917 View commit details
    Browse the repository at this point in the history
Loading