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/capacitor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.4.1
Choose a base ref
...
head repository: ionic-team/capacitor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.6.0
Choose a head ref
  • 19 commits
  • 31 files changed
  • 7 contributors

Commits on Feb 21, 2022

  1. Configuration menu
    Copy the full SHA
    55bf004 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Release 3.4.2

    jcesarmobile committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    2e4a06b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c2b579 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Release 3.4.3

    jcesarmobile committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    33e9b34 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Configuration menu
    Copy the full SHA
    8875d5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff3967a View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. Configuration menu
    Copy the full SHA
    3bb288e View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Configuration menu
    Copy the full SHA
    cdd5a6e View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Configuration menu
    Copy the full SHA
    6810a19 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Release 3.5.0

    jcesarmobile committed Apr 22, 2022
    1 Configuration menu
    Copy the full SHA
    f03e1a6 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Configuration menu
    Copy the full SHA
    f35d96b View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Configuration menu
    Copy the full SHA
    8b4e861 View commit details
    Browse the repository at this point in the history
  2. Release 3.5.1

    jcesarmobile committed May 4, 2022
    Configuration menu
    Copy the full SHA
    009064d View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. fix(ios): Use URL(fileURLWithPath:) instead of URL(string:) (#5603)

    * fix(ios): Creating a url from `URL(string:)` returns nil
    if a path contains spaces. `URL(fileURLWithPath:)` does not.
    * chore(ios): Remove test checking for invalid path. File urls are less
    strict in the characters accepted and never returns nil.
    * chore(ios): Add test case for file path with spaces
    Steven0351 authored May 10, 2022
    Configuration menu
    Copy the full SHA
    5fac1b2 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Router base path (#5630)

    * The undocumented Router protocol currently only allows for specifyingrelative paths. This change makes it possible to point to an entirely different base url (which is needed for portals for capacitor)
    
    * chore: fix added router test
    
    * chore: Move router call in the else branch of WebViewAssetHandler. No need to run the method if it's not needed.
    Steven0351 authored May 19, 2022
    Configuration menu
    Copy the full SHA
    9e2a5e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Update README.md

    Updating description
    mlynch authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    6cba188 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Configuration menu
    Copy the full SHA
    62f0a5e View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. feat(iOS, Android): add AppUUID Lib for plugins (#5690)

    * feat(iOS, Android): add AppUUID Lib for plugins
    
    * chore: fmt
    
    * chore: swift standard style changes
    IT-MikeS authored Jun 17, 2022
    Configuration menu
    Copy the full SHA
    05e76cf View commit details
    Browse the repository at this point in the history
  2. Release 3.6.0

    jcesarmobile committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    1e06a19 View commit details
    Browse the repository at this point in the history
Loading