summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-01-26add a new test:match command script (#2470)Gravatar Fred K. Schott 3-4/+7
2022-01-26[ci] collect statsGravatar FredKSchott 1-0/+1
2022-01-25clean up config loading and flag merging (#2469)Gravatar Fred K. Schott 3-71/+79
2022-01-25fix: remove SVG animation (#2468)Gravatar Nate Moore 1-35/+1
2022-01-25[ci] yarn formatGravatar jonathantneal 1-1/+1
2022-01-25Add note about imports to migration guide (#2467)Gravatar Evan Boehs 1-0/+13
* Update 0.21.0.md * Improve grammar * add bug note
2022-01-25Remove `node-fetch` (#2462)Gravatar Jonathan Neal 3-6/+6
* remove node-fetch * use webapi polyfill like astro
2022-01-25Add link to GOVERNANCE from CONTRIBUTING (#2465)Gravatar Evan Boehs 1-1/+1
* Add link to GOVERNANCE from CONTRIBUTING * contributors -> maintainers
2022-01-25Update package.json (#2463)Gravatar Evan Boehs 1-2/+0
2022-01-25Change from Intall to Install in line 239 (#2457)Gravatar MostlyWhat 1-1/+1
Someone forgot to add an "s" into install, so I added one.
2022-01-25Remove `vite-plugin-fetch` (#2460)Gravatar Jonathan Neal 2-87/+0
This plugin is not used in the project
2022-01-25run lit test separately to prevent error (#2446)Gravatar Jonathan Neal 1-1/+1
* Run strict tests * run tests as before without `lit-element.test.js` * update tests to run lit-element separately * restore parallel run
2022-01-25[ci] collect statsGravatar FredKSchott 1-0/+1
2022-01-24Fix HMR in static build + @import HMR (#2440)Gravatar Matthew Phillips 5-4/+55
* Fix HMR in static build + @import HMR * Changeset * Add a comment on what cleanUrl is doing * Running prettier * Improve comments on how the static build compilation works differently.
2022-01-24Set channel link in rss.xml to site index (#2450)Gravatar Anima 2-6/+6
* Set channel link in rss.xml to site index This is the RSS 2.0 spec and fixes issue with pretty-feed-v3 "View Website" link pointing back to the feed * tests: edited rss gen test
2022-01-24Use CONFIG.SITE.title for h1 in doc theme header (#2449)Gravatar Jang Rush 1-1/+1
Use SITE.title specified in config.ts as the h1 heading in Header.astro of doc theme. When SITE.title is null, use "Documentation" as the fallback value. Previously the h1 heading in doc theme header is hardcoded as "Documentation".
2022-01-24Allow not specfying section header in sidebar. (#2448)Gravatar Jang Rush 1-1/+8
Someone may forget to specify a section header in SIDEBAR, which would cause build error previously.
2022-01-24describe how to use non-en lang in doc theme (#2447)Gravatar Jang Rush 1-0/+13
2022-01-24[ci] yarn formatGravatar matthewp 1-8/+8
2022-01-24[ci] release (#2437)astro@0.22.18@astrojs/test-static-build-pkg@0.0.1Gravatar github-actions[bot] 29-48/+43
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-24[ci] update lockfile (#2439)Gravatar Fred K. Schott 1-434/+303
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-01-24Pass user's viteConfig.ssr to the build (#2442)Gravatar Matthew Phillips 8-2/+39
* Pass user's viteConfig.ssr to the build * Changeset
2022-01-24[ci] collect statsGravatar FredKSchott 1-0/+1
2022-01-23[ci] collect statsGravatar FredKSchott 1-0/+1
2022-01-22[ci] collect statsGravatar FredKSchott 1-0/+1
2022-01-21fix tailwindcss example global css (#2444)Gravatar béla 1-1/+3
2022-01-21[ci] yarn formatGravatar natemoo-re 3-4/+4
2022-01-21Fix pre-generated RSS URLs (#2443)Gravatar Nate Moore 6-25/+75
* Allow pre-generated urls to be passed in rss feeds * Fix variable name * Add isValidURL helper function * Remove scary RegEx and tidy up code * add test for using pregenerated urls * fix: allow rss to be called multiple times * test: normalize rss feed in test * chore: add changeset Co-authored-by: Zade Viggers <74938858+zadeviggers@users.noreply.github.com> Co-authored-by: zadeviggers <zade.viggers@gmail.com>
2022-01-21[ci] collect statsGravatar FredKSchott 1-0/+1
2022-01-20Resolve sitemap URLs in relation to full site path (#2423)Gravatar Chris Swithinbank 4-2/+41
* Resolve sitemap URLs in relation to full site path Fixes #2422 * Test generated sitemap contains base directory in URLs * Add changeset * test: Add `clean` helper to loaded fixture API Adds a method that when called will remove the loaded fixture’s dist directory using `rimraf`. * test: Clean up between sitemap/RSS tests * See if letting rimraf retry more helps… * Add logging to double check nothing’s running in parallel * Remove logging & double check clean up actually succeeds * Try using basic Node.js to clean up dist * Remove logging/checks * Remove stray unnecessary `async` keyword
2022-01-21[ci] yarn formatGravatar jonathantneal 1-8/+8
2022-01-20[ci] release (#2433)create-astro@0.7.1astro@0.22.17Gravatar github-actions[bot] 31-49/+48
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-21[ci] yarn formatGravatar jonathantneal 6-40/+45
2022-01-20Supports hoisted scripts in the static build (#2414)Gravatar Matthew Phillips 18-26/+227
* Supports hoisted scripts in the static build * Adds a changeset * Update packages/astro/src/core/build/internal.ts Co-authored-by: Evan Boehs <evan@boehs.org> * Update based on feedback * Fix lint * Fix getting hoist script for Windows * Try with the pre compiler * use compiler 0.8.2 * update compiler version * update yarn.lock Co-authored-by: Evan Boehs <evan@boehs.org>
2022-01-20Add a verbose flag to create-astro (#2429)Gravatar Mikkel Tønder 4-4/+182
* Add verbose logging to create-astro * Tell user to use the verbose flag when encountering the MISSING_REF error * Create changeset * Add information in README * Format * Use switch statement instead of if and if else blocks * Update packages/create-astro/src/logger.ts Make if statement easier to read Co-authored-by: Evan Boehs <evan@boehs.org> Co-authored-by: Evan Boehs <evan@boehs.org>
2022-01-20Update CAPFILES (GOVERNANCE & CONTRIBUTING) (#2435)Gravatar Evan Boehs 2-15/+14
* Update GOVERNANCE.md * Update CONTRIBUTING.md * revert mistake * role coloers
2022-01-20Upgrade compiler to latest (#2432)Gravatar Matthew Phillips 3-5/+10
* Upgrade compiler to latest * Updates the changeset
2022-01-20doc: fix "Astro Components" link reference (#2431)Gravatar Gustavo Paes 1-1/+1
* doc: fix Astro components link * doc: does not include a trailing slash Co-authored-by: Evan Boehs <evan@boehs.org> Co-authored-by: Evan Boehs <evan@boehs.org>
2022-01-20[ci] yarn formatGravatar jonathantneal 1-8/+8
2022-01-20[ci] release (#2430)astro@0.22.16Gravatar github-actions[bot] 27-38/+39
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-20[ci] update lockfile (#2427)Gravatar Fred K. Schott 1-32/+32
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-01-20Pin to the compiler 0.8.1 (#2428)Gravatar Matthew Phillips 2-1/+6
* Pin to the compiler 0.8.1 * Changeset
2022-01-20[ci] collect statsGravatar FredKSchott 1-0/+1
2022-01-20[ci] yarn formatGravatar jonathantneal 1-8/+8
2022-01-19[ci] release (#2420)astro@0.22.15Gravatar github-actions[bot] 29-58/+54
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-19[ci] update lockfile (#2397)Gravatar Fred K. Schott 1-216/+228
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-01-19[ci] yarn formatGravatar jonathantneal 1-1/+1
2022-01-19Update Cloudflare pages to show gitlab support (#2357)Gravatar Obinna Ekwuno 1-2/+2
* Update Cloudflare pages to show gitlab support * Update deploy.md
2022-01-19[ci] yarn formatGravatar jonathantneal 5-9/+10
2022-01-19feat: add support for styled RSS feeds (#2371)Gravatar Nate Moore 6-12/+170