Skip to content
Permalink

Comparing changes

Choose two branches to see what鈥檚 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: BuilderIO/partytown
base: v0.5.4
Choose a base ref
...
head repository: BuilderIO/partytown
compare: v0.6.0
Choose a head ref
  • 9 commits
  • 27 files changed
  • 5 contributors

Commits on May 9, 2022

  1. docs: grammar (#173)

    codercatdev committed May 9, 2022
    1 Configuration menu
    Copy the full SHA
    a03255b View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. feat: Propagate pushState/replaceState inside worker (#172)

    * feat: forward history.pushState/replaceState calls to worker
    
    * fix: keep passing doc.baseURI in LocationUpdateData
    
    * feat: add basic PopStateEvent and HashChangeEvent implementation
    
    * refactor: remove popstate/hashchange event handlers from worker-location
    
    * refactor: simplify logic responsible for preventing history change propagation back to main thread
    
    * refactor: remove duplicated declaration
    
    * test: propagate pushState and replaceState inside worker
    
    * fix: reset $propagateHistoryChange$ even after pushState or replaceState throws
    
    * test: assign originalPushState right before patching it
    slawekkolodziej committed May 24, 2022
    1 Configuration menu
    Copy the full SHA
    5b90408 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    5cdeabe View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    e4b12bc View commit details
    Browse the repository at this point in the history
  4. feat: Add support for passing functions in mainWindowAccessors (#183)

    * feat: try to create blocking calls for functions in worker-serializer
    
    * refactor: update function serializer check
    
    * test: ensure function passed in mainWindowAccessors is callable from worker
    slawekkolodziej committed May 24, 2022
    1 Configuration menu
    Copy the full SHA
    e6260a0 View commit details
    Browse the repository at this point in the history
  5. fix: Include third-party cookies when fetching images (#182)

    * fix: include third-party cookies when fetching images
    
    * fix: set src property on Image instance
    
    * test: verify that img.src is set
    slawekkolodziej committed May 24, 2022
    1 Configuration menu
    Copy the full SHA
    90c43a2 View commit details
    Browse the repository at this point in the history
  6. 1 Configuration menu
    Copy the full SHA
    ddc39d7 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. feat: serialize errors send to worker (#185)

    * feat: serialize errors send to worker
    
    * test: error serializer
    
    * test: handle webkit error messages
    
    * test: handle chromium error messages
    slawekkolodziej committed May 25, 2022
    1 Configuration menu
    Copy the full SHA
    24e5c84 View commit details
    Browse the repository at this point in the history
  2. 0.6.0

    adamdbradley committed May 25, 2022
    1 Configuration menu
    Copy the full SHA
    c124a7d View commit details
    Browse the repository at this point in the history