Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
* 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>
|
|
|
|
|
|
|
|
* feat: add hydration to Solid renderer
* fix: intersection observer, move script to the end
|
|
|
|
|
|
|
|
|
|
* Use setup-node action's caching
* additional cleanup of caching boilerplate
Co-authored-by: Joseph Yi <joseph.yi@shift.com>
|
|
|
|
* 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
|
|
|
|
|
|
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
astro-create (#1468)
* switch from rm to unlink in order to preserve node 12 compatability in astro-create
* add changeset
|
|
* 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>
|
|
* Support PureComponent in the react renderer
* Adds a changeset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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>
|
|
|
|
* 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>
|
|
|
|
when people open the readme? (#1459)
* 5MB PNG > 789K JPG
* Different RAW address
* Revert "Different RAW address"
This reverts commit db47b992116c04a1abfccbe6ce6e43e82e61a621.
|
|
* 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
|
|
|
|
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
|
|
* Added installation.md in spanish
* Add update to docs/src/config.ts sidebar
Co-authored-by: Felipe Gutiérrez <pipo@pop-os.localdomain>
|
|
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
* Update lit version to v2
* Create weak-sheep-clap.md
* Re-assign window.global to window to retain existing functionality
|
|
* Add script tag example
Added example of using Astro with client side JavaScript
* Removed partial hydration example comment
|
|
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
|
|
|
|
Fixes 3 minor typographical errors in the Spanish documentation
|
|
* Fixed props shadowing
* Added changeset
* Added prop shadowing test
|
|
|
|
|
|
|
|
|