Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-06 | Docs/example and templates v2 (#1100) | 41 | -54/+982 | ||
2021-09-06 | scale back the examples page | 114 | -5831/+228 | ||
2021-09-06 | Adds examples page | 135 | -68/+6599 | ||
2021-09-05 | [ci] yarn format | 1 | -2/+3 | ||
2021-09-05 | Update `yarn.lock` with @octokit dep updates\n\n `--frozen-lockfile` was ↵ | 1 | -13/+25 | ||
complaining that the lockfile needed updates. | |||||
2021-09-05 | docs: set +/- prefix to non-selectable (#1316) | 1 | -0/+4 | ||
2021-09-05 | docs: add a link to next article (#1308) | 2 | -2/+20 | ||
2021-09-05 | [ci] collect stats | 1 | -0/+1 | ||
2021-09-04 | 📘DOC: Fix URL normalization for the Left Sidebar in docs (#1299) | 2 | -2/+14 | ||
* Fix URL normalization for the Left Sidebar in docs * Move the fix into `util.ts` as suggested by @FredKSchott | |||||
2021-09-04 | examples: Fix with-tailwindcss example #1256 (#1312) | 2 | -1/+1 | ||
2021-09-04 | [ci] collect stats | 2 | -1/+2 | ||
2021-09-03 | docs: add a period (#1306) | 1 | -1/+1 | ||
2021-09-03 | skip 404.html pages in sitemap generation (#1304) | 1 | -0/+5 | ||
* skip 404.html pages in sitemap generation * update path check for 404 * add changeset | |||||
2021-09-03 | [ci] yarn format | 2 | -11/+14 | ||
2021-09-03 | Add new <Code> component, to succeed <Prism> (#1208) | 25 | -11/+255 | ||
* add code component * Update packages/astro/components/Debug.astro Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> * Update packages/astro/components/Debug.astro Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> * fix format in debug component * remove Debug changes * add wrap support * add props docs * update default theme Co-authored-by: Peter Singh <drgaud@hotmail.com> Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> | |||||
2021-09-03 | Comment out RSS call in example (#1302) | 1 | -13/+15 | ||
* Comment out RSS call in example * Update [...page].astro Co-authored-by: Fred K. Schott <fkschott@gmail.com> | |||||
2021-09-03 | [ci] yarn format | 1 | -9/+15 | ||
2021-09-03 | Format config errors for humans (#1298) | 7 | -14/+92 | ||
* format config errors * fix bad root | |||||
2021-09-03 | fix astro esm-cjs entrypoint (#1300) | 2 | -1/+16 | ||
2021-09-03 | Import unified types as unified since there is no default export for ↵ | 3 | -2/+7 | ||
'unified'. (#1296) | |||||
2021-09-03 | [ci] collect stats | 1 | -0/+1 | ||
2021-09-02 | fix stat.csv bug | 2 | -9/+5 | ||
2021-09-02 | [ci] collect stats | 1 | -0/+1 | ||
2021-09-01 | add stats on activity in last 24 hours | 1 | -3/+1 | ||
2021-09-01 | add stats on activity in last 24 hours | 2 | -6/+7 | ||
2021-09-01 | add stats on activity in last 24 hours | 2 | -2/+2 | ||
2021-09-01 | add stats on activity in last 24 hours | 2 | -4/+24 | ||
2021-09-01 | Update issue.yml column name | 1 | -2/+2 | ||
2021-09-01 | Debug component importation (#1289) | 1 | -1/+1 | ||
with import { Debug } from 'astro/debug' : Debug = undefined Error: Unable to render Debug because it is undefined! Did you forget to import the component or is it possible there is a typo? | |||||
2021-09-01 | skip 404.html pages in sitemap generation (#1287) | 2 | -2/+12 | ||
* skip 404.html pages in sitemap generation * update path check for 404 | |||||
2021-09-01 | Update getting-started.md (#1281) | 1 | -23/+23 | ||
Fixing some minor typos and improving style. | |||||
2021-09-01 | Version Packages (#1271)create-astro@0.6.2astro@0.20.4 | 25 | -31/+33 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2021-09-01 | Add interfaces for built-in components (#1292) | 3 | -2/+23 | ||
* Add interfaces for built-in components * Adds a changeset | |||||
2021-09-01 | success: clean up issue.yml from testing | 1 | -4/+4 | ||
2021-09-01 | issue.yml testing | 1 | -3/+3 | ||
2021-09-01 | issue.yml testing | 1 | -1/+1 | ||
2021-09-01 | fix bad project url in issue.yml | 1 | -3/+3 | ||
2021-09-01 | fix issue.yml syntax error | 1 | -2/+2 | ||
2021-09-01 | add project assigner CI bot (#1291) | 1 | -0/+36 | ||
2021-09-01 | Nightly stats: don't count PRs as issues (#1288) | 2 | -2/+2 | ||
2021-09-01 | [ci] collect stats | 1 | -0/+1 | ||
2021-08-31 | Delete docs text about removed Collections API (#1286) | 1 | -1/+1 | ||
2021-08-31 | Fix congratsbot multiline issue (#1285) | 1 | -2/+5 | ||
* testing new congrats bot if you see this, it did not work yet * try including multiline message line 2 line 3 | |||||
2021-09-01 | [ci] yarn format | 1 | -1/+1 | ||
2021-08-31 | wip (#1284) | 5 | -2/+184 | ||
2021-09-01 | [ci] yarn format | 4 | -10/+13 | ||
2021-08-31 | Checked the astro configs for the templates, (#1282) | 6 | -10/+34 | ||
* Checked the astro configs for the templates, * Update astro.config.mjs * Update package.json Co-authored-by: Fred K. Schott <fkschott@gmail.com> | |||||
2021-08-31 | Remove reference/link to Collections (#1277) | 1 | -1/+1 | ||
* Remove reference/link to Collections Remove line that refers to 'Core Concepts - Collections' given this is now deprecated. * Added reference to routing Tested link as working in local build. | |||||
2021-08-31 | Remove caveat about `Astro.request` not being passed to components. (#1276) | 1 | -2/+0 | ||
2021-08-31 | [ci] yarn format | 1 | -4/+4 | ||