summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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] 33-34/+98
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 16-240/+290
* 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 9-47/+131
* 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-16[ci] collect statsGravatar FredKSchott 1-0/+1
2021-11-15Add Autoprefixer change to 0.21 migration guide (#1841)Gravatar Drew Powers 1-0/+16
2021-11-15[ci] yarn formatGravatar jonathantneal 1-0/+2
2021-11-15Docs/add italian translation (#1689)Gravatar Stefano Novelli 1-0/+70
* Docs/add italian translation * Apply suggestions from code review Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> * Update getting-started.md * Apply suggestions from code review Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
2021-11-15Fix PostCSS (and Autoprefixer) processing (#1837)Gravatar Drew Powers 18-12/+164
* 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 3-11/+23
* Start of fixing multiple CSS issue * Update tests to work with compiled output * Fix linting
2021-11-15Automatically add PR labels (#1835)Gravatar Nate Moore 2-0/+33
* chore: add PR labeler * chore: update labeler config * chore: add action label * refactor: use terse syntax
2021-11-15Use normalized path to detect layout files (#1822)Gravatar Bence Molnár 2-1/+6
Co-authored-by: Bence Molnár <bencemol@users.noreply.github.com>
2021-11-15Update build output (#1814)Gravatar Drew Powers 5-170/+41
2021-11-15[ci] yarn formatGravatar matthewp 7-15/+18
2021-11-15Support for using a subpath (#1801)Gravatar Matthew Phillips 16-10/+199
* 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-15[ci] collect statsGravatar FredKSchott 1-0/+1
2021-11-14Revert "add mirror-template example"Gravatar Nate Moore 1-53/+0
This reverts commit 753d51ebb4c61bcf4ad1a7eed3f508d351b0fd85.
2021-11-14add mirror-template exampleGravatar Nate Moore 1-0/+53
2021-11-14[ci] collect statsGravatar FredKSchott 1-0/+1
2021-11-13[ci] collect statsGravatar FredKSchott 1-0/+1
2021-11-12Update ---01-bug-report.ymlGravatar Nate Moore 1-1/+1
2021-11-12chore: update issue template (#1815)Gravatar Nate Moore 1-15/+11
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-12[ci] yarn formatGravatar jonathantneal 2-33/+15
2021-11-12Add Migration Guide to docs (#1751)Gravatar Jonathan Neal 16-18/+237
* Add Migration Guide to docs * edit: replace astro.config.js with astro.config.mjs * edit: use plain object in define:vars example * edit: improve 'components in markdown' documentation * edit: use astro resolve in file reference documentation example * edit: rename 'writing plugins' heading to 'custom renderers' Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * edit: fix PUBLIC_ environment variable example * edit: fix define:vars variable in example * edit: remove top-level alias documentation * edit: cleanup "passing variables into scripts and styles" description * Update migration-guide.md * Update migration-guide.md * update deployment config * update configuration * fix some errors and write a commit message about it * move the migration guide * update documentation * add migration guide to sidebar Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-11-12[ci] collect statsGravatar FredKSchott 1-0/+1
2021-11-12[ci] yarn formatGravatar FredKSchott 1-1/+1
2021-11-11reverse order the stats.csv file (#1802)Gravatar Fred K. Schott 2-72/+75
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-11Tell tailwind to purge from the src folder (#1797)Gravatar Matthew Phillips 1-1/+1
2021-11-11Uncomment hoisted scripts (#1743)Gravatar Matthew Phillips 8-26/+77
* Uncomment hoisted scripts * Get hoisted scripts to pass * Adds a changeset
2021-11-11Allow inline code blocks to wrap lines (#1799)Gravatar Ian VanSchooten 4-0/+4
2021-11-11[ci] yarn formatGravatar natemoo-re 3-2/+5
2021-11-11docs: seperate `npm run build` and `npm run dev` to avoid confusion (#1798)Gravatar Okiki 17-36/+65
To avoid confusion I seperated the `npm run build` and the `npm run dev` commands, beginners might get confused by each command being listed in the same list, thinking they need to run `npm run build` before Astro works properly. Add `npm run preview` commands to all examples where they are missing
2021-11-11Inject Doctype tag (#1783)Gravatar Drew Powers 6-23/+22
2021-11-11Enable macOS tests (#1774)Gravatar Drew Powers 2-0/+9
* Enable macOS tests * Fix macOS tests
2021-11-11[ci] yarn formatGravatar jonathantneal 2-6/+7
2021-11-11Update Astro docs to use v0.21 (#1738)Gravatar Jonathan Neal 12-33/+35
* update docs site to leverage astro v0.21 * fix resolutions * fix docsearch import * Resolve `@docsearch/react` is a cross-execution-context-friendly way * chore: update astro version * fix: remove line highlighting syntax * fix: braces inside of attr string * Match current astro version * Trim leading newline in MainLayout.astro template * Move card grid styles into Layout Co-authored-by: Nate Moore <nate@skypack.dev>
2021-11-11[ci] yarn formatGravatar matthewp 1-4/+4
2021-11-11Add display: contents for hydrated components (#1794)Gravatar Matthew Phillips 7-9/+42
* Add display: contents for hydrated components * Only serialize boolean attrs that are data attrs * Adds a changeset
2021-11-11Version Packages (next) (#1791)astro@0.21.0-next.3@astrojs/markdown-remark@0.4.0-next.1Gravatar github-actions[bot] 24-23/+43
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-11[ci] yarn formatGravatar matthewp 14-178/+163
2021-11-11Build/bundle assets and CSS (#1786)Gravatar Matthew Phillips 29-395/+1203
* Bundling CSS * Current progress of building assets * New build progress * Its finally working * Force css to go through the build * Prettier filenames * Split into separate CSS and HTML plugins * Always have at least one input * Bring back in sitemaps + output * Bring back srcset support * Bundle CSS * Bring back minify * Update dynamic tests * Update remaining tests * Linting * Fix remaining broken test * Use fs directly * Adding a changeset * Use path.posix * Debugging windows * More debugging * Pass URLs into readFile * Remove some debugging stuff * Remove force flag from transformWithVite * Update packages/astro/src/vite-plugin-build-css/index.ts Co-authored-by: Drew Powers <1369770+drwpow@users.noreply.github.com> Co-authored-by: Drew Powers <1369770+drwpow@users.noreply.github.com>
2021-11-11[ci] collect statsGravatar FredKSchott 1-0/+1
2021-11-10[ci] yarn formatGravatar natemoo-re 1-1/+1
2021-11-10Markdown bug bash! (#1789)Gravatar Nate Moore 7-3/+35
2021-11-10[ci] yarn formatGravatar jasikpark 1-21/+24