summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-08-11Version Packages (next) (#1087)astro@0.19.0-next.0Gravatar github-actions[bot] 23-22/+43
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-11improve release notes for filebased routingGravatar Fred K. Schott 1-1/+17
2021-08-11enter prerelease mode for v0.19.0-nextGravatar Fred K. Schott 1-0/+43
2021-08-11[ci] yarn formatGravatar FredKSchott 6-18/+17
2021-08-11Add file-based routing /w dynamic paths (#1010)Gravatar Fred K. Schott 99-1455/+1612
* wip: add file-based routing * add pagination tests and nested pagination support
2021-08-11Version Packages (#1064)astro@0.18.10@astrojs/renderer-vue@0.1.7Gravatar github-actions[bot] 30-49/+46
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-11Add PORT env var to be used (#952)Gravatar Michael Stramel 2-7/+42
* Add PORT env var to be used * Format * Create few-carpets-sing.md * Update few-carpets-sing.md
2021-08-11don't force push the format commitGravatar Fred K. Schott 1-1/+0
2021-08-11keep latest branch up to dateGravatar Fred K. Schott 1-1/+9
2021-08-11Fixes #1033 - Markdown with applied scopedStyles doesn't run Prism syntax ↵Gravatar Barrabin ⚑ 6-5/+50
highlight (#1037) * Fixes #1033 - Markdown with applied scopedStyles doesn't run Prism syntax highlight * Removed the incorrect lang attribute to indicate language syntax * Fixed UT for scopedStyles + markdown * Update packages/astro/test/astro-markdown.test.js Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> * Added changeset for PR #1037 * Update curly-queens-pay.md Changing from a `minor` release to a `patch` since we're pre-v1.0.0! This Co-authored-by: Vitor Calejuri <vitor.cajuleri@gmail.com> Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2021-08-11[ci] yarn formatGravatar natemoo-re 3-2/+3
2021-08-11fix vscode publish flowGravatar Nate Moore 2-3/+5
2021-08-11bump language-server to 0.6.0Gravatar Nate Moore 1-1/+1
2021-08-11fix: language serverGravatar Nate Moore 8-6/+153
2021-08-11Update VS Code packageGravatar Nate Moore 2-1/+8
2021-08-10fix astro.build header links (#1078)Gravatar Jesus Gil 2-2/+7
Switched Twitter link for Documentation link in header and added inline Twitter, and Github links to bottom of page.
2021-08-10[ci] yarn formatGravatar FredKSchott 1-1/+3
2021-08-10Do not observe visible hydrate components more than once (#1015)Gravatar Fred K. Schott 5-10/+20
* add support for truely unique astro root uids * update test to test uniqueness
2021-08-10[ci] yarn formatGravatar matthewp 10-342/+282
2021-08-10Add support for Astro.* completion and Hover help (#1068)Gravatar Matthew Phillips 15-61/+495
* Add support for Astro.* completion and Hover help * Allow providing a generic type to fetchContent
2021-08-10Bump Vue version to latest stable (#1075)Gravatar Bartek Igielski 3-53/+58
* Bump Vue version to latest stable * Create wild-suits-raise.md
2021-08-09[ci] yarn formatGravatar natemoo-re 1-3/+4
2021-08-09Fix nested client load directive (#1030)Gravatar Mihkel Eidast 2-2/+21
* escape </script> in string literals * add changeset
2021-08-09[ci] yarn formatGravatar matthewp 2-27/+31
2021-08-09Fix GoToDefinition for component imports (and component usage) (#1045)Gravatar Matthew Phillips 4-12/+88
* Fix GoToDefinition for component imports (and component usage) * Remove extra comment
2021-08-08Update congratsbot.ymlGravatar Fred K. Schott 1-1/+1
2021-08-08Update congratsbot.ymlGravatar Fred K. Schott 1-1/+1
2021-08-08Update congratsbot to support external PRsGravatar Fred K. Schott 1-8/+8
2021-08-08change some Spanish translations (#1063)Gravatar Kus Cámara 2-16/+21
2021-08-08Add CSS in example project: docs (#1062)Gravatar Marcus Otterström 1-0/+2
2021-08-08Update congratsbot.ymlGravatar Fred K. Schott 1-1/+1
2021-08-08Testing github action, safe to ignore (#1058)Gravatar Fred K. Schott 1-1/+2
* Update congratsbot.yml * Update congratsbot.yml
2021-08-08Create congratsbot.yml (#1057)Gravatar Fred K. Schott 1-1/+1
2021-08-08Update congratsbot.yml (#1055)Gravatar Fred K. Schott 1-2/+2
2021-08-08Ignore embedded image as page dependency during build (#1053)Gravatar Hamed Madani 1-9/+8
2021-08-08Create congratsbot actionGravatar Fred K. Schott 1-0/+20
2021-08-08Update CONTRIBUTING.mdGravatar Fred K. Schott 1-7/+7
2021-08-08[ci] yarn formatGravatar FredKSchott 1-1/+1
2021-08-08Update CONTRIBUTING.mdGravatar Fred K. Schott 1-0/+23
2021-08-08[ci] yarn formatGravatar FredKSchott 1-7/+8
2021-08-07Fix code examples that would fail if copy-pasted (#1050)Gravatar Jonathan Neal 5-7/+7
2021-08-06Update files (#1048)Gravatar Drew Powers 1-1/+1
2021-08-06[ci] yarn formatGravatar FredKSchott 1-2/+2
2021-08-06another pass on alias docsGravatar Fred K. Schott 1-34/+21
2021-08-06[ci] yarn formatGravatar FredKSchott 1-10/+7
2021-08-06[Docs] Added an "Aliases" page under Guides. [En] (#1042)Gravatar V. Tinev 2-0/+62
* Styled the dark version for the search bar. Changed some stlyes for both themes. * [Docs] Added an "Aliases" page under Guides. [EN] * [Docs] Added "Aliases" page under Guides. Removed styles from another PR. * Revert theme.css. * Revert Search.css. * Edited the text. Co-authored-by: Peter Singh <drgaud@hotmail.com> * Text edits after review. * Apply suggestions from documentation review. Co-authored-by: Fred K. Schott <fkschott@gmail.com> Co-authored-by: V. Tinev <vtinev@2create.studio> Co-authored-by: Peter Singh <drgaud@hotmail.com> Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-08-06[ci] yarn formatGravatar FredKSchott 2-52/+52
2021-08-06Styled the dark version of the search bar. (#1041)Gravatar V. Tinev 2-49/+70
* Styled the dark version for the search bar. Changed some stlyes for both themes. * Adjusted the SearchFooter glow. Co-authored-by: Peter Singh <drgaud@hotmail.com> * Removed search footer glow. * Added inset shadow for the search modal. Co-authored-by: V. Tinev <vtinev@2create.studio> Co-authored-by: Peter Singh <drgaud@hotmail.com>
2021-08-06Fix contrast issue in lang picker (#1044)Gravatar Marcus Otterström 1-2/+2
2021-08-06[ci] yarn formatGravatar FredKSchott 1-1/+1