-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Comparing changes
Open a pull request
base repository: QwikDev/qwik
base: v1.6.0
head repository: QwikDev/qwik
compare: v1.7.0
- 19 commits
- 106 files changed
- 13 contributors
Commits on Jun 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b41be83 - Browse repository at this point
Copy the full SHA b41be83View commit details
Commits on Jun 30, 2024
-
fix(dev): path to outside-project files (#6624)
/ gets prepended due to the request and parentPath already has /
Configuration menu - View commit details
-
Copy full SHA for 4485d32 - Browse repository at this point
Copy the full SHA 4485d32View commit details
Commits on Jul 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9236a5f - Browse repository at this point
Copy the full SHA 9236a5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a5ef13 - Browse repository at this point
Copy the full SHA 8a5ef13View commit details
Commits on Jul 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 220536f - Browse repository at this point
Copy the full SHA 220536fView commit details
Commits on Jul 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c89767b - Browse repository at this point
Copy the full SHA c89767bView commit details -
refactor: tiny adjustment for document testing (#6647)
* refactor: tiny adjustment for document testing * Update condition check order --------- Co-authored-by: Arly Xiao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 35be2b2 - Browse repository at this point
Copy the full SHA 35be2b2View commit details
Commits on Jul 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9cfb612 - Browse repository at this point
Copy the full SHA 9cfb612View commit details
Commits on Jul 9, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 091bb1f - Browse repository at this point
Copy the full SHA 091bb1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18c68fd - Browse repository at this point
Copy the full SHA 18c68fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e0007e - Browse repository at this point
Copy the full SHA 1e0007eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c94cef1 - Browse repository at this point
Copy the full SHA c94cef1View commit details -
fix(qwik-react): fix dev bundling + v0.5.5
without this, the react-dom server is loaded with `require` statements in dev mode
Configuration menu - View commit details
-
Copy full SHA for 8c54f46 - Browse repository at this point
Copy the full SHA 8c54f46View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 574cc3b - Browse repository at this point
Copy the full SHA 574cc3bView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for b115d82 - Browse repository at this point
Copy the full SHA b115d82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9adc593 - Browse repository at this point
Copy the full SHA 9adc593View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90566f0 - Browse repository at this point
Copy the full SHA 90566f0View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for e05e354 - Browse repository at this point
Copy the full SHA e05e354View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33221e1 - Browse repository at this point
Copy the full SHA 33221e1View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.6.0...v1.7.0