Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
Very minor typo in the example code pulling results out of the `pokeapi` response
|
|
|
|
* 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>
|
|
|
|
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
* Fix race condition in build
* Add changeset
|
|
* improvements: updated heading tag order, removed repeat alt values, added aria-labels
* chore: added changeset
|
|
|
|
|
|
|
|
|
|
Fixes #407
|
|
|
|
* 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
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
* 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
|
|
|
|
|
|
* fix tailwind config filename
* pass configured config file to tailwindcss
* add changeset
* remove `tailwindConfig` from `CompileOptions` interface
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
Underlying issue fixed in Snowpack here: https://github.com/snowpackjs/snowpack/pull/3449
|
|
|
|
|
|
* Less verbose HMR script
* push changeset
|
|
Fixes #104
|
|
* Improve asset resolution in Astro
Fixes #96
* Add docs, changeset
* Fix collection resolution
|
|
|
|
|
|
|
|
Add .svelte files to tailwind config so that svelte components can use tailwind classes.
|
|
|
|
* feat: add support for `<>` and `</>` Fragments
* docs: explain Fragments
* test: add fragment test
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
|
|
|
|
* 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>
|
|
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
* 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
|