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.7
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.0
Choose a head ref
  • 9 commits
  • 118 files changed
  • 6 contributors

Commits on Jul 30, 2025

  1. Configuration menu
    Copy the full SHA
    ffcf5d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    244f9a1 View commit details
    Browse the repository at this point in the history
  3. merge release-8.6.7 (#30580)

    v8.6.7
    brandyscarney authored Jul 30, 2025
    Configuration menu
    Copy the full SHA
    d25b8a3 View commit details
    Browse the repository at this point in the history
  4. feat(reorder-group): add ionReorderStart, ionReorderMove, ionReorderE…

    …nd events (#30471)
    
    Issue number: resolves #23148 resolves #27614
    
    ---------
    
    The `ion-reorder-group` only emits an `ionItemReorder` event when the reorder gesture ends AND the item position has changed. There is no way to listen for when the gesture starts, is actively moving, or ends without the item changing position.
    
    - Adds an `ionReorderStart` event that is fired without any details on the start of the gesture.
    - Adds an `ionReorderMove` event that is fired continuously during gesture move and includes the `from` and `to` detail.
    - Adds an `ionReorderEnd` event that is fired at the end of the gesture and always includes the `from` and `to` detail, even if they are the same.
    - Deprecates the `ionItemReorder` event, recommending to use the `ionReorderEnd` instead.
    
    - [ ] Yes
    - [x] No
    
    While this does not introduce a breaking change, it does deprecate the `ionItemReorder` event in favor of the `ionReorderEnd` event. This event behaves a bit differently since it is always emitted on end. If the `from` and `to` are the same, it will still emit them, so it's possible to check if they are the same to determine if `ionReorderEnd` fired without moving item positions.
    
    ----
    
    Co-authored-by: sfinktah <[email protected]>
    Co-authored-by: Brandy Smith <[email protected]>
    3 people committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    b154f4e View commit details
    Browse the repository at this point in the history
  5. feat(modal): add IonModalToken for injecting modal elements in Angula…

    …r components (#30474)
    
    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, we provide no injection access to angular modals, which makes
    it difficult to connect to their events normally.
    
    ## What is the new behavior?
    <!-- Please describe the behavior or changes that are being added by
    this PR. -->
    
    This is an attempt to allow easier programmatic access to the internals
    of injected modals.
    
    ## 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.11749830167.1460aa73`
    ShaneK authored and brandyscarney committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    30d1910 View commit details
    Browse the repository at this point in the history
  6. feat(deps): update ionicons to v8 (#30390)

    Issue number: resolves #30445
    
    ---------
    
    Updates all packages to use the latest version of Ionicons v8
    
    ---------
    
    Co-authored-by: Brandy Smith <[email protected]>
    christian-bromann and brandyscarney committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    74cd71a View commit details
    Browse the repository at this point in the history
  7. feat(datetime): add border property to highlightedDates (#30534)

    Issue number: resolves #29833
    
    ---------
    
    - Adds the `border` property for customizing the border of highlighted dates
    - Adds the `border` to the e2e test for highlightedDates
    - Updates screenshots
    
    ---------
    
    Co-authored-by: Brandy Smith <[email protected]>
    brandyscarney and brandyscarney committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    d5627c7 View commit details
    Browse the repository at this point in the history
  8. feat(css): add new css utility classes for display and flex utils (#3…

    …0567)
    
    Issue number: resolves #22469
    
    ---------
    
    - Adds new responsive display classes with the following values: `none`, `inline`, `inline-block`, `block`, `flex`, `inline-flex`, `grid`, `inline-grid`, `table`, `table-cell`, `table-row`
    - Adds new responsive flex util classes for the following properties: `align-content`, `align-items`, `align-self`, `justify-content`, `flex-direction`, `flex-wrap`, `flex`, `flex-grow` , `flex-shrink`, `order`
    - Adds e2e tests to verify the correct classes are in the CSS files
    
    ---------
    
    Co-authored-by: Brandy Smith <[email protected]>
    brandyscarney and brandyscarney committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    75f6c05 View commit details
    Browse the repository at this point in the history
  9. v8.7.0

    Ionitron committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    cbb4ad5 View commit details
    Browse the repository at this point in the history
Loading