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: dogo/SCLAlertView
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.3.0
Choose a base ref
...
head repository: dogo/SCLAlertView
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.3.1
Choose a head ref
  • 14 commits
  • 12 files changed
  • 2 contributors

Commits on Dec 20, 2023

  1. Update LICENSE

    dogo authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    ba55241 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    dogo committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    550686b View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Bump rexml from 3.2.6 to 3.2.8

    Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.2.8.
    - [Release notes](https://github.com/ruby/rexml/releases)
    - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
    - [Commits](ruby/rexml@v3.2.6...v3.2.8)
    
    ---
    updated-dependencies:
    - dependency-name: rexml
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 16, 2024
    Configuration menu
    Copy the full SHA
    ba85bba View commit details
    Browse the repository at this point in the history
  2. Merge pull request #312 from dogo/dependabot/bundler/rexml-3.2.8

    Bump rexml from 3.2.6 to 3.2.8
    dogo authored May 16, 2024
    Configuration menu
    Copy the full SHA
    44574dc View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Bump rexml from 3.2.8 to 3.3.9

    Bumps [rexml](https://github.com/ruby/rexml) from 3.2.8 to 3.3.9.
    - [Release notes](https://github.com/ruby/rexml/releases)
    - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
    - [Commits](ruby/rexml@v3.2.8...v3.3.9)
    
    ---
    updated-dependencies:
    - dependency-name: rexml
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    5e7e2e8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #314 from dogo/dependabot/bundler/rexml-3.3.9

    Bump rexml from 3.2.8 to 3.3.9
    dogo authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    2d53cf8 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2025

  1. Update Build.yml

    dogo authored Apr 15, 2025
    Configuration menu
    Copy the full SHA
    8d24b42 View commit details
    Browse the repository at this point in the history
  2. Update build_app.sh

    dogo authored Apr 15, 2025
    Configuration menu
    Copy the full SHA
    4e9a4a7 View commit details
    Browse the repository at this point in the history
  3. Update .ruby-version

    dogo authored Apr 15, 2025
    Configuration menu
    Copy the full SHA
    5f7ef78 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2025

  1. Bump rexml from 3.3.9 to 3.4.2

    Bumps [rexml](https://github.com/ruby/rexml) from 3.3.9 to 3.4.2.
    - [Release notes](https://github.com/ruby/rexml/releases)
    - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
    - [Commits](ruby/rexml@v3.3.9...v3.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: rexml
      dependency-version: 3.4.2
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    67a329c View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2025

  1. Merge pull request #317 from dogo/dependabot/bundler/rexml-3.4.2

    Bump rexml from 3.3.9 to 3.4.2
    dogo authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    bb1e49e View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2025

  1. Configuration menu
    Copy the full SHA
    eb52791 View commit details
    Browse the repository at this point in the history
  2. feat(alert): improve background blur capture for iOS 13+ scenes and i…

    …OS 26 safety
    
    Added SCLAlertView+WindowResolver category to resolve the active window via UIScene, replacing deprecated keyWindow.
    Updated makeBlurBackground to use new resolver and call layoutIfNeeded before snapshot.
    Replaced legacy snapshot code with UIGraphicsImageRenderer to prevent CGBitmapContext size={0,0} crash on iOS 26.
    dogo committed Oct 7, 2025
    Configuration menu
    Copy the full SHA
    788e0b8 View commit details
    Browse the repository at this point in the history
  3. Bump version to 1.3.1

    dogo committed Oct 7, 2025
    Configuration menu
    Copy the full SHA
    1aeb767 View commit details
    Browse the repository at this point in the history
Loading