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: nolimits4web/swiper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.0.4
Choose a base ref
...
head repository: nolimits4web/swiper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10.1.0
Choose a head ref
  • 15 commits
  • 23 files changed
  • 5 contributors

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    21b24df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22e89d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    697b028 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. fix(zoom): fix image move in element

    fixes #6847
    nolimits4web committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    89d9aa5 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Update BACKERS.md

    nolimits4web committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    b7cf0eb View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. fix: fix source maps for ES modules (#6866)

    This commit addresses an issue with the missing ".min" part in the source map URLs, which leads to broken links for .jsm files. The problem is that the URLs are not correctly formed, causing the files to point to non-existing locations.
    
    In this code change, we have rectified this problem by ensuring that the source map URLs now include the ".min" part. This adjustment ensures that the links to .jsm files are correctly directed to the appropriate URLs, resolving the problem of broken links.
    
    With this fix, the source map URLs will now be accurately generated, and the .jsm files will successfully link to their corresponding source maps, resolving the previously broken links.
    
    Fixes #6863
    Matt-Kaminski authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    5e88c4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1b7254 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    068ee68 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a83360 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf29843 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2f61fda View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. chore: sponsors

    nolimits4web committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    ec341f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d52cf81 View commit details
    Browse the repository at this point in the history
  3. chore: update deps

    nolimits4web committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    8fb953b View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. 10.1.0

    nolimits4web committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    b1ac56d View commit details
    Browse the repository at this point in the history
Loading