Age | Commit message (Collapse) | Author | Files | Lines |
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
|
|
|
|
|
|
* chore: update compiler
* redeploy
* fix(www): ensure www can build
* chore: update compiler
Co-authored-by: Fred K. Schott <fkschott@gmail.com>
|
|
|
|
* Fix error handling in correct scope
Also improve Vite IDs for better module graph lookups
* Improve code frame
* Add changeset
* maybeLoc can be undefined
* Add tests
Co-authored-by: Matthew Phillips <matthew@skypack.dev>
|
|
|
|
* update dependencies
* update file to fix build:all
|
|
|
|
|
|
* Dev server routing tests (and fixes)
* Adding a changeset
* Bump the style-ssr test timeout
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
* add create-astro to build:all
* mark error objects as any, instead of unknown
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
|
|
* Support custom elements
Support non-object/non-function components
* fix: ensure component is not string before throwing
Co-authored-by: Nate Moore <nate@skypack.dev>
|
|
|
|
* Fixes #1844
* Adds a changeset
* Remove all special casing
* Add a clarifying comment
|
|
|
|
|
|
|
|
|
|
* fix: enable node builtins
* fix: update bare node builtin test
* test: update fixture to support node@12
|
|
|
|
* fix: HMR regression
* fix: inject HMR script directly
|
|
|
|
* fix npm init flag handling
* Update index.ts
* Update real-cats-act.md
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
|
|
* Fix: dev server routing when not using subpath
* Better comment
* Adds a changeset
* Remove testing file
* Rename this.pathname to this.devRoot
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
Also add JSDoc to external types
|
|
* Fix Windows CSS bundling bug
JS components’ styles accidentally left out of final build on Windows
* Review feedback
|
|
|
|
* WIP: improve `client:only` handling
* feat: implement `client:only` in renderer
* test: reenable client:only tests
* feat: improve SSR error messages
* fix: add `resolvePath` method to Metadata
* test: fix client-only test
* chore: fix custom-elements handling
* test: revert `custom-elements` test change
* fix: do not assign a default renderer even if there's only one configured
* chore: bump compiler
* chore: add changeset
|
|
* Fix PostCSS processing
* Skip Windows tests
(for now)
|
|
|
|
* Start of fixing multiple CSS issue
* Update tests to work with compiled output
* Fix linting
|
|
Co-authored-by: Bence Molnár <bencemol@users.noreply.github.com>
|
|
|
|
|
|
* Support for using a subpath
* Update the readme
* Fix the package name
* Adds a changeset
* Ensure that public/ must be loaded from the subpath
* Update preview to use the new paths
* Use exact compiler version
* Use the newest version
* Use range again
* Use newer range
|
|
* Redesigned 404 page
* Update 5xx template
Co-authored-by: Isaac McFadyen <6243993+mcfadyeni@users.noreply.github.com>
|
|
* Improve WASM panic error
* Add panic test
|
|
|
|
* Uncomment hoisted scripts
* Get hoisted scripts to pass
* Adds a changeset
|
|
|
|
* Enable macOS tests
* Fix macOS tests
|
|
|