summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2021-08-15[ci] yarn formatGravatar FredKSchott 1-5/+3
2021-08-15Update CONTRIBUTING.mdGravatar Fred K. Schott 1-6/+54
2021-08-14Clarify the L2 voting process (#1079)Gravatar Matthew Phillips 1-2/+2
* Clarify the L2 voting process * Clarify that L2 and L3 via temp channel * Update GOVERNANCE.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2021-08-14[ci] yarn formatGravatar FredKSchott 1-7/+3
2021-08-14Update CONTRIBUTING.md (#1105)Gravatar Fred K. Schott 1-37/+58
* Update CONTRIBUTING.md * Update CONTRIBUTING.md
2021-08-13[ci] yarn formatGravatar FredKSchott 17-34/+34
2021-08-13change the typescript moduleResolution of all examples to "node" (#1108)Gravatar Kaffee☕ 17-0/+51
* Fixes many Errors related to typescript Fix Svelte Component Errors importing Svelte standard functions using typescript see https://github.com/snowpackjs/astro/issues/403. Also fixes "ReferenceError: exports is not defined" see https://github.com/snowpackjs/astro/issues/969. * change typescript default moduleresolution in examples see #403
2021-08-13docs: rename sidebar "Components" to "Component Syntax"Gravatar Fred K. Schott 1-1/+1
2021-08-13docs: trigger buildGravatar Nate Moore 1-1/+1
2021-08-12[ci] yarn formatGravatar matthewp 2-29/+32
2021-08-12Provide completion suggestions in component props (#1082)Gravatar Matthew Phillips 4-18/+173
* Provide completion suggestions in component props * Limit prop completion to props that the component exports
2021-08-12[ci] yarn formatGravatar FredKSchott 1-2/+8
2021-08-12minor typography changes (#1083)Gravatar Fred K. Schott 1-20/+18
2021-08-12Remove sentence about dev server docs (#1095)Gravatar Sia 1-2/+0