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: dint-dev/universal_html
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.7
Choose a base ref
...
head repository: dint-dev/universal_html
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.0
Choose a head ref
  • 20 commits
  • 12 files changed
  • 5 contributors

Commits on May 27, 2023

  1. Update Line no. 2752 with null check. element_subclasses.dart

    Added a null check at line no. 2752. Because it was throwing a compile time exception when used in a project. 
    After doing this change it worked fine [Locally].
    Noman5253 authored May 27, 2023
    Configuration menu
    Copy the full SHA
    ceb15dc View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    8c1cd4e View commit details
    Browse the repository at this point in the history
  2. fix replaceWith, cleanup

    fsw committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    529a033 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

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

Commits on Mar 25, 2024

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

Commits on Apr 9, 2025

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

Commits on Nov 16, 2025

  1. Configuration menu
    Copy the full SHA
    b01e52c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #77 from Noman5253/patch-1

    Update Line no. 2752 with null check. element_subclasses.dart
    terrier989 authored Nov 16, 2025
    Configuration menu
    Copy the full SHA
    d4e6f57 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #105 from Ruud14/window_open_isnull

    Fixed window.open(...) returning nullalbe WindowBase
    terrier989 authored Nov 16, 2025
    Configuration menu
    Copy the full SHA
    f06a8ce View commit details
    Browse the repository at this point in the history
  4. Merge pull request #89 from fsw/httprequest-apifix

    set HttpRequest::responseHeaders to non nullable
    terrier989 authored Nov 16, 2025
    Configuration menu
    Copy the full SHA
    cf6d0e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d3d4472 View commit details
    Browse the repository at this point in the history
  6. Fix CI pipeline failures

    terrier989 committed Nov 16, 2025
    Configuration menu
    Copy the full SHA
    b96d8e3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ee7dfd3 View commit details
    Browse the repository at this point in the history
  8. Remove BroadcastChannel code from example.dart

    Removed BroadcastChannel implementation from example.dart.
    terrier989 authored Nov 16, 2025
    Configuration menu
    Copy the full SHA
    3fe4671 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #84 from fsw/replacewith-bugfix

    fix replaceWith bugfix for node argument that is already in document tree
    terrier989 authored Nov 16, 2025
    Configuration menu
    Copy the full SHA
    25f9527 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    57e54fc View commit details
    Browse the repository at this point in the history
  11. Change linter rules

    terrier989 committed Nov 16, 2025
    Configuration menu
    Copy the full SHA
    3a50834 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c8ce1cc View commit details
    Browse the repository at this point in the history
  13. Merge pull request #97 from dab246/fix-broadcast-channel-not-found-wh…

    …en-compile-on-mobile
    
    fix: BroadcastChannel method not found when run on `dart.library.io`
    terrier989 authored Nov 16, 2025
    Configuration menu
    Copy the full SHA
    4664887 View commit details
    Browse the repository at this point in the history
  14. v2.3.0

    terrier989 committed Nov 16, 2025
    Configuration menu
    Copy the full SHA
    3b4c0a4 View commit details
    Browse the repository at this point in the history
Loading