summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-06-17fixes counting tags to be closed when a component can't be rendered (#490)Gravatar ewatch 1-0/+1
2021-06-17Add @types/prettier to astro-prettier-plugin (#487)Gravatar Caleb Jasik 2-2/+10
2021-06-17optimize social image (#486)Gravatar Fred K. Schott 3-3/+3
2021-06-17fix: keyboard unable to target theme switcher (#488)Gravatar Kitto Khrangtong 1-1/+2
2021-06-17Update collections.md (#485)Gravatar Tony @ Navillus 1-1/+1
Very minor typo in the example code pulling results out of the `pokeapi` response
2021-06-17Update README.mdGravatar Fred K. Schott 1-1/+2
2021-06-17Fix README header aspect ratio (#482)Gravatar Dany Castillo 2-1/+6
* 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-16Update the shape of data provided by `Astro.fetchContent("./*.md")` (#479)Gravatar Caleb Jasik 1-5/+15
2021-06-16[ci] yarn formatGravatar matthewp 1-0/+1
2021-06-16Version Packages (#470)Gravatar github-actions[bot] 11-23/+28
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-16Fix race condition in build (#477)Gravatar Matthew Phillips 3-5/+10
* Fix race condition in build * Add changeset
2021-06-16Improvement/accessibility blog example (#475)Gravatar Brian Hinton 9-17/+25
* improvements: updated heading tag order, removed repeat alt values, added aria-labels * chore: added changeset
2021-06-16[ci] yarn formatGravatar natemoo-re 1-3/+6
2021-06-16feat(#455): improve error logging inside of expressions (#476)Gravatar Nate Moore 2-10/+123
2021-06-16Fix typo, clarify layout section (#474)Gravatar Drew Powers 1-6/+4
2021-06-16Fix syntax errors in styling docs (#471)Gravatar Drew Powers 1-9/+17
2021-06-16Fix parser error on forward slash (#469)Gravatar Drew Powers 4-1/+30
Fixes #407
2021-06-16[ci] yarn formatGravatar natemoo-re 2-0/+1
2021-06-16Fix VS Code extension (#467)Gravatar Nate Moore 54-22/+46
* 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-16Version Packages (#466)Gravatar github-actions[bot] 15-29/+46
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-16Add repository remotes for all astro packages (#458)Gravatar Caleb Jasik 8-0/+42
* 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[ci] yarn formatGravatar matthewp 2-12/+13
2021-06-16Prevent HMR client from being part of bundle (#464)Gravatar Matthew Phillips 4-4/+23
2021-06-16Pass configured Tailwind config file to the `tailwindcss` plugin (#352)Gravatar Brad Cornes 5-5/+9
* fix tailwind config filename * pass configured config file to tailwindcss * add changeset * remove `tailwindConfig` from `CompileOptions` interface
2021-06-16Version Packages (#450)Gravatar github-actions[bot] 10-27/+23
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-16Fix issue with proxy imports not reloading on change (#462)Gravatar Matthew Phillips 2-5/+5
Underlying issue fixed in Snowpack here: https://github.com/snowpackjs/snowpack/pull/3449
2021-06-16[ci] yarn formatGravatar matthewp 1-3/+3
2021-06-16docs: fixed ascii based folder strucure in dev.md (#461)Gravatar Nikhil Mehta 1-2/+5
2021-06-16Less verbose HMR script (#457)Gravatar Nurettin Kaya 4-6/+11
* Less verbose HMR script * push changeset
2021-06-15Handle script module resolution (#438)Gravatar Drew Powers 7-3/+68
Fixes #104
2021-06-15Improve asset resolution in Astro (#437)Gravatar Drew Powers 12-32/+111
* Improve asset resolution in Astro Fixes #96 * Add docs, changeset * Fix collection resolution
2021-06-15docs: update syntax docs (#449)Gravatar Nate Moore 1-19/+7
2021-06-15Fix typo (#441)Gravatar Jasper Nykänen 1-1/+1
2021-06-15Clarify docs suggesting that Astro may just randomly break your styles (#451)Gravatar Drew Powers 1-2/+3
2021-06-15Add .svelte to the tailwind config (#444)Gravatar Jeffrey Jose 1-1/+1
Add .svelte files to tailwind config so that svelte components can use tailwind classes.
2021-06-15[ci] yarn formatGravatar natemoo-re 2-25/+24
2021-06-15Add `<>` fragment support for expressions (#433)Gravatar Nate Moore 6-21/+78
* feat: add support for `<>` and `</>` Fragments * docs: explain Fragments * test: add fragment test
2021-06-15Version Packages (#446)Gravatar github-actions[bot] 9-14/+28
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-15Adding a changesetGravatar Matthew Phillips 1-0/+6
2021-06-15[ci] yarn formatGravatar FredKSchott 1-21/+24
2021-06-14new collections API docs (#416)Gravatar Fred K. Schott 1-127/+139
* new collections API docs * docs updates * Update docs/collections.md Co-authored-by: Drew Powers <1369770+drwpow@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Drew Powers <1369770+drwpow@users.noreply.github.com> * respond to code review Co-authored-by: Drew Powers <1369770+drwpow@users.noreply.github.com>
2021-06-14[ci] yarn formatGravatar matthewp 1-0/+1
2021-06-14Version Packages (#431)Gravatar github-actions[bot] 9-21/+19
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-14[ci] yarn formatGravatar matthewp 2-7/+5
2021-06-14Honor user's hmr settings (#436)Gravatar Matthew Phillips 9-6/+88
* Honor user's hmr settings This contains 2 fixes: * If the user sets the hmrPort in their own snowpack config we use that port. * If the user sets `window.HMR_WEBSOCKET_URL` we defer to that * Adds the changeset
2021-06-14[ci] yarn formatGravatar matthewp 3-22/+13
2021-06-14rewrite part of the renderer docs (#432)Gravatar Fred K. Schott 1-20/+73
2021-06-14fix some example docs site issues (#434)Gravatar Fred K. Schott 16-102/+206
2021-06-14[ci] yarn formatGravatar matthewp 1-1/+1
2021-06-14Prevent postcss from crashing when scoping class without a body (#430)Gravatar Matthew Phillips 4-1/+32
* Prevent postcss from crashing when scoping class without a body For some reason postcss will keep running the plugin over and over on a class without a body if we modify the `selector` (this triggers it as being "dirty"). It doesn't do this for selectors with a body. But the fix was easy enough, only scope a rule once. Closes #340 * Add a changeset