summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-10-06add netlify redirects configGravatar Fred K. Schott 1-0/+3
2021-10-06Add latest blogpost to index (#1502)Gravatar Elian ☕️ 1-0/+4
2021-10-06Astro 0.21 early preview blog post (#1419)Gravatar Fred K. Schott 4-2/+121
* add 0.21 preview blog post * Update www/src/pages/blog/astro-021-preview.astro Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> * Update the date * Remove link * 🤦‍♂️ * Update astro-021-preview.astro Co-authored-by: Matthew Phillips <matthew@matthewphillips.info> Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2021-10-06[ci] collect statsGravatar FredKSchott 1-0/+1
2021-10-05Added astro-spa to the featured packages (#1485)Gravatar Rafid Muhymin Wafi 1-0/+9
2021-10-05[ci] yarn formatGravatar matthewp 2-9/+8
2021-10-05Add hydration to Solid renderer (#1479)Gravatar Ryan Carniato 4-22/+17
* feat: add hydration to Solid renderer * fix: intersection observer, move script to the end
2021-10-05[ci] collect statsGravatar FredKSchott 1-0/+1
2021-10-04[ci] collect statsGravatar FredKSchott 1-0/+1
2021-10-03[ci] collect statsGravatar FredKSchott 1-0/+1
2021-10-02Updated blog index with demo day post (#1477)Gravatar AsyncBanana 1-0/+4
2021-10-02Use setup-node action's caching (#1476)Gravatar Joseph Yi 1-39/+3
* Use setup-node action's caching * additional cleanup of caching boilerplate Co-authored-by: Joseph Yi <joseph.yi@shift.com>
2021-10-02[ci] collect statsGravatar FredKSchott 1-0/+1
2021-10-01Update comparison to reflect Gatsby SSR Support (#1474)Gravatar AsyncBanana 1-1/+1
* Updated comparison to reflect Gatsby SSR Support Updated comparison to show that Gatsby now supports SSR in version 4, as show by https://v4.gatsbyjs.com/docs/how-to/rendering-options/using-server-side-rendering/ * Clarified support in future versions Small change just because it clarifies it better and I didn't add it in the original commit * Removed Gatsby SSG paragraph * Added information to Gatsby comparison
2021-10-01framework-solid: update outdated classnameGravatar Fred K. Schott 1-1/+1
2021-10-01improve solidjs template (#1475)Gravatar Fred K. Schott 3-21/+10
2021-10-01docs: Improvements to language select and theme toggle (#1473)Gravatar Mikkel Tønder 2-24/+5
2021-10-01Version Packages (#1472)create-astro@0.6.3astro@0.20.9@astrojs/renderer-react@0.2.2Gravatar github-actions[bot] 26-32/+41
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-10-01switch from rm to unlink in order to preserve node 12 compatability in ↵Gravatar Merrick Christensen 2-1/+6
astro-create (#1468) * switch from rm to unlink in order to preserve node 12 compatability in astro-create * add changeset
2021-10-01Added quick-start.md in spanish and link into sidebar in config.ts (#1466)Gravatar Pipo 2-0/+74
* Added quick-start.md in spanish and link into sidebar in config.ts * Change accepted * Fixed typos errors Co-authored-by: Felipe Gutiérrez <pipo@pop-os.localdomain>
2021-10-01Support PureComponent in the react renderer (#1467)Gravatar Matthew Phillips 5-2/+23
* Support PureComponent in the react renderer * Adds a changeset
2021-10-01chore: add alt type (#1471)Gravatar Yoshiaki Togami 1-0/+1
2021-10-01fix a typo in blog astro-019 '''astro -> ```astro (#1469)Gravatar Jang Rush 1-2/+2
2021-10-01docs: Update danish getting started docs (#1470)Gravatar Mikkel Tønder 1-6/+16
2021-10-01[ci] collect statsGravatar FredKSchott 1-0/+1
2021-09-30[ci] yarn formatGravatar matthewp 1-1/+1
2021-09-30Remove duplicated info (#1464)Gravatar Pavel Mineev 1-2/+0
2021-09-30Translation for Getting Started [RU] (#1461)Gravatar Pavel Mineev 4-0/+81
* add getting started in russian * add russian in the lang selector * add russian in blog post * minor changes * translation for the comments in the code Co-authored-by: Alex <bespoyasov@me.com> * changes from @nlopin Co-authored-by: Nikolai Lopin <lopinopulos@gmail.com> * sync with original docs #1464 * accept changes from @nlopin with slight changes Co-authored-by: Alex <bespoyasov@me.com> Co-authored-by: Nikolai Lopin <lopinopulos@gmail.com>
2021-09-30Update deploy docs for gitlab pages (#1465)Gravatar Adam Recvlohe 1-1/+1
2021-09-30Updated srcset checking (#1462)Gravatar Matthew Phillips 4-5/+45
* Updated srcset checking Improved functionality of `srcset` checking as original failed when URL contained a comma ( `,` ). Utilised function from [srcset-parse](https://github.com/molefrog/srcset-parse) as couldn't find a way to integrate the package. Added test to current assets test rather than create a separate one. * Use srcset-parse Co-authored-by: Coel May <82788995+coelmay@users.noreply.github.com>
2021-09-30[ci] collect statsGravatar FredKSchott 1-0/+1
2021-09-30Do we really need a massive 5MB+ banner that takes multiple seconds to load ↵Gravatar Joshua Byrd 3-2/+2
when people open the readme? (#1459) * 5MB PNG > 789K JPG * Different RAW address * Revert "Different RAW address" This reverts commit db47b992116c04a1abfccbe6ce6e43e82e61a621.
2021-09-29Portfolio example fix (#1457)Gravatar Peter Cook 3-3/+3
* Fix project page in portfolio example Projects list was blank because template filter uses publishDate but front matter uses published_at. Changed front matter to publishDate. * Fix nested projects in portfolio example
2021-09-29[ci] yarn formatGravatar matthewp 1-1/+0
2021-09-29Fix URL to "starter templates" link (#1455)Gravatar Risan Bagja Pradana 1-1/+1
The `starter templates` link on [Installation](https://docs.astro.build/installation#create-astro) page is currently pointed at 404 page: https://docs.astro.build/examples. This fix, simply replace the URL with: https://github.com/snowpackjs/astro/tree/main/examples
2021-09-29Added installation.md in spanish (#1444)Gravatar Pipo 2-0/+173
* Added installation.md in spanish * Add update to docs/src/config.ts sidebar Co-authored-by: Felipe Gutiérrez <pipo@pop-os.localdomain>
2021-09-29[ci] collect statsGravatar FredKSchott 1-0/+1
2021-09-28Version Packages (#1451)@astrojs/renderer-lit@0.1.2Gravatar github-actions[bot] 4-7/+8
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-09-28Update lit version to v2 (#1445)Gravatar Michael Stramel 4-44/+50
* Update lit version to v2 * Create weak-sheep-clap.md * Re-assign window.global to window to retain existing functionality
2021-09-28Add script tag example (#1435)Gravatar AsyncBanana 1-0/+13
* Add script tag example Added example of using Astro with client side JavaScript * Removed partial hydration example comment
2021-09-28Update Docusaurus performance score (#1447)Gravatar Alexey Pyltsyn 1-1/+1
2021-09-28Version Packages (#1442)astro@0.20.8Gravatar github-actions[bot] 21-24/+25
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-09-28[ci] collect statsGravatar FredKSchott 1-0/+1
2021-09-27Update /examples/docs/.../MoreMenu.astro (#1446)Gravatar Caleb Jasik 1-1/+1
2021-09-27ES docs typo fixes (#1443)Gravatar arturo 1-3/+3
Fixes 3 minor typographical errors in the Spanish documentation
2021-09-27Fixed props shadowing (#1433)Gravatar AsyncBanana 6-13/+33
* Fixed props shadowing * Added changeset * Added prop shadowing test
2021-09-27[ci] collect statsGravatar FredKSchott 1-0/+1
2021-09-26[ci] collect statsGravatar FredKSchott 1-0/+1
2021-09-25Update CONTRIBUTING.md (#1431)Gravatar Rafid Muhymin Wafi 1-1/+1
2021-09-25[ci] collect statsGravatar FredKSchott 1-0/+1