matthewp
32fdb383c7
[ci] yarn format
2021-06-21 19:35:26 +00:00
Matthew Phillips
0abd251cda
Removes snowpack warning suppression ( #504 )
...
* Start of warnings
* Provide knownEntrypoints by renderers
This allows renderers to provide knownEntrypoints that will be forwarded to snowpack. This gets rid of renderer-specific warnings and allows us to remove the snowpack logging hacks we were doing.
* Adds a changeset
2021-06-21 15:34:22 -04:00
matthewp
b2a72ccac4
[ci] yarn format
2021-06-21 16:29:33 +00:00
Matthew Phillips
b547892411
Allow the head element to be optional ( #447 )
...
* First take
* Allow omitting head element
This makes it possible to omit the head element but still inject the style and HMR script into the right place.
* Add changeset
* More progress on this
* Only render if it's a page
* Include fragments in compiled jsx
* Adds a changeset
2021-06-21 12:28:30 -04:00
matthewp
cab79548db
[ci] yarn format
2021-06-21 12:46:24 +00:00
Laura Caroline
1f6fe888db
Fix sidebar scrolling docs ( #499 )
...
* Allow scrolling for side bar + scroll bar styling
* Add tentative of styling for firefox
2021-06-21 08:45:11 -04:00
Matthew Phillips
491ff66603
Allow renderers configuration to update ( #489 )
...
* Start of dynamic renderers
* Implementation
2021-06-21 08:44:45 -04:00
natemoo-re
f04b82d47e
[ci] yarn format
2021-06-19 00:57:20 +00:00
Nate Moore
2671b6f9cc
Skip scoped astro-*
class if Astro component has no <style>
( #497 )
...
* feat(#472 ): do not inject `astro-xxx` class for components without styles
* test: add test for skipped scoped classes
* chore: add changeset
* Update happy-cougars-scream.md
2021-06-18 19:56:14 -05:00
Laura Caroline
348babc660
Fix horizontal scroll for starter template. ( #498 )
2021-06-18 16:51:47 -07:00
Fred K. Schott
e8a976a543
update docs, remove reference to Inifinity
2021-06-18 16:16:27 -07:00
ewatch
2b51e9e4b3
fixes counting tags to be closed when a component can't be rendered ( #490 )
2021-06-17 17:19:21 -05:00
Caleb Jasik
ff7ec2fc02
Add @types/prettier to astro-prettier-plugin ( #487 )
2021-06-17 16:10:15 -05:00
Fred K. Schott
a936d92cee
optimize social image ( #486 )
2021-06-17 16:04:18 -05:00
Kitto Khrangtong
24b360cb17
fix: keyboard unable to target theme switcher ( #488 )
2021-06-17 16:05:22 -04:00
Tony @ Navillus
fc4433e640
Update collections.md ( #485 )
...
Very minor typo in the example code pulling results out of the `pokeapi` response
2021-06-17 13:47:48 -05:00
Fred K. Schott
b13ac15365
Update README.md
2021-06-17 09:18:33 -07:00
Dany Castillo
6573bea8d4
Fix README header aspect ratio ( #482 )
...
* Fix README header aspect ratio
* add changeset
* bring back img and try responsive width and height
* Remove `width` and `height` attrs
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2021-06-17 11:10:49 -05:00
Caleb Jasik
02d175cd95
Update the shape of data provided by Astro.fetchContent("./*.md")
( #479 )
2021-06-16 17:39:47 -05:00
matthewp
eba4d81bf3
[ci] yarn format
2021-06-16 21:27:36 +00:00
github-actions[bot]
11eda869dc
Version Packages ( #470 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-16 17:26:15 -04:00
Matthew Phillips
233fbcd5c5
Fix race condition in build ( #477 )
...
* Fix race condition in build
* Add changeset
2021-06-16 17:24:25 -04:00
Brian Hinton
e711668556
Improvement/accessibility blog example ( #475 )
...
* improvements: updated heading tag order, removed repeat alt values, added aria-labels
* chore: added changeset
2021-06-16 17:19:23 -04:00
natemoo-re
5c01526731
[ci] yarn format
2021-06-16 21:16:31 +00:00
Nate Moore
03ebdc3387
feat( #455 ): improve error logging inside of expressions ( #476 )
2021-06-16 16:15:25 -05:00
Drew Powers
e7b2a6d8dd
Fix typo, clarify layout section ( #474 )
2021-06-16 14:12:16 -06:00
Drew Powers
52fc62d454
Fix syntax errors in styling docs ( #471 )
2021-06-16 13:53:09 -06:00
Drew Powers
7f8d5869c3
Fix parser error on forward slash ( #469 )
...
Fixes #407
2021-06-16 13:26:38 -06:00
natemoo-re
a0d94cb633
[ci] yarn format
2021-06-16 18:21:50 +00:00
Nate Moore
0dd278810e
Fix VS Code extension ( #467 )
...
* chore: astro-languageserver => @astrojs/language-server
* chore: astro-vscode => vscode
* chore: move devDeps to deps
* chore: bump language-server to 0.5.0-next.0
* chore: remove astro-docs
* chore: update changelog
* fix: expose `astro-ls` bin
* fix: vscode extension
* chore: update changelog
2021-06-16 13:20:29 -05:00
github-actions[bot]
382868abfc
Version Packages ( #466 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-16 14:12:05 -04:00
Caleb Jasik
f9f2da458d
Add repository remotes for all astro packages ( #458 )
...
* Add repository remotes for all astro packages
* Add repository.directory key instead of adding the path to repository.url
* Include changeset
* Add repository key to create-astro
2021-06-16 14:09:35 -04:00
matthewp
7fdb7ceca6
[ci] yarn format
2021-06-16 17:38:46 +00:00
Matthew Phillips
5601efa257
Prevent HMR client from being part of bundle ( #464 )
2021-06-16 13:37:29 -04:00
Brad Cornes
3ada25d7d9
Pass configured Tailwind config file to the tailwindcss
plugin ( #352 )
...
* fix tailwind config filename
* pass configured config file to tailwindcss
* add changeset
* remove `tailwindConfig` from `CompileOptions` interface
2021-06-16 11:36:19 -06:00
github-actions[bot]
c0804fc8cd
Version Packages ( #450 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-16 08:41:21 -04:00
Matthew Phillips
2023a26725
Fix issue with proxy imports not reloading on change ( #462 )
...
Underlying issue fixed in Snowpack here: https://github.com/snowpackjs/snowpack/pull/3449
2021-06-16 08:35:09 -04:00
matthewp
aa0c4e37fa
[ci] yarn format
2021-06-16 12:21:06 +00:00
Nikhil Mehta
dce6a6ce61
docs: fixed ascii based folder strucure in dev.md ( #461 )
2021-06-16 08:19:57 -04:00
Nurettin Kaya
251b0b5c06
Less verbose HMR script ( #457 )
...
* Less verbose HMR script
* push changeset
2021-06-16 08:17:06 -04:00
Drew Powers
54c291efa0
Handle script module resolution ( #438 )
...
Fixes #104
2021-06-15 15:06:29 -06:00
Drew Powers
272769d723
Improve asset resolution in Astro ( #437 )
...
* Improve asset resolution in Astro
Fixes #96
* Add docs, changeset
* Fix collection resolution
2021-06-15 14:53:16 -06:00
Nate Moore
0c39c27ef5
docs: update syntax docs ( #449 )
2021-06-15 14:32:32 -05:00
Jasper Nykänen
e3ab36f914
Fix typo ( #441 )
2021-06-15 14:29:01 -05:00
Drew Powers
d14bfdc6c6
Clarify docs suggesting that Astro may just randomly break your styles ( #451 )
2021-06-15 11:26:24 -06:00
Jeffrey Jose
2462ece7a6
Add .svelte to the tailwind config ( #444 )
...
Add .svelte files to tailwind config so that svelte components can use tailwind classes.
2021-06-15 12:51:42 -04:00
natemoo-re
266e447e01
[ci] yarn format
2021-06-15 16:34:46 +00:00
Nate Moore
490f2bebbc
Add <>
fragment support for expressions ( #433 )
...
* feat: add support for `<>` and `</>` Fragments
* docs: explain Fragments
* test: add fragment test
2021-06-15 11:33:27 -05:00
github-actions[bot]
28c2d74dc3
Version Packages ( #446 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-15 08:25:29 -04:00
Matthew Phillips
9d4a40fccc
Adding a changeset
2021-06-15 08:21:53 -04:00