Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-31 | update congratsbot again | 1 | -1/+1 | ||
2022-01-31 | Remove SVG animation on GitHub/NPM (#2512) | 1 | -21/+0 | ||
* perf: remove SVG animation * update readme * Revert "update readme" This reverts commit 71abb6629d51d08ec7a50890ecf44140f6bc6b35. | |||||
2022-01-31 | [ci] yarn format | 2 | -4/+6 | ||
2022-01-31 | Add Shiki as an alternative to Prism (#2497) | 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-31 | Deprecate unescaped HTML inside of expressions (#2489) | 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-31 | Enter prerelease mode (#2510) | 1 | -0/+48 | ||
2022-01-31 | Fix define:vars in the static build flag (#2511) | 5 | -15/+33 | ||
* Fix define:vars in the static build flag * Adds a changeset * linting | |||||
2022-01-31 | Fix issue rendering content within HTMLElement (#2506) | 2 | -7/+7 | ||
2022-01-31 | [docs] fix typo in portfolio-svelte example (#2496) | 1 | -2/+2 | ||
2022-01-31 | [ci] yarn format | 1 | -9/+12 | ||
2022-01-31 | Missing '&' in example of scoped styles (#2485) | 1 | -1/+1 | ||
Style is written in SCSS, so there is missing '&' in nesting data-theme | |||||
2022-01-31 | [ci] update lockfile (#2495) | 1 | -158/+158 | ||
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> | |||||
2022-01-31 | Minimize the minimal example (#2508) | 2 | -15/+4 | ||
2022-01-31 | Fix a regression in vite.build() base option (#2502) | 3 | -20/+46 | ||
* Fixes subpath bugs * Remove trailing slash appending Co-authored-by: Matthew Phillips <matthew@skypack.dev> | |||||
2022-01-31 | Fix Astro Components example (#2507) | 1 | -0/+0 | ||
2022-01-31 | [ci] yarn format | 1 | -1/+1 | ||
2022-01-31 | Add Astro.resolve deprecation warning case for script tags (#2493) | 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-31 | refactor the route cache and other build internals (#2503) | 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-31 | refactor dev to use vite server (#2494) | 21 | -449/+222 | ||
2022-01-31 | Update deployment documentation for Vercel. (#2500) | 2 | -8/+42 | ||
* Update deployment documentation for Vercel. * Update spanish docs too. * Apply suggestions from code review | |||||
2022-01-31 | [ci] collect stats | 1 | -0/+1 | ||
2022-01-30 | [ci] collect stats | 1 | -0/+1 | ||
2022-01-29 | [ci] yarn format | 1 | -10/+3 | ||
2022-01-29 | update turbo config | 2 | -33/+34 | ||
2022-01-29 | [ci] collect stats | 1 | -0/+1 | ||
2022-01-28 | remove old docs template | 1 | -7/+0 | ||
2022-01-28 | point issues to the new docs repo | 1 | -0/+3 | ||
2022-01-29 | [ci] yarn format | 1 | -1/+1 | ||
2022-01-28 | [MINOR] standardize trailing subpath, fix fetchContent url issue (#2471) | 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-28 | Handle project folders containing a space in the static build (#2486) | 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 format | 1 | -8/+8 | ||
2022-01-28 | [ci] release (#2482)astro@0.22.20 | 30 | -53/+45 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2022-01-28 | Changesets (#2491) | 2 | -0/+10 | ||
* changeset for #2487 * changeset for #2473 | |||||
2022-01-28 | Changed vite.build target to esnext (#2487) | 1 | -2/+2 | ||
2022-01-28 | [ci] yarn format | 1 | -4/+8 | ||
2022-01-28 | [ci] update lockfile (#2458) | 1 | -291/+304 | ||
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> | |||||
2022-01-28 | Render Custom Element Tag (#2473) | 1 | -1/+32 | ||
* Support rendering web components * nit: remove addition of script | |||||
2022-01-28 | [ci] yarn format | 1 | -2/+2 | ||
2022-01-28 | Fix use of preprocessors with the static build (#2490) | 3 | -8/+23 | ||
* Fix use of preprocessors with the static build * Adds a changeset | |||||
2022-01-28 | ci: so double quotes fixes the multiline issue? | 1 | -1/+1 | ||
2022-01-28 | try to format new discord bot message | 1 | -1/+1 | ||
2022-01-28 | Update discord bot msg | 1 | -1/+1 | ||
2022-01-28 | [ci] collect stats | 1 | -0/+1 | ||
2022-01-28 | [ci] yarn format | 2 | -6/+3 | ||
2022-01-27 | Add escapeHTML to astro/internal (#2479) | 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-27 | update pages config doc description (#2478) | 1 | -1/+1 | ||
2022-01-27 | Aligns docs on `pages` config with reality (#2477) | 1 | -2/+2 | ||
2022-01-27 | [ci] yarn format | 1 | -8/+8 | ||
2022-01-27 | [ci] release (#2454)astro@0.22.19 | 27 | -38/+39 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2022-01-27 | [ci] collect stats | 1 | -0/+1 | ||