summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-08-19Fix typos in the docs. (#1165)Gravatar mundry 3-5/+5
Co-authored-by: mundry <mundry@users.noreply.github.com>
2021-08-19changeset: markdown-support (fix the left-brace issue) (#1170)Gravatar Caleb Jasik 1-0/+5
2021-08-18walk-back examples/snowpack changesGravatar Fred K. Schott 7-12/+11
2021-08-18add dev script, switch documentation from advising start to dev script (#1141)Gravatar Jonathan Neal 47-49/+69
2021-08-18Fix :global() scoping (#1162)Gravatar Drew Powers 3-29/+66
* Fix :global() scoping #1155 * Improve :global() scoping rules further
2021-08-18Add Vitepress to "Astro vs. X" comparison pageGravatar Fred K. Schott 1-2/+4
2021-08-19[ci] yarn formatGravatar FredKSchott 1-8/+2
2021-08-18Update Governance + Contributor Model (#1120)Gravatar Fred K. Schott 2-86/+206
* Update GOVERNANCE.md * small changes from review * larger changes to voting info * improve voting rules * finalize voting rules * remove personal anecdote * fix whitespace * clarify voting * clarify nomination * code review changes
2021-08-18[ci] yarn formatGravatar drwpow 1-1/+6
2021-08-18[DOCS] Add more information about content.astro (markdown) (#1148)Gravatar Marcus Otterström 1-40/+43
* Correct heading levels * Add more info about content.astro * Remove accidental heading
2021-08-18docs: fix mobile sidebar toggle (#1158)Gravatar kelvinsjk 1-1/+1
2021-08-18Fix B#1156 typo in v0.19.0 blog post (#1157)Gravatar Tony Sullivan 1-1/+1
Thanks for catching this typo @bLaCkwEw!
2021-08-18Update api-reference.mdGravatar Fred K. Schott 1-1/+1
2021-08-18Version Packages (#1150)astro@0.19.0@astrojs/parser@0.18.6Gravatar github-actions[bot] 30-150/+99
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-18update changset minorGravatar Fred K. Schott 1-2/+1
2021-08-18add back 0.19.0 changesetsGravatar Fred K. Schott 3-0/+75
2021-08-18exit prerelease modeGravatar Fred K. Schott 3-238/+177
2021-08-18Update CONTRIBUTING.mdGravatar Fred K. Schott 1-1/+1
2021-08-18fix too strict "relative link" errors in docs website (#1149)Gravatar Fred K. Schott 2-4/+6
2021-08-18Fix typo (#1151)Gravatar Magnus Markling 1-1/+1
2021-08-18small release post updatesGravatar Fred K. Schott 1-1/+0
2021-08-18small release post updatesGravatar Fred K. Schott 1-8/+13
2021-08-18update blog post date for tomorrowGravatar Fred K. Schott 3-4/+4
2021-08-18remove old changesetsGravatar Fred K. Schott 6-90/+0
2021-08-17Astro v0.19 release blog post (#1135)Gravatar Fred K. Schott 12-27/+211
* wip * Add support for `client:only` hydrator (#935) * Adding support for client:only hydration * Adding documentation for client:only * Adding changeset * Updating the test to use a browser-only API * Adding a browser-specific import script, this reproduces the issue where client:only imports must be removed * typo fix * removing mispelled test component * WIP: delaying inclusion of component imports until the hydration method is known * WIP: tweaking the test to use window instead of document * When only one renderer is included, use that for client:only hydration * temporary test script snuck into the last commit * WIP: adding check for a client:only renderer hint * refactor: Remove client:only components instead of delaying all component import statements * Updating the changeset and docs for the renderer hint * refactor: pull client:only render matching out to it's own function * Updating renderer hinting to match full name, with shorthand for internal renderers Co-authored-by: Tony Sullivan <tony.f.sullivan@gmail.com> * [ci] yarn format * Update CONTRIBUTING.md (#1131) * [ci] yarn format * docs: fix select language in Safari (#1127) (#1128) * docs: fix select language in Safari (#1127) * docs: fix select language top position * docs: fix select language position * Make congratsbot not run in forks (#1145) * add back dark-mode aware favicons * make example favicons prefer non-dark mode * Version Packages (next) (#1129) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * code review comments Co-authored-by: Tony Sullivan <tony.f.sullivan@outlook.com> Co-authored-by: Tony Sullivan <tony.f.sullivan@gmail.com> Co-authored-by: matthewp <matthewp@users.noreply.github.com> Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> Co-authored-by: Oleg <64708593+olejech@users.noreply.github.com> Co-authored-by: Marcus Otterström <35617441+MarcusOtter@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-18[ci] yarn formatGravatar FredKSchott 1-5/+5
2021-08-17Create FUNDING.md (#1137)Gravatar Fred K. Schott 2-0/+50
* Create FUNDING.md * Create FUNDING.yml * Update FUNDING.md Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz>
2021-08-17Version Packages (next) (#1129)astro@0.19.0-next.3Gravatar github-actions[bot] 24-23/+101
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-17make example favicons prefer non-dark modeGravatar Fred K. Schott 18-0/+1
2021-08-17add back dark-mode aware faviconsGravatar Fred K. Schott 2-1/+3
2021-08-17Make congratsbot not run in forks (#1145)Gravatar Marcus Otterström 1-1/+1
2021-08-17docs: fix select language in Safari (#1127) (#1128)Gravatar Oleg 2-3/+88
* docs: fix select language in Safari (#1127) * docs: fix select language top position * docs: fix select language position
2021-08-17[ci] yarn formatGravatar FredKSchott 1-2/+1
2021-08-17Update CONTRIBUTING.md (#1131)Gravatar Fred K. Schott 1-15/+20
2021-08-17[ci] yarn formatGravatar matthewp 1-3/+1
2021-08-17Add support for `client:only` hydrator (#935)Gravatar Tony Sullivan 17-7/+274
* Adding support for client:only hydration * Adding documentation for client:only * Adding changeset * Updating the test to use a browser-only API * Adding a browser-specific import script, this reproduces the issue where client:only imports must be removed * typo fix * removing mispelled test component * WIP: delaying inclusion of component imports until the hydration method is known * WIP: tweaking the test to use window instead of document * When only one renderer is included, use that for client:only hydration * temporary test script snuck into the last commit * WIP: adding check for a client:only renderer hint * refactor: Remove client:only components instead of delaying all component import statements * Updating the changeset and docs for the renderer hint * refactor: pull client:only render matching out to it's own function * Updating renderer hinting to match full name, with shorthand for internal renderers Co-authored-by: Tony Sullivan <tony.f.sullivan@gmail.com>
2021-08-16docs: added 2 pages in French (#1114)Gravatar Gautier Ben Aïm 4-12/+244
2021-08-16Fix body scoping (#1130)Gravatar Drew Powers 3-2/+13
Fixes #1074
2021-08-16cleanup example faviconsGravatar Fred K. Schott 36-210/+21
2021-08-16Adding favicon to examples (#1084)Gravatar Rafid Muhymin Wafi 43-9/+158
2021-08-16[ci] yarn formatGravatar matthewp 6-18/+10
2021-08-16Astro.resolve (#1085)Gravatar Matthew Phillips 10-17/+155
* add: Astro.resolve * Add docs and tests for Astro.resolve * Add warnings when using string literals * Prevent windows errors * Adds a changeset * Use the astro logger to log the warning * Use the .js extension * Dont warn for data urls * Rename nonRelative and better match Co-authored-by: Jonathan Neal <jonathantneal@hotmail.com>
2021-08-16Bold props interface words (#1123)Gravatar Marcus Otterström 1-1/+3
* Bold props interface words * Turn it into blockquote
2021-08-16Remove `font-weight:400;` from anchor links - they should be the same weight ↵Gravatar Caleb Jasik 1-1/+0
as the text without a link. (#1116) If we wanted to, we *could* set the font-weight as `heavier` maybe? Is that an option? So that it just chooses an increase in font-weight for differentiation from text outside of a link. This was mainly a problem with headings that have links, the difference in font-weight stuck out like a sore thumb to me.
2021-08-16[ci] yarn formatGravatar FredKSchott 1-8/+7
2021-08-16update astro comparisons (#1109)Gravatar Fred K. Schott 1-25/+63
2021-08-16docs: small ul,ol margin changeGravatar Fred K. Schott 1-1/+1
2021-08-16Revert short line-height for `<ul>`'s (#1121)Gravatar Caleb Jasik 1-5/+2
2021-08-15[ci] yarn formatGravatar jasikpark 1-2/+2
2021-08-15Add minimal template (#1090)Gravatar Jonathan Neal 8-0/+91