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: QwikDev/qwik
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @builder.io/qwik@1.19.1
Choose a base ref
...
head repository: QwikDev/qwik
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @builder.io/qwik@1.19.2
Choose a head ref
  • 16 commits
  • 19 files changed
  • 7 contributors

Commits on Mar 3, 2026

  1. Configuration menu
    Copy the full SHA
    df7dd00 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8400 from QwikDev/fix/1999

    fix: handle special characters in dynamic route
    gioboa authored Mar 3, 2026
    Configuration menu
    Copy the full SHA
    fcfe925 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2026

  1. fix(qwik-city): address lint issues in sitemap stream implementation

    Fix lint issues reported by CI in the sitemap stream implementation.
    
    Changes include:
    - remove unused sitemapPromise variable
    - ensure braces are used for if/else blocks
    - avoid Promise<any>
    - simplify sitemap stream shutdown logic
    
    These changes do not alter behavior, they only address lint and style issues.
    mcoelho80 authored Mar 4, 2026
    Configuration menu
    Copy the full SHA
    1aa1ad2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    568cfcd View commit details
    Browse the repository at this point in the history
  3. fix(ssg): race conditions with appendFile on FreeBSD

    fix(qwik-city): address lint issues in sitemap stream implementation
    wmertens authored Mar 4, 2026
    Configuration menu
    Copy the full SHA
    c9daedb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98a73f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2026

  1. chore(deps): bump svgo in the npm_and_yarn group across 1 directory

    Bumps the npm_and_yarn group with 1 update in the / directory: [svgo](https://github.com/svg/svgo).
    
    
    Updates `svgo` from 3.3.2 to 3.3.3
    - [Release notes](https://github.com/svg/svgo/releases)
    - [Commits](svg/svgo@v3.3.2...v3.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: svgo
      dependency-version: 3.3.3
      dependency-type: direct:production
      dependency-group: npm_and_yarn
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 5, 2026
    Configuration menu
    Copy the full SHA
    2288d88 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8406 from QwikDev/dependabot/npm_and_yarn/npm_and…

    …_yarn-e80878864f
    
    chore(deps): bump svgo from 3.3.2 to 3.3.3 in the npm_and_yarn group across 1 directory
    gioboa authored Mar 5, 2026
    Configuration menu
    Copy the full SHA
    75e6fdb View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2026

  1. docs: "Show Me" button state in tutorial is not in sync with code

    Steps to reproduce:
    
    1. Click the "Show Me" button.
    2. Click the "Next" button to show the next content.
    
    Expected behavior:
    
    The label of button is "Show Me", as the code in the content is in the initial
    state.
    
    Actual behavior:
    
    The label of button is still "Reset", while the code in the content is in the
    initial state, which makes me click the button twice to show the solution in
    the content.
    igrep committed Mar 8, 2026
    Configuration menu
    Copy the full SHA
    95fa772 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    069123d View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2026

  1. Configuration menu
    Copy the full SHA
    7b5867c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8424 from QwikDev/form-array

    fix(qwik-city): better POST formdata array parsing
    wmertens authored Mar 13, 2026
    Configuration menu
    Copy the full SHA
    31a698e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8412 from igrep/tutorial-fix-show-me-button

    docs: "Show Me" button state in tutorial is not in sync with code
    wmertens authored Mar 13, 2026
    Configuration menu
    Copy the full SHA
    220105b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7aee95 View commit details
    Browse the repository at this point in the history
  5. Version Packages

    github-actions[bot] committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    0a5e7a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5994de2 View commit details
    Browse the repository at this point in the history
Loading