Comparing v1.6.0...v1.7.0 · QwikDev/qwik (original) (raw)
Commits on Jun 29, 2024
Commits on Jun 30, 2024
Commits on Jul 2, 2024
- Configuration menu
Browse the repository at this point in the history - Configuration menu
Browse the repository at this point in the history
Commits on Jul 3, 2024
Commits on Jul 5, 2024
- Configuration menu
Browse the repository at this point in the history - Configuration menu
Browse the repository at this point in the history
Commits on Jul 8, 2024
Commits on Jul 9, 2024
- 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
Browse the repository at this point in the history
- Configuration menu
Browse the repository at this point in the history - Configuration menu
Browse the repository at this point in the history - Configuration menu
Browse the repository at this point in the history - Configuration menu
Browse the repository at this point in the history - 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.qwikin the filename. This avoids overbuilding and allows other vite plugins to transform the code.
Configuration menu
Browse the repository at this point in the history - Configuration menu
Browse the repository at this point in the history - Configuration menu
Browse the repository at this point in the history - Configuration menu
Browse the repository at this point in the history - 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 ich@tzdesign.de
Co-authored-by: gioboa giorgiob.boa@gmail.com
Co-authored-by: PatrickJS github@patrickjs.com
4 people authored
Jul 9, 2024
Configuration menu
Browse the repository at this point in the history
11. Configuration menu
Browse the repository at this point in the history