aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
blob: 784ef485bfc4471d14ad45e9468b8be6c6f41e9f (plain) (blame)
1
.github/CONTRIBUTING.md
tion value='feat/action-on-result'>feat/action-on-result Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/examples/with-vite-plugin-pwa/.stackblitzrc (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2022-03-14[ci] update lockfile (#2773)Gravatar Fred K. Schott 6-149/+348
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-03-14improve build perf (#2772)Gravatar Fred K. Schott 10-20/+37
2022-03-14Fix: Astro.props missing properties (#2785)Gravatar Ben Holmes 2-3/+10
* Fix: Astro.props missing properties * chore: add changeset
2022-03-14[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-13[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-12[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-11[ci] formatGravatar natemoo-re 1-32/+32
2022-03-11[ci] release (#2770)astro@0.24.0@astrojs/parser@0.22.2Gravatar github-actions[bot] 51-279/+165
* [ci] update lockfile (#2763) Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * chore: exit prerelease mode * [ci] release * chore: update lockfile Co-authored-by: Fred K. Schott <fkschott@gmail.com> Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Nate Moore <nate@skypack.dev> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-03-11chore: exit prerelease modeGravatar Nate Moore 1-1/+1
2022-03-11[ci] update lockfile (#2763)Gravatar Fred K. Schott 28-236/+236
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-03-11Fix dev resolution of client modules on Windows (#2768)Gravatar Matthew Phillips 2-1/+7
* Fix dev resolution of client modules on Windows * Adds a changeset
2022-03-11[ci] formatGravatar bholmesdev 1-3/+9
2022-03-11Feat: expose server on local network with new --host flag (#2760)Gravatar Ben Holmes 16-85/+238
* feat: update config to support bool --hostname * fix: show localhost for --hostname=true * feat: address logging feature parity w/ Vite * chore: update type docs * refactor: extract local, network prefs to variable * feat: add --host to --help output * feat: deprecate --hostname, add --host * feat: add --host tests * feat: update preview to support new flags * fix: show --host in dev server log * feat: update config tests for --host flag * chore: test lint * chore: update lock with new fixture * chore: add changeset * refactor: add more details to JSdocs * fix: update path tests * feat: only expose when --host is not local * fix: make flag --help less verbose * fix: address @types comments * fix: lint * chore: remove unused import * fix: use host flag for config test * fix: ensure local logs come before network * refactor: switch up that network logging one last time! * feat: update unit tests * chore: remove debugging block * fix: only parse network logs if network is present
2022-03-11Update compiler (#2767)Gravatar Nate Moore 3-6/+10
* chore: update compiler * chore: add changeset
2022-03-11[ci] formatGravatar bholmesdev 1-1/+1
2022-03-11fix sitemapFilter docs (#2762)Gravatar Fred K. Schott 1-4/+8
2022-03-11[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-10[ci] formatGravatar natemoo-re 1-28/+28
2022-03-10chore: update lockfileastro@0.24.0-next.2Gravatar Nate Moore 1-27/+27
2022-03-10[ci] release (next) (#2754)Gravatar github-actions[bot] 30-53/+82
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-03-10[ci] formatGravatar natemoo-re 2-8/+4
2022-03-10CLI: add prerelease warning (#2758)Gravatar Nate Moore 3-2/+26
* feat(cli): add prerelease and outdated warnings * refactor: cleanup getLatestVersion code * refactor: simplify isPrerelease logic * chore: add changeset * fix: do not require devStart for preview * refactor: extract prerelase/outdated into own templates * feat: remove upgrade warning * feat: make prerelease less scary * chore: update prerelease wording * chore: update feedback copy
2022-03-10Update util.ts (#2761)Gravatar Fred K. Schott 1-2/+2
2022-03-10fix(#2753): unescape `define:vars` (#2756)Gravatar Nate Moore 5-2/+48
* fix(#2753): unescape `define:vars` * test: add directives suite * chore: update lockfile
2022-03-10[ci] formatGravatar natemoo-re 3-4/+6
2022-03-10Add sitemap filter option (#2755)Gravatar Nate Moore 5-4/+48
* Add filter for sitemap * chore: add changeset * fix: types * docs: add sitemapFilter docs Co-authored-by: David Rothmann <david@rothmann.it>
2022-03-10fix eperm ci issue on windows (#2757)Gravatar Fred K. Schott 1-0/+1
2022-03-10Feat: show 404 when `getStaticPaths` doesn't match URL (#2743)Gravatar Ben Holmes 11-52/+175
* WIP: return 404 for unmatched getStaticPaths route * feat: regex on static paths to 404 in dev * Revert "WIP: return 404 for unmatched getStaticPaths route" This reverts commit 9c395a2586ca40d44c3ab18edc7ffbc1c4660ed8. * feat: call getParamsAndProps pre-ssr to catch errs * fix: remove unused cache regex check * fix: revert getPattern changes * fix: remove unused preload props * fix: log 404 for custom 404 pages * refactor: rename fixture for clarity * feat: add getStaticPaths status code tests * fix: pas rootRelativeUrl to handle subpaths * fix: update dev-routing tests from 500 -> 404 * refactor: make error handling more explicit * lint: use typescript no shadow to fix enum issue * chore: add changeset * refactor: clarify test names * refactor: remove variable reassignment * fix: update dev-routing tests 500 > 404 * refactor: update test file structure * Fix: revert to old logging Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Chore: use `const enum` instead Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * chore: format Co-authored-by: Nate Moore <nate@skypack.dev> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-03-10[ci] formatGravatar natemoo-re 1-10/+10
2022-03-10Refactor fs utils, fix flakey windows tests (#2749)Gravatar Fred K. Schott 3-80/+21
* cleanup our fs util usage * fix fs url support for node v14 * update to fix windows * making sure the dir exists before calling readdirSync * chore: remove debug code Co-authored-by: Tony Sullivan <tony.f.sullivan@outlook.com> Co-authored-by: Nate Moore <nate@skypack.dev>
2022-03-10Support Prism in the blog template example (#2622)Gravatar Ian Bull 3-1/+12
The Prism syntax highlighter failed to render properly when Astro was initialized with the blog template. This was because the Prism CSS conflicted with the default blog template. This change-set removes the Viewport Width from the `pre` transform as this property conflicted with the prism CSS. This change-set also includes Prism in the Blog Post layout and adds a small javascript example to the sample post.
2022-03-10[ci] formatGravatar natemoo-re 1-1/+1
2022-03-10update deps: esbuild, typescript (#2750)Gravatar Fred K. Schott 13-249/+82
* update dep: typescript * update dep: esbuild * update types * update types * update dep: es-module-lexer * update tests
2022-03-10fix component usage in portfolio-svelte 404 page (#2549)Gravatar mastercoms 1-2/+2
2022-03-10chore(ci): remove second smoke test with --experimental-static-build flag ↵Gravatar Nate Moore 1-14/+0
(#2748)
2022-03-10[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-10[ci] formatGravatar FredKSchott 1-24/+24
2022-03-09update lockfileastro@0.24.0-next.1Gravatar Fred K. Schott 1-27/+27
2022-03-09[ci] release (next) (#2734)Gravatar github-actions[bot] 30-53/+91
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-03-10[ci] formatGravatar natemoo-re 1-7/+7
2022-03-09Improve `Astro.slots` API (#2695)Gravatar Nate Moore 5-12/+63
* feat: update Astro.slots API * fix: migrate Markdown to public `Astro.slots.render` API * chore: update internal AstroGlobal types * chore: add changeset * Update clean-bottles-drive.md * refactor(test): update slot tests to new syntax