Fred K. Schott
b107d9541a
Update CONTRIBUTING.md ( #1105 )
...
* Update CONTRIBUTING.md
* Update CONTRIBUTING.md
2021-08-14 11:14:15 -07:00
FredKSchott
2347717dea
[ci] yarn format
2021-08-13 23:32:55 +00:00
Kaffee☕
57b0c170e8
change the typescript moduleResolution of all examples to "node" ( #1108 )
...
* 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-13 16:31:44 -07:00
Fred K. Schott
ada4058a3e
docs: rename sidebar "Components" to "Component Syntax"
2021-08-13 11:28:11 -07:00
Nate Moore
b3a6decc70
docs: trigger build
2021-08-13 11:49:41 -05:00
matthewp
d5564747fa
[ci] yarn format
2021-08-12 23:40:39 +00:00
Matthew Phillips
7cd3689a8e
Provide completion suggestions in component props ( #1082 )
...
* Provide completion suggestions in component props
* Limit prop completion to props that the component exports
2021-08-12 18:39:27 -05:00
FredKSchott
aa20be9138
[ci] yarn format
2021-08-12 21:52:05 +00:00
Fred K. Schott
cfc72ae17d
minor typography changes ( #1083 )
2021-08-12 14:50:50 -07:00
Sia
4dab932f94
Remove sentence about dev server docs ( #1095 )
2021-08-12 13:25:09 -05:00
mundry
cbae535cad
Fix typos in the docs/ content ( #1093 )
...
Co-authored-by: mundry <mundry@users.noreply.github.com>
2021-08-12 13:24:06 -05:00
Naeem N
fbbb589d92
Nuxt.js official page url corrected ( #1096 )
2021-08-12 13:20:31 -05:00
Jonathan Neal
0a04c69dbb
Fix left curly bracket formatting ( #1094 )
...
* Fix curly braces
* Add tests
* chore: formatting
* sstyle: update fix to be more explicit and ireduce chance of false positive
* style: use suggestions
Co-authored-by: mmarkelov <maks-markel@mail.ru>
2021-08-12 09:51:37 -07:00
Fred K. Schott
2c0d0a7aa2
restrict smoke test to ubuntu@node14
2021-08-12 01:41:54 -07:00
github-actions[bot]
43e17e59da
Version Packages (next) ( #1092 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-12 01:39:34 -07:00
Fred K. Schott
089d1e7a5e
add changeset
2021-08-12 01:38:10 -07:00
Fred K. Schott
dcb97b0223
make routing fixes from discord feedback ( #1091 )
2021-08-12 01:35:28 -07:00
Fred K. Schott
34e9ab8b10
Update ci.yml
2021-08-12 01:34:51 -07:00
Fred K. Schott
7c2feb19f6
add docs and www smoke tests to github ( #1088 )
2021-08-11 16:31:02 -07:00
github-actions[bot]
2b41db1531
Version Packages (next) ( #1089 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-11 16:30:24 -07:00
Fred K. Schott
c881e71e87
add changeset
2021-08-11 16:24:05 -07:00
Fred K. Schott
a201dde5aa
Revert "Add PORT env var to be used ( #952 )"
...
This reverts commit 939b9d01a4
.
2021-08-11 16:23:20 -07:00
github-actions[bot]
10d6fa4bca
Version Packages (next) ( #1087 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-11 15:50:14 -07:00
Fred K. Schott
b56c0cbda1
improve release notes for filebased routing
2021-08-11 15:48:30 -07:00
Fred K. Schott
3ba2930fbd
enter prerelease mode for v0.19.0-next
2021-08-11 15:05:36 -07:00
FredKSchott
b63960f514
[ci] yarn format
2021-08-11 22:05:17 +00:00
Fred K. Schott
0f0cc2b9d8
Add file-based routing /w dynamic paths ( #1010 )
...
* wip: add file-based routing
* add pagination tests and nested pagination support
2021-08-11 15:04:09 -07:00
github-actions[bot]
b54c01bf66
Version Packages ( #1064 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-11 15:01:00 -07:00
Michael Stramel
939b9d01a4
Add PORT env var to be used ( #952 )
...
* Add PORT env var to be used
* Format
* Create few-carpets-sing.md
* Update few-carpets-sing.md
2021-08-11 14:57:05 -07:00
Fred K. Schott
fcc56a8672
don't force push the format commit
2021-08-11 14:54:37 -07:00
Fred K. Schott
d2739dcc4c
keep latest branch up to date
2021-08-11 14:54:14 -07:00
Barrabin ⚑
2321b577ee
Fixes #1033 - Markdown with applied scopedStyles doesn't run Prism syntax 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 16:52:27 -05:00
natemoo-re
3f093fa830
[ci] yarn format
2021-08-11 20:42:31 +00:00
Nate Moore
6c6a33b987
fix vscode publish flow
2021-08-11 15:39:52 -05:00
Nate Moore
47c439f13e
bump language-server to 0.6.0
2021-08-11 15:36:22 -05:00
Nate Moore
86c47296b4
fix: language server
2021-08-11 15:35:32 -05:00
Nate Moore
99d0677a43
Update VS Code package
2021-08-11 14:41:21 -05:00
Jesus Gil
1f6a01dec8
fix astro.build header links ( #1078 )
...
Switched Twitter link for Documentation link in header and added
inline Twitter, and Github links to bottom of page.
2021-08-10 16:42:07 -05:00
FredKSchott
de3af1f4b7
[ci] yarn format
2021-08-10 16:52:31 +00:00
Fred K. Schott
1350d57997
Do not observe visible hydrate components more than once ( #1015 )
...
* add support for truely unique astro root uids
* update test to test uniqueness
2021-08-10 09:51:19 -07:00
matthewp
16790aee7b
[ci] yarn format
2021-08-10 13:31:09 +00:00
Matthew Phillips
2c5380a266
Add support for Astro.* completion and Hover help ( #1068 )
...
* Add support for Astro.* completion and Hover help
* Allow providing a generic type to fetchContent
2021-08-10 09:30:02 -04:00
Bartek Igielski
1339d5e36b
Bump Vue version to latest stable ( #1075 )
...
* Bump Vue version to latest stable
* Create wild-suits-raise.md
2021-08-10 09:02:24 -04:00
natemoo-re
c7c073603f
[ci] yarn format
2021-08-09 21:37:23 +00:00
Mihkel Eidast
618ea3a8ea
Fix nested client load directive ( #1030 )
...
* escape </script> in string literals
* add changeset
2021-08-09 16:36:12 -05:00
matthewp
bef7247812
[ci] yarn format
2021-08-09 16:04:44 +00:00
Matthew Phillips
5293519470
Fix GoToDefinition for component imports (and component usage) ( #1045 )
...
* Fix GoToDefinition for component imports (and component usage)
* Remove extra comment
2021-08-09 12:03:32 -04:00
Fred K. Schott
812c9d8269
Update congratsbot.yml
2021-08-08 22:36:38 -07:00
Fred K. Schott
5b04e55052
Update congratsbot.yml
2021-08-08 22:33:35 -07:00
Fred K. Schott
8a969007fb
Update congratsbot to support external PRs
2021-08-08 22:28:21 -07:00