8000 Comparing v7.6.2...v7.6.3-nightly.20231220 · ionic-team/ionic-framework · GitHub
[go: up one dir, main page]

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: v7.6.2
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: v7.6.3-nightly.20231220
Choose a head ref
  • 5 commits
  • 33 files changed
  • 3 contributors

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    bfd497f View commit details
    Browse the repository at this point in the history
  2. merge release-7.6.2

    Release 7.6.2
    liamdebeasi authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    16f39d9 View commit details
    Browse the repository at this point in the history
  3. chore(ci): package-lock is updated from separate job (#28697)

    After each release, we need to update the local `package-lock.json`
    dependencies. We do this via a `npm install --package-lock-only`
    command. However, this command can fail for reasons such as a connection
    timeout. When this happens, the package-lock files do not get updated.
    
    The problem is this action is also done in the same job as generating
    the changelog and creating the GitHub release. This operations cannot be
    re-done. As a result, we cannot simply re-run this job and try updating
    the package-lock files again.
    
    This PR changes the workflow to split the package-lock update out to its
    own job. In the event that this job fails, we can re-run only this job
    and leave the other jobs untouched.
    liamdebeasi authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    5d3bf98 View commit details
    Browse the repository at this point in the history
  4. docs: account for this context (#28720)

    Issue number: N/A
    
    ---------
    
    <!-- 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. -->
    
    In #28694 there was
    some confusion around how to access `this` inside of a callback function
    passed to a property on Ionic components. The root issue was due to how
    the `this` context is determined with developers being responsible for
    setting the appropriate `this` context.
    
    ## What is the new behavior?
    <!-- Please describe the behavior or changes that are being added by
    this PR. -->
    
    - While this isn't an Ionic bug, I think it's worth calling out this
    behavior so developers are aware of how to account for it.
    
    ## 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/.github/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. -->
    
    
    Note: The link in the docs will not work until
    ionic-team/ionic-docs#3333 is merged.
    
    ---------
    
    Co-authored-by: Amanda Johnston <90629384+amandaejohnston@users.noreply.github.com>
    liamdebeasi and averyjohnston authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    4cf948f View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. v7.6.3-nightly.20231220

    Ionitron committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    b8622b9 View commit details
    Browse the repository at this point in the history
Loading
0