Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-08-24 | Lazy load the youtube embed to boost homepage loading times (#1205) | 4 | -4/+138 | ||
2021-08-24 | [ci] yarn format | 2 | -7/+7 | ||
2021-08-23 | [i18n][Docs] Add Korean Translation of Getting Started page (#1189) | 4 | -1/+70 | ||
* translate getting-started.md into KR * add kr to KNOWN_LANGUAGES * add kr config to sidebar * add kr option to the language selector | |||||
2021-08-23 | remove ignored lint rule | 1 | -1/+1 | ||
2021-08-23 | update deps | 1 | -317/+275 | ||
2021-08-23 | Version Packages (#1206)astro@0.19.3 | 25 | -45/+38 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2021-08-23 | [ci] yarn format | 1 | -4/+5 | ||
2021-08-23 | fix docs on config api | 1 | -7/+11 | ||
2021-08-23 | [ci] yarn format | 6 | -11/+10 | ||
2021-08-23 | Add zod schema validation (#1198) | 32 | -361/+378 | ||
* add zod schema validation * update pageUrlFormat config name * add trailing slash support to config | |||||
2021-08-23 | [ci] yarn format | 1 | -2/+1 | ||
2021-08-23 | Add Astro `<Debug/>` component (#675) | 7 | -0/+350 | ||
* Initial MVP Debug component * Document the prettifying of the input * Just make `<Debug/>` a wrapper around `<Prism/>` lol * feat: add details/summary debug component * chore: remove Props (unused) * fix: prefer `div` to semantic elements * chore: format * fix: prop-drill `class` into components * fix: ensure `astro/components` are evaluated lazily * feat(debug): export debug component from `astro/debug` * fix: minimal example local snowpack config * docs: add debugging docs * chore: add changeset * docs: update debug docs Co-authored-by: Nate Moore <nate@skypack.dev> | |||||
2021-08-23 | Add a `titleClosure` to the `HeadSEO.astro` component (#1140) | 3 | -6/+69 | ||
* Testing out adding a `titleClosure` to the `HeadSEO.astro` component I think the api needs a bit of improvement, but the basic idea is you can pass this in to a published astro component for specifying how you want it to format your title! * Refactor to make it pretty * Rename the `titleClosure()` prop to `formatTitle()` to be more clear * Use title, with site title as the fallback (#1143) See og:title guidance (https://developers.facebook.com/docs/sharing/webmasters/) Co-authored-by: Jonathan Neal <jonathantneal@hotmail.com> | |||||
2021-08-23 | Version Packages (#1181)astro@0.19.2 | 27 | -46/+31 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2021-08-23 | fix issue with multiple getStaticPaths calls during build (#1194) | 12 | -70/+116 | ||
2021-08-23 | Add trailingSlash & pageDirectoryUrl config options (#1197) | 17 | -92/+284 | ||
2021-08-23 | [ci] yarn format | 1 | -1/+0 | ||
2021-08-23 | fix the rtl search bar view (#1177) | 3 | -16/+14 | ||
2021-08-20 | update universal id | 4 | -13/+10 | ||
2021-08-20 | Update getting-started.md (#1182) | 1 | -1/+1 | ||
corrected typo "quickly" to "quick" | |||||
2021-08-20 | CodeSandbox-izing via template override (#1167) | 2 | -0/+11 | ||
* initial commit * Added to config to specify port and node version. I think this will be all that's needed. | |||||
2021-08-20 | add changset for 29b7e746e665271396a20d2b587ae8e1052a0b85 | 1 | -0/+5 | ||
2021-08-20 | Remove whitespace (#1176) | 1 | -1/+1 | ||
2021-08-20 | add a real-world check for ESM<>CJS named export support (#1175) | 1 | -3/+13 | ||
2021-08-20 | including the `language-` class on Prism's `<pre>` element (#1180) | 3 | -1/+7 | ||
* including the `language-` class on Prism's `<pre>` element * adding changeset Co-authored-by: Tony Sullivan <tony.f.sullivan@gmail.com> | |||||
2021-08-20 | [ci] yarn format | 1 | -1/+0 | ||
2021-08-20 | Update comparing-astro-vs-other-tools.md (#1169) | 1 | -7/+0 | ||
Removed duplicate paragraph in the section about Eleventy vs Astro performance. Co-authored-by: Fred K. Schott <fkschott@gmail.com> | |||||
2021-08-19 | Version Packages (#1163)astro@0.19.1@astrojs/markdown-support@0.2.4 | 26 | -33/+37 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2021-08-19 | Fix typos in the docs. (#1165) | 3 | -5/+5 | ||
Co-authored-by: mundry <mundry@users.noreply.github.com> | |||||
2021-08-19 | changeset: markdown-support (fix the left-brace issue) (#1170) | 1 | -0/+5 | ||
2021-08-18 | walk-back examples/snowpack changes | 7 | -12/+11 | ||
2021-08-18 | add dev script, switch documentation from advising start to dev script (#1141) | 47 | -49/+69 | ||
2021-08-18 | Fix :global() scoping (#1162) | 3 | -29/+66 | ||
* Fix :global() scoping #1155 * Improve :global() scoping rules further | |||||
2021-08-18 | Add Vitepress to "Astro vs. X" comparison page | 1 | -2/+4 | ||
2021-08-19 | [ci] yarn format | 1 | -8/+2 | ||
2021-08-18 | Update Governance + Contributor Model (#1120) | 2 | -86/+206 | ||
* Update GOVERNANCE.md * small changes from review * larger changes to voting info * improve voting rules * finalize voting rules * remove personal anecdote * fix whitespace * clarify voting * clarify nomination * code review changes | |||||
2021-08-18 | [ci] yarn format | 1 | -1/+6 | ||
2021-08-18 | [DOCS] Add more information about content.astro (markdown) (#1148) | 1 | -40/+43 | ||
* Correct heading levels * Add more info about content.astro * Remove accidental heading | |||||
2021-08-18 | docs: fix mobile sidebar toggle (#1158) | 1 | -1/+1 | ||
2021-08-18 | Fix B#1156 typo in v0.19.0 blog post (#1157) | 1 | -1/+1 | ||
Thanks for catching this typo @bLaCkwEw! | |||||
2021-08-18 | Update api-reference.md | 1 | -1/+1 | ||
2021-08-18 | Version Packages (#1150)astro@0.19.0@astrojs/parser@0.18.6 | 30 | -150/+99 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2021-08-18 | update changset minor | 1 | -2/+1 | ||
2021-08-18 | add back 0.19.0 changesets | 3 | -0/+75 | ||
2021-08-18 | exit prerelease mode | 3 | -238/+177 | ||
2021-08-18 | Update CONTRIBUTING.md | 1 | -1/+1 | ||
2021-08-18 | fix too strict "relative link" errors in docs website (#1149) | 2 | -4/+6 | ||
2021-08-18 | Fix typo (#1151) | 1 | -1/+1 | ||
2021-08-18 | small release post updates | 1 | -1/+0 | ||
2021-08-18 | small release post updates | 1 | -8/+13 | ||