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: v1.6.0
Choose a base ref
...
head repository: QwikDev/qwik
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.7.0
Choose a head ref
  • 19 commits
  • 106 files changed
  • 13 contributors

Commits on Jun 29, 2024

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    davidor David Ortiz
    Copy the full SHA
    b41be83 View commit details

Commits on Jun 30, 2024

  1. fix(dev): path to outside-project files (#6624)

    / gets prepended due to the request and parentPath already has /
    wmertens authored Jun 30, 2024

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    davidor David Ortiz
    Copy the full SHA
    4485d32 View commit details

Commits on Jul 2, 2024

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    davidor David Ortiz
    Copy the full SHA
    9236a5f View commit details
  2. Copy the full SHA
    8a5ef13 View commit details

Commits on Jul 3, 2024

  1. Copy the full SHA
    220536f View commit details

Commits on Jul 5, 2024

  1. Copy the full SHA
    c89767b View commit details
  2. refactor: tiny adjustment for document testing (#6647)

    * refactor: tiny adjustment for document testing
    
    * Update condition check order
    
    ---------
    
    Co-authored-by: Arly Xiao <[email protected]>
    arlyxiao and Arly Xiao authored Jul 5, 2024
    Copy the full SHA
    35be2b2 View commit details

Commits on Jul 8, 2024

  1. Copy the full SHA
    9cfb612 View commit details

Commits on Jul 9, 2024

  1. fix(dev): vite base and qrl segment fixes

    - fixes nx monorepo path lookup in dev mode
    - fix vite prefix for css etc
    - fix qrl segment path encoding for windows in dev mode
    - only pass parent filename since path is always the same
    - simplify resolveId path handling
    - change starter to only add service worker in production
    - add base url to manifest
    wmertens committed Jul 9, 2024
    Copy the full SHA
    091bb1f View commit details
  2. fix(dev): hot reload

    wmertens committed Jul 9, 2024
    Copy the full SHA
    18c68fd View commit details
  3. feat(dev): export symbolMapper

    thejackshelton authored and wmertens committed Jul 9, 2024
    Copy the full SHA
    1e0007e View commit details
  4. Copy the full SHA
    c94cef1 View commit details
  5. fix(qwik-react): fix dev bundling + v0.5.5

    without this, the react-dom server is loaded with `require` statements in dev mode
    wmertens committed Jul 9, 2024
    Copy the full SHA
    8c54f46 View commit details
  6. fix(dev): find all qwik packages in monorepos

    This is a temporary fix, the real fix is to remove the full build during buildStart, and then only rely on `.qwik` in the filename. This avoids overbuilding and allows other vite plugins to transform the code.
    wmertens committed Jul 9, 2024
    Copy the full SHA
    574cc3b View commit details
  7. fix(dev): retain @ in qrl segments

    This way the generated imports by vite and the generated qrl segments are in the same path in devtools
    wmertens committed Jul 9, 2024
    Copy the full SHA
    b115d82 View commit details
  8. Copy the full SHA
    9adc593 View commit details
  9. Copy the full SHA
    90566f0 View commit details
  10. feat(qwikcity/actions): dotnotation field-errors (#6568)

    * feat(qwikcity/actions): dotnotation field-errors
    
    On very complex nested types, you loose the location or the field the error belongs to. Closes #5463
    
    BREAKING CHANGE: The fieldErrors type on the action changed from Record<string,string[]>
    (simplified) to Record<string,string> where the key is now dot notation
    
    closes #5463
    
    * fix types and adding test
    
    * make the type partial
    
    * introduce arrays to the type and flattenErrors
    
    * run api.update
    
    * chore: run api.update
    
    * chore: run api.update
    
    * adding array to the test
    
    ---------
    
    Co-authored-by: Tobias Zimmermann <[email protected]>
    Co-authored-by: gioboa <[email protected]>
    Co-authored-by: PatrickJS <[email protected]>
    4 people authored Jul 9, 2024
    Copy the full SHA
    e05e354 View commit details
  11. chore: 1.7.0

    wmertens committed Jul 9, 2024
    Copy the full SHA
    33221e1 View commit details
Loading