summaryrefslogtreecommitdiff
path: root/.changeset (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-08-18exit prerelease modeGravatar Fred K. Schott 1-1/+1
2021-08-18remove old changesetsGravatar Fred K. Schott 6-90/+0
2021-08-17Version Packages (next) (#1129)astro@0.19.0-next.3Gravatar github-actions[bot] 1-1/+5
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-17Add support for `client:only` hydrator (#935)Gravatar Tony Sullivan 1-0/+34
* Adding support for client:only hydration * Adding documentation for client:only * Adding changeset * Updating the test to use a browser-only API * Adding a browser-specific import script, this reproduces the issue where client:only imports must be removed * typo fix * removing mispelled test component * WIP: delaying inclusion of component imports until the hydration method is known * WIP: tweaking the test to use window instead of document * When only one renderer is included, use that for client:only hydration * temporary test script snuck into the last commit * WIP: adding check for a client:only renderer hint * refactor: Remove client:only components instead of delaying all component import statements * Updating the changeset and docs for the renderer hint * refactor: pull client:only render matching out to it's own function * Updating renderer hinting to match full name, with shorthand for internal renderers Co-authored-by: Tony Sullivan <tony.f.sullivan@gmail.com>
2021-08-16Fix body scoping (#1130)Gravatar Drew Powers 1-0/+5
Fixes #1074
2021-08-16Astro.resolve (#1085)Gravatar Matthew Phillips 1-0/+20
* add: Astro.resolve * Add docs and tests for Astro.resolve * Add warnings when using string literals * Prevent windows errors * Adds a changeset * Use the astro logger to log the warning * Use the .js extension * Dont warn for data urls * Rename nonRelative and better match Co-authored-by: Jonathan Neal <jonathantneal@hotmail.com>
2021-08-12Version Packages (next) (#1092)astro@0.19.0-next.2Gravatar github-actions[bot] 1-1/+2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-12add changesetGravatar Fred K. Schott 1-0/+5
2021-08-11Version Packages (next) (#1089)astro@0.19.0-next.1Gravatar github-actions[bot] 1-0/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-11add changesetGravatar Fred K. Schott 1-0/+5
2021-08-11Version Packages (next) (#1087)astro@0.19.0-next.0Gravatar github-actions[bot] 1-1/+3
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-11Add file-based routing /w dynamic paths (#1010)Gravatar Fred K. Schott 1-0/+5
* 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] 5-25/+0
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 1-0/+5
* Add PORT env var to be used * Format * Create few-carpets-sing.md * Update few-carpets-sing.md
2021-08-11Fixes #1033 - Markdown with applied scopedStyles doesn't run Prism syntax ↵Gravatar Barrabin ⚑ 1-0/+5
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-10Bump Vue version to latest stable (#1075)Gravatar Bartek Igielski 1-0/+5
* Bump Vue version to latest stable * Create wild-suits-raise.md
2021-08-09Fix nested client load directive (#1030)Gravatar Mihkel Eidast 1-0/+5
* escape </script> in string literals * add changeset
2021-08-08change some Spanish translations (#1063)Gravatar Kus Cámara 1-0/+5
2021-08-05Version Packages (#1036)astro@0.18.9Gravatar github-actions[bot] 2-10/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-05Revert "Version Packages (#1011)"Gravatar Fred K. Schott 3-5/+10
This reverts commit 7f14ea6e3805a4931ce15925f4dddc37e1405fde.
2021-08-05Version Packages (#1011)Gravatar github-actions[bot] 2-10/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-05refactor bin entrypoint, add stackblitz support (#1029)Gravatar Fred K. Schott 1-0/+5
2021-08-04Handle layouts and head injection (#1007)Gravatar Matthew Phillips 1-0/+5
* Revert "Revert "Fixes duplicate head content (#995)" (#1001)" This reverts commit b1959f0fed34ddc4c109c75ce32541b74efff13d. * Handle markdown layouts * Adding a changeset
2021-08-03Version Packages (#1002)Gravatar github-actions[bot] 1-5/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-03Revert "Fixes duplicate head content (#995)" (#1001)Gravatar Matthew Phillips 1-0/+5
* Revert "Fixes duplicate head content (#995)" This reverts commit 268a36f3999ce1255e759561e3591498c2a59554. * Changeset
2021-08-03Version Packages (#999)Gravatar github-actions[bot] 3-15/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-03fix preact render to update a component on first render (#966)Gravatar Fred K. Schott 1-0/+5
* fix preact render to modify server-rendered code * add changeset
2021-08-03Fixes duplicate head content (#995)Gravatar Matthew Phillips 1-0/+5
* Completely fixes head/doctype stuff * Remove the .only * Add a comma following props * Inject head stuff if there are both head and body elements in the component * Remove extra debugger;
2021-08-03Make fetch available in all component types (#949)Gravatar Matthew Phillips 1-0/+5
* Make fetch available in all component types This makes `globalThis.fetch` available in all components. * Adds a changeset
2021-08-03Version Packages (#951)Gravatar github-actions[bot] 3-15/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-03fix: Exclude remote srcset URLs (#986)Gravatar Maarten Van Hoof 1-0/+5
* fix: Exclude remote srcset URLs Fixed #985 * chore: add changeset for 'Exclude remote srcset URLs'
2021-08-03Make Astro.request available to all astro components (#960)Gravatar Matthew Phillips 1-0/+5
* Make Astro.request available to all astro components * Adds a changeset
2021-07-30forced degit template extraction in case of non empty installation directory ↵Gravatar mash-graz 1-0/+5
(#937) * revert recursive file removal routine * forced degit overwrite without previous file removal * add changeset
2021-07-30Version Packages (#940)Gravatar github-actions[bot] 2-11/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-30Fix Vue components nesting and add tests (#924)Gravatar Bartek Igielski 1-0/+6
* Allow @vue/server-renderer to be processed * Bump @vue/server-renderer version * Create twenty-coats-talk.md * Bump Vue packages version to get ESM builds * Add Vue components tests * Create shaggy-pugs-raise.md * Delete shaggy-pugs-raise.md
2021-07-29Allow triple-dashes in markdown (#938)Gravatar Matthew Phillips 1-0/+5
* Allow triple-dashes in markdown * Changeset * Remove the .only
2021-07-28Version Packages (#923)Gravatar github-actions[bot] 1-5/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-28Adds a changeset for markdown changesGravatar Matthew Phillips 1-0/+5
2021-07-28Version Packages (#922)Gravatar github-actions[bot] 1-5/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-28Move rehype-raw to a dependency (#920)Gravatar Matthew Phillips 1-0/+5
* Move rehype-raw to a dependency * Adds a changeset
2021-07-28Version Packages (#912)Gravatar github-actions[bot] 4-21/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-28fix tsx+jsx error (#916)Gravatar Fred K. Schott 1-0/+5
* fix tsx+jsx error * throw error if no build can be returned
2021-07-28Add support for building srcset on images (#911)Gravatar Matthew Phillips 1-0/+5
* Add support for building srcset on images * Added a changeset
2021-07-28Revert #858 (#913)Gravatar Bartek Igielski 1-0/+5
* Revert #858 * Create quick-houses-sip.md
2021-07-28Add remark-slug (#862)Gravatar Maksim Markelov 1-0/+6
* Add remark-slug * Add remark-slug in documentation * Add changeset
2021-07-27Version Packages (#887)Gravatar github-actions[bot] 3-15/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-27Add warning when encountering 'zlib: unexpected end of file' message (#655) ↵Gravatar Erik 1-0/+5
(#889) * Add warning when encountering 'zlib: unexpected end of file' message * Add missing import for 'yellow' * Add changeset * Changing to a patch change since we are pre 1.0 Co-authored-by: Matthew Phillips <matthew@matthewphillips.info>
2021-07-27Prevent client: attributes from being passed to components (#891)Gravatar Matthew Phillips 1-0/+5
* Prevent client: attributes from being passed to components * Adds a changeset