summaryrefslogtreecommitdiff
path: root/packages (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-11-19Version Packages (next) (#1881)astro@0.21.0-next.8@astrojs/renderer-vue@0.2.0-next.2Gravatar github-actions[bot] 4-3/+19
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-18Improve HMR (#1896)Gravatar Drew Powers 2-10/+18
2021-11-18update depsGravatar Fred K. Schott 2-10/+7
2021-11-18fix #1778Gravatar Fred K. Schott 1-1/+3
2021-11-18Update compiler (#1869)Gravatar Nate Moore 1-1/+1
* chore: update compiler * redeploy * fix(www): ensure www can build * chore: update compiler Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-11-18remove unused remark dependency (#1894)Gravatar Fred K. Schott 1-1/+0
2021-11-18Improve error messages (#1875)Gravatar Drew Powers 37-57/+424
* 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>
2021-11-18pin astro compiler to older versionGravatar Fred K. Schott 1-1/+1
2021-11-18Update yarn.lock to reflect the state of the package.json files (#1892)Gravatar Jonathan Neal 2-2/+2
* update dependencies * update file to fix build:all
2021-11-18Fix styles-ssr timeout (#1891)Gravatar Drew Powers 1-19/+17
2021-11-18[ci] yarn formatGravatar matthewp 1-11/+11
2021-11-18Dev server routing tests (and fixes) (#1879)Gravatar Matthew Phillips 15-4/+172
* Dev server routing tests (and fixes) * Adding a changeset * Bump the style-ssr test timeout
2021-11-17Version Packages (next) (#1873)create-astro@0.6.7-next.1astro@0.21.0-next.7Gravatar github-actions[bot] 4-2/+16
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-17add create-astro to build:all (#1872)Gravatar Fred K. Schott 1-2/+2
* add create-astro to build:all * mark error objects as any, instead of unknown
2021-11-17Version Packages (next) (#1863)Gravatar github-actions[bot] 4-2/+16
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-17Fix AstroComponent check (#1849)Gravatar Jonathan Neal 1-1/+1
2021-11-17Support custom elements (#1854)Gravatar Jonathan Neal 1-1/+1
* 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>
2021-11-17[ci] yarn formatGravatar matthewp 2-13/+6
2021-11-17Fix for built scoped Vue styles (#1868)Gravatar Matthew Phillips 2-41/+71
* Fixes #1844 * Adds a changeset * Remove all special casing * Add a clarifying comment
2021-11-17fix middleware order (#1865)Gravatar Fred K. Schott 1-1/+1
2021-11-17[ci] yarn formatGravatar FredKSchott 1-15/+12
2021-11-17Address code review comments regarding styleGravatar Fred K. Schott 1-67/+60
2021-11-17[ci] yarn formatGravatar natemoo-re 1-1/+1
2021-11-17fix: enable node builtins (#1771)Gravatar Nate Moore 4-15/+12
* fix: enable node builtins * fix: update bare node builtin test * test: update fixture to support node@12
2021-11-17[ci] yarn formatGravatar natemoo-re 2-2/+2
2021-11-17fix: HMR regression (#1858)Gravatar Nate Moore 2-2/+13
* fix: HMR regression * fix: inject HMR script directly
2021-11-17[ci] yarn formatGravatar FredKSchott 1-3/+3
2021-11-17fix npm init flag handling in create-astro (#1862)Gravatar Fred K. Schott 1-1/+7
* fix npm init flag handling * Update index.ts * Update real-cats-act.md
2021-11-16Version Packages (next) (#1847)astro@0.21.0-next.5Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-16[ci] yarn formatGravatar matthewp 1-3/+3
2021-11-16Fix: dev server routing when not using subpath (#1846)Gravatar Matthew Phillips 1-10/+22
* Fix: dev server routing when not using subpath * Better comment * Adds a changeset * Remove testing file * Rename this.pathname to this.devRoot
2021-11-16Version Packages (next) (#1796)astro@0.21.0-next.4@astrojs/renderer-vue@0.2.0-next.1@astrojs/renderer-svelte@0.2.0-next.1@astrojs/renderer-solid@0.2.0-next.1@astrojs/renderer-react@0.3.0-next.1@astrojs/renderer-preact@0.3.0-next.1Gravatar github-actions[bot] 12-10/+65
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-16Clean up, simplify types (#1816)Gravatar Drew Powers 32-184/+164
Also add JSDoc to external types
2021-11-16Fix Windows CSS bundling bug (#1840)Gravatar Drew Powers 14-131/+149
* Fix Windows CSS bundling bug JS components’ styles accidentally left out of final build on Windows * Review feedback
2021-11-16[ci] yarn formatGravatar natemoo-re 1-5/+5
2021-11-16Implement `client:only` handling (#1716)Gravatar Nate Moore 7-43/+122
* 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
2021-11-15Fix PostCSS (and Autoprefixer) processing (#1837)Gravatar Drew Powers 15-10/+150
* Fix PostCSS processing * Skip Windows tests (for now)
2021-11-15[ci] yarn formatGravatar matthewp 1-3/+3
2021-11-15Start of fixing multiple CSS issue (#1838)Gravatar Matthew Phillips 2-7/+19
* Start of fixing multiple CSS issue * Update tests to work with compiled output * Fix linting
2021-11-15Use normalized path to detect layout files (#1822)Gravatar Bence Molnár 1-1/+1
Co-authored-by: Bence Molnár <bencemol@users.noreply.github.com>
2021-11-15Update build output (#1814)Gravatar Drew Powers 4-170/+36
2021-11-15[ci] yarn formatGravatar matthewp 4-10/+13
2021-11-15Support for using a subpath (#1801)Gravatar Matthew Phillips 5-10/+56
* 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
2021-11-12404 page (#1811)Gravatar Drew Powers 5-70/+176
* Redesigned 404 page * Update 5xx template Co-authored-by: Isaac McFadyen <6243993+mcfadyeni@users.noreply.github.com>
2021-11-11Improve WASM panic error (#1782)Gravatar Drew Powers 6-10/+78
* Improve WASM panic error * Add panic test
2021-11-11[ci] yarn formatGravatar matthewp 1-2/+2
2021-11-11Uncomment hoisted scripts (#1743)Gravatar Matthew Phillips 7-26/+72
* Uncomment hoisted scripts * Get hoisted scripts to pass * Adds a changeset
2021-11-11Inject Doctype tag (#1783)Gravatar Drew Powers 6-23/+22
2021-11-11Enable macOS tests (#1774)Gravatar Drew Powers 1-0/+7
* Enable macOS tests * Fix macOS tests
2021-11-11[ci] yarn formatGravatar matthewp 1-4/+4