summaryrefslogtreecommitdiff
path: root/.changeset (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-07-27Add internals to knownEntrypoints (#885)Gravatar Matthew Phillips 1-0/+5
* Add internals to knownEntrypoints * Added a changeset * Add prismjs to knownentrypoints
2021-07-27Version Packages (#882)Gravatar github-actions[bot] 27-250/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-27Exiting prerelease modeGravatar Matthew Phillips 1-1/+1
2021-07-27Version Packages (next) (#865)Gravatar github-actions[bot] 1-0/+5
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-27Fixes bug where Astro can't distinguish between two equal components ↵Gravatar Mats 1-0/+5
differing only by props when hydrating (#846)
2021-07-27Fix `renderer-solid` not creating a reactive root (#848)Gravatar Pablo Berganza 1-0/+5
* use Solid's render method on the client * add changeset * use createComponent
2021-07-27Correctly compile `lang="sass" styles` (#857)Gravatar Tc001 1-0/+5
* Added sass support * Combined cases, added check for indentedSyntax * Corrected changeset
2021-07-27Add an alt tag for the hero image in the blog example (#868)Gravatar Michael Stramel 1-0/+5
* Add an alt tag for the hero image * pass along * Create heavy-pumas-cross.md
2021-07-26Account for pathnames being part of the site config (#856)Gravatar Matthew Phillips 1-0/+5
* Account for pathnames being part of the site config * Adds a changeset * Don't toString the site in the test
2021-07-26Version Packages (next) (#859)Gravatar github-actions[bot] 1-0/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-26Exclude @vue/runtime-core from processing to fix Vue SSR for nested ↵Gravatar Bartek Igielski 1-0/+5
components (#858) * Exclude @vue/runtime-core from processing to fix Vue SSR for nested components * Create seven-shoes-stare.md
2021-07-24Version Packages (next) (#845)Gravatar github-actions[bot] 1-0/+3
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-23Introduce `<style global>` (#824)Gravatar Tony Sullivan 1-0/+8
* Adding support for multiple <style> blocks * Adding support for `<style global>` * scoping @keyframes should also be skipped for <style global> * Adding test coverage for muliple style blocks, global blocks, and scoped keyframes * docs: Updating docs for `<style global>` support * Adding yarn changeset * Punctuation fix in styling docs * docs: Clarifying example use cases given in the docs Co-authored-by: Tony Sullivan <tony.f.sullivan@gmail.com>
2021-07-23Correctly serialize falsey values at top-level of components (#834)Gravatar Matthew Phillips 1-0/+5
* Correctly serialize falsey values at top-level of components * Adding a changeset
2021-07-22Fix: JSX renderer "Hello world!" error (#822)Gravatar Nate Moore 1-0/+5
* fix: remove hello-world error * chore: add changeset
2021-07-21Version Packages (next) (#810)Gravatar github-actions[bot] 1-0/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-21fix: unfound snowpack-plugin-jsx.cjs error (#809)Gravatar Nate Moore 1-0/+5
2021-07-21Version Packages (next) (#796)Gravatar github-actions[bot] 1-1/+8
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-21Expose JSX compilation to renderers (#588)Gravatar Nate Moore 4-0/+25
* feat: add support for `jsxImportSource`, new JSX transform * Renderer: add Solid renderer (#667) * feat: add support for `jsxImportSource`, new JSX transform * WIP: solid renderer * [Renderer] Solid (#656) * feat: add support for `jsxImportSource`, new JSX transform * WIP: solid renderer * Solid renderer: fix SSR of children, hydration (top level) Caveat: cannot hydrate children/descendants of hydrated parents * Fix hydration of fragments * fix: SyntaxError in React/Preact renderers * fix: errors in React/Preact renderers * feat: update react external * chore: update examples * chore: delete old changelog * chore: update astro config Co-authored-by: Nate Moore <nate@skypack.dev> * Changing the preact to Solid (#669) * chore: use new client:visible syntax * fix: dev script issue * chore: cleanup SolidJS example * docs: update framework example docs * chore: cleanup framework-multiple example * fix: remove SolidJS false-positives from Preact renderer * chore: add changeset Co-authored-by: eyelidlessness <eyelidlessness@users.noreply.github.com> Co-authored-by: Abdullah Mzaien <s201540830@kfupm.edu.sa> * feat(create-astro): add Solid support * docs: add JSX options to renderer reference * chore: add changeset for P/React renderers * fix: move react/server.js to external * chore: remove brewfile * Revert "feat: add support for `jsxImportSource`, new JSX transform" This reverts commit 077c4bfc135c58a85d4ebfca6012e90403694d8d. * fix: remove `react-dom/server` from `external` * chore: remove unused dependency * feat: improve JSX error messages * Revert "Revert "feat: add support for `jsxImportSource`, new JSX transform"" This reverts commit f6c2896b9ec6430611fc0abae7d586c42aca87e5. * docs: update jsxImportSource * feat: improve error message * feat: improve error logging for JSX renderers * tests: add jsx-runtime tests * chore: update snowpack Co-authored-by: eyelidlessness <eyelidlessness@users.noreply.github.com> Co-authored-by: Abdullah Mzaien <s201540830@kfupm.edu.sa>
2021-07-21Allow using the Fragment built-in in Astro components (#793)Gravatar Matthew Phillips 1-0/+5
* Allow using the Fragment built-in in Astro components * Adds a changeset
2021-07-21Version Packages (next) (#794)Gravatar github-actions[bot] 1-2/+16
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-21Version Packages (next)Gravatar Fred K. Schott 1-1/+1
2021-07-21Revert "Version Packages (next) (#692)"Gravatar Fred K. Schott 1-16/+2
This reverts commit 790bd89ead10ababe7010b9b72ea6e6a23e93fed.
2021-07-21Version Packages (next) (#692)Gravatar github-actions[bot] 1-2/+16
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-21edit changeset before next pre releaseGravatar Fred K. Schott 1-2/+2
2021-07-21Handle custom elements in nested JSX (#792)Gravatar Matthew Phillips 1-0/+6
* Handle custom elements in nested JSX * Adds a changeset
2021-07-21New Collections API (#703)Gravatar Fred K. Schott 1-0/+9
* updated createCollection API * Update examples/portfolio/src/pages/projects.astro Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> * Update docs/reference/api-reference.md Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> * fix(docs): collection doc typos (#758) * keep cleaning up docs and adding tests Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> Co-authored-by: Mark Pinero <markspinero@gmail.com>
2021-07-19Add ability to specify hostname in devOptions (#733)Gravatar Maksim Markelov 1-0/+5
* Add ability to specify hostname in devOptions * Update packages/astro/test/config-hostname.test.js Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz>
2021-07-19fix: add force to rm script in create-astro (#729)Gravatar Bryan Pan 1-0/+5
* fix: add force to rm script in create-astro * add changeset * edit overwrite prompt * rm cannot remove '.' or '..' -- creating a helper function to empty the directory * delete symlinks * comments
2021-07-19Fix url to find page with "index" at the end file name (#722) (#736)Gravatar Vl 1-0/+5
Co-authored-by: Neverage <vl>
2021-07-19tsconfig fix (#752)Gravatar Fred K. Schott 1-0/+7
2021-07-16Update docs in compiler messages (#710)Gravatar Caleb Jasik 1-1/+1
* `github.com/snowpackjs/astro/blob/main/docs/*.md` -> `docs.astro.build/*/` * convert links to docs site links * Fix broken links that didn't work w/ the regex. * Add changeset * Delete five-weeks-destroy.md Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-07-14select random ports if defaults are taken (#695)Gravatar Mihkel Eidast 1-0/+5
* select random port if default ports are taken * add changeset
2021-07-14[ci] yarn formatGravatar FredKSchott 1-1/+1
2021-07-14move Astro.fetchContent to runtime API (#652)Gravatar Fred K. Schott 1-0/+5
2021-07-13[ci] yarn formatGravatar matthewp 1-6/+1
2021-07-13Version Packages (next) (#678)Gravatar github-actions[bot] 1-1/+6
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-13Add missing dependency (#676)Gravatar Matthew Phillips 1-0/+5
* Add missing dependency * Adds a changset
2021-07-13[ci] yarn formatGravatar matthewp 1-5/+1
2021-07-13Version Packages (next) (#663)Gravatar github-actions[bot] 1-2/+8
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-12Docs: Correcting minor typo in ReadMe (#666)Gravatar Ryan Christian 1-0/+5
* docs: Correcting minor typo in ReadMe * docs: Adding changeset
2021-07-12[ci] yarn formatGravatar matthewp 1-4/+4
2021-07-12Adds support for client:media hydrator (#664)Gravatar Matthew Phillips 1-0/+37
* Adds support for client:media hydrator * Include a changeset * Pass in undefined when not hydrating
2021-07-12Add support for named slots (#661)Gravatar Nate Moore 1-0/+7
* feat: support named slots, slot fallback content * docs: document slots * chore: add changeset * fix: build errors * chore: prefer `patch` version
2021-07-12chore: enter pre (#662)Gravatar Nate Moore 1-0/+38
2021-07-12Version Packages (#646)Gravatar github-actions[bot] 3-24/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-12Only display notice if needed (#659)Gravatar Johan Stenehall 1-0/+5
2021-07-09Improve error handling in unsupported node versions (#649)Gravatar Nate Moore 1-0/+5
* feat: improve error handling for unsupported node versions * chore: add changeset
2021-07-09Fix injection behavior for pages which contain no elements (#638)Gravatar Nate Moore 1-0/+14
* chore: add changeset * fix(#605): inject HMR/styles even when page includes no elements * chore: update test description
2021-07-09Version Packages (#639)Gravatar github-actions[bot] 2-20/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>