Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-10 | Prevent removing CSS preloads during bundling (#1326) | 8 | -18/+96 | ||
* Prevent removing nodes, becasue styles preloading was detected earlier * Add separate deduping for preloads and cover it with tests. * Create quiet-horses-turn.md * Test merging preload tags | |||||
2021-09-10 | Fix typos in Netlify sponsorship announcement blog post (#1346) | 1 | -4/+4 | ||
Co-authored-by: mundry <mundry@users.noreply.github.com> | |||||
2021-09-10 | [ci] collect stats | 2 | -1/+2 | ||
2021-09-09 | blog: announce netlify sponsorship (#1345) | 4 | -5/+64 | ||
2021-09-09 | Version Packages (#1344) | 29 | -53/+42 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2021-09-09 | Revert "Version Packages (#1303)" | 29 | -42/+53 | ||
This reverts commit 1a88cfde7d2b3854e279c1bf3e12adf5d2155801. | |||||
2021-09-09 | update lockfileastro@0.20.5@astrojs/markdown-support@0.3.1 | 1 | -9/+9 | ||
2021-09-09 | Version Packages (#1303) | 29 | -53/+42 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2021-09-09 | [ci] collect stats | 2 | -1/+2 | ||
2021-09-08 | Update netlify deploy instructions for `.nvmrc` syntax (#1337) | 1 | -1/+1 | ||
2021-09-08 | [ci] yarn format | 1 | -1/+0 | ||
2021-09-08 | Add `.gitpod.yml` for continuous prebuilds for speedy project startup! (#1328) | 1 | -0/+10 | ||
2021-09-08 | [ci] yarn format | 1 | -1/+1 | ||
2021-09-08 | Opening app to all IPs instead of localhost (#1339) | 1 | -1/+9 | ||
I see people often ask about opening up the app to local network so this looked like a good place to explain how to do it. | |||||
2021-09-08 | [ci] collect stats | 1 | -0/+1 | ||
2021-09-07 | [ci] yarn format | 1 | -3/+3 | ||
2021-09-07 | Fix parsing of an empty literal `<pre></pre>` in markdown source (#1332) | 4 | -0/+38 | ||
2021-09-07 | [ci] yarn format | 1 | -22/+23 | ||
2021-09-07 | 📘 DOC: New "Publish to npm" documentation (#1323) | 3 | -53/+138 | ||
* new publish docs * Minor cleanup - Removed trailing whitespaces. - Fixed a typo where `components` was misspelled. - Moved all links to references at the bottom of the file. - On line 162, I added bash for the file tree example as it was used for the previous example on line 29. - Added a new line between examples that had a DO and DO NOT. - The code snippet from line 85 is a good example. Having that li'l space made it much nicer to read. * cleanup publish docs * add note on experimental nature of npm package support Co-authored-by: Devin W. Leaman <git@4lch4.email> | |||||
2021-09-07 | [ci] collect stats | 1 | -0/+1 | ||
2021-09-06 | docs: small themes copy updates | 1 | -5/+3 | ||
2021-09-06 | fix type on themes.json | 1 | -3/+3 | ||
2021-09-06 | [ci] collect stats | 1 | -0/+1 | ||
2021-09-06 | fix bad import | 1 | -1/+1 | ||
2021-09-06 | [ci] yarn format | 2 | -2/+1 | ||
2021-09-06 | cleanup docs changes | 33 | -861/+37 | ||
2021-09-06 | [ci] yarn format | 25 | -139/+215 | ||
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 | ||