summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-01-31update congratsbot againGravatar Fred K. Schott 1-1/+1
2022-01-31Remove SVG animation on GitHub/NPM (#2512)Gravatar Nate Moore 1-21/+0
* perf: remove SVG animation * update readme * Revert "update readme" This reverts commit 71abb6629d51d08ec7a50890ecf44140f6bc6b35.
2022-01-31[ci] yarn formatGravatar natemoo-re 2-4/+6
2022-01-31Add Shiki as an alternative to Prism (#2497)Gravatar Juan Martín Seery 26-9/+356
* [ci] yarn format * Added shiki to markdown-remark * Upgraded astro shiki * Added minimal example * Changed defaults to match <Code /> * Replace `shiki` with `astro` classes * Added documentation * Updated Astro code to use new `codeToHtml` * Added changesets * Added basic test * Updated tests a bit Co-authored-by: JuanM04 <JuanM04@users.noreply.github.com>
2022-01-31Deprecate unescaped HTML inside of expressions (#2489)Gravatar Nate Moore 9-31/+74
* feat: implement automatic escaping * feat: deprecate automatic escaping * fix: cast unescapeHTML as string * fix: slot fallback behavior * fix: unescaped content * Update escape.ts * Update escape.ts * feat: update internal components to use `set:html` * chore: update compiler * chore: update changeset
2022-01-31Enter prerelease mode (#2510)Gravatar Matthew Phillips 1-0/+48
2022-01-31Fix define:vars in the static build flag (#2511)Gravatar Matthew Phillips 5-15/+33
* Fix define:vars in the static build flag * Adds a changeset * linting
2022-01-31Fix issue rendering content within HTMLElement (#2506)Gravatar Jonathan Neal 2-7/+7
2022-01-31[docs] fix typo in portfolio-svelte example (#2496)Gravatar metonym 1-2/+2
2022-01-31[ci] yarn formatGravatar matthewp 1-9/+12
2022-01-31Missing '&' in example of scoped styles (#2485)Gravatar Angie 1-1/+1
Style is written in SCSS, so there is missing '&' in nesting data-theme
2022-01-31[ci] update lockfile (#2495)Gravatar Fred K. Schott 1-158/+158
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-01-31Minimize the minimal example (#2508)Gravatar Jonathan Neal 2-15/+4
2022-01-31Fix a regression in vite.build() base option (#2502)Gravatar Fred K. Schott 3-20/+46
* Fixes subpath bugs * Remove trailing slash appending Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2022-01-31Fix Astro Components example (#2507)Gravatar Jonathan Neal 1-0/+0
2022-01-31[ci] yarn formatGravatar matthewp 1-1/+1
2022-01-31Add Astro.resolve deprecation warning case for script tags (#2493)Gravatar Astroalex 2-0/+20
* Adding script.ts util for checking scripts files path * Adding deprecation message `Astro.resolve()` case for scripts files with suggestions
2022-01-31refactor the route cache and other build internals (#2503)Gravatar Fred K. Schott 14-196/+190
* refactor dev to use vite server * refactor the route cache and other build internals * use debug package for debug logs (#2504) Co-authored-by: Matthew Phillips <matthew@matthewphillips.info>
2022-01-31refactor dev to use vite server (#2494)Gravatar Fred K. Schott 21-449/+222
2022-01-31Update deployment documentation for Vercel. (#2500)Gravatar Lee Robinson 2-8/+42
* Update deployment documentation for Vercel. * Update spanish docs too. * Apply suggestions from code review
2022-01-31[ci] collect statsGravatar FredKSchott 1-0/+1
2022-01-30[ci] collect statsGravatar FredKSchott 1-0/+1
2022-01-29[ci] yarn formatGravatar FredKSchott 1-10/+3
2022-01-29update turbo configGravatar Fred K. Schott 2-33/+34
2022-01-29[ci] collect statsGravatar FredKSchott 1-0/+1
2022-01-28remove old docs templateGravatar Fred K. Schott 1-7/+0
2022-01-28point issues to the new docs repoGravatar Fred K. Schott 1-0/+3
2022-01-29[ci] yarn formatGravatar jonathantneal 1-1/+1
2022-01-28[MINOR] standardize trailing subpath, fix fetchContent url issue (#2471)Gravatar Fred K. Schott 7-9/+33
* standardize trailing subpath, and fix fetchcontent issue * debug windows ci * improve ci test * fix windows test issue? * fix only usage * end debugging
2022-01-28Handle project folders containing a space in the static build (#2486)Gravatar Matthew Phillips 20-18/+31
* Handle project folders containing a space * Adds a changeset * Bump the test package version * Use server relative paths as entries * Fix windows * A hoisted fix * Correctly handle facadeIds on windows
2022-01-29[ci] yarn formatGravatar jonathantneal 1-8/+8
2022-01-28[ci] release (#2482)astro@0.22.20Gravatar github-actions[bot] 30-53/+45
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-28Changesets (#2491)Gravatar Jonathan Neal 2-0/+10
* changeset for #2487 * changeset for #2473
2022-01-28Changed vite.build target to esnext (#2487)Gravatar Rafid Muhymin Wafi 1-2/+2
2022-01-28[ci] yarn formatGravatar jonathantneal 1-4/+8
2022-01-28[ci] update lockfile (#2458)Gravatar Fred K. Schott 1-291/+304
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-01-28Render Custom Element Tag (#2473)Gravatar Jonathan Neal 1-1/+32
* Support rendering web components * nit: remove addition of script
2022-01-28[ci] yarn formatGravatar matthewp 1-2/+2
2022-01-28Fix use of preprocessors with the static build (#2490)Gravatar Matthew Phillips 3-8/+23
* Fix use of preprocessors with the static build * Adds a changeset
2022-01-28ci: so double quotes fixes the multiline issue?Gravatar Fred K. Schott 1-1/+1
2022-01-28try to format new discord bot messageGravatar Fred K. Schott 1-1/+1
2022-01-28Update discord bot msgGravatar Fred K. Schott 1-1/+1
2022-01-28[ci] collect statsGravatar FredKSchott 1-0/+1
2022-01-28[ci] yarn formatGravatar natemoo-re 2-6/+3
2022-01-27Add escapeHTML to astro/internal (#2479)Gravatar Nate Moore 3-0/+23
* feat: add escapeHTML to astro/internal * Update packages/astro/src/runtime/server/escape.ts Co-authored-by: Jonathan Neal <jonathantneal@hotmail.com> * Update escape.ts Co-authored-by: Jonathan Neal <jonathantneal@hotmail.com>
2022-01-27update pages config doc description (#2478)Gravatar Marty Nelson 1-1/+1
2022-01-27Aligns docs on `pages` config with reality (#2477)Gravatar Marty Nelson 1-2/+2
2022-01-27[ci] yarn formatGravatar matthewp 1-8/+8
2022-01-27[ci] release (#2454)astro@0.22.19Gravatar github-actions[bot] 27-38/+39
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-27[ci] collect statsGravatar FredKSchott 1-0/+1