summaryrefslogtreecommitdiff
path: root/packages/create-astro (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-09-06[ci] yarn formatGravatar FredKSchott 1-14/+14
2021-09-06scale back the examples pageGravatar Fred K. Schott 1-0/+0
2021-09-06Adds examples pageGravatar aFuzzyBear 1-14/+14
2021-09-01Version Packages (#1271)create-astro@0.6.2astro@0.20.4Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-30create-astro: Format console logs and fix message about default renderers ↵Gravatar Mikkel Tønder 1-7/+7
(#1257) * create-astro: Format console logs and fix message about default renderers Format the console log statements so the code is easier to read Add a check to see if the renderers array is empty and only show the message about using the templates default renderers if it isn't * Add changeset
2021-08-27Version Packages (#1246)create-astro@0.6.1astro@0.20.2@astrojs/parser@0.20.2Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-20Remove whitespace (#1176)Gravatar Tushar Sadhwani 1-1/+1
2021-08-18add dev script, switch documentation from advising start to dev script (#1141)Gravatar Jonathan Neal 1-1/+1
2021-08-15Add minimal template (#1090)Gravatar Jonathan Neal 1-0/+5
2021-08-03Version Packages (#951)Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-30forced degit template extraction in case of non empty installation directory ↵Gravatar mash-graz 1-23/+2
(#937) * revert recursive file removal routine * forced degit overwrite without previous file removal * add changeset
2021-07-27Version Packages (#887)Gravatar github-actions[bot] 2-1/+7
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-1/+7
(#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-27Update dependencies for create-astroGravatar Matthew Phillips 1-1/+3
2021-07-27Version Packages (#882)Gravatar github-actions[bot] 2-1/+9
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-21get build-all passing (#795)Gravatar Fred K. Schott 1-1/+2
2021-07-21Version Packages (next) (#796)Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-21Expose JSX compilation to renderers (#588)Gravatar Nate Moore 1-5/+27
* 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-21Version Packages (next) (#794)Gravatar github-actions[bot] 2-1/+8
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-21Revert "Version Packages (next) (#692)"Gravatar Fred K. Schott 2-8/+1
This reverts commit 790bd89ead10ababe7010b9b72ea6e6a23e93fed.
2021-07-21Version Packages (next) (#692)Gravatar github-actions[bot] 2-1/+8
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-19Add ability to specify hostname in devOptions (#733)Gravatar Maksim Markelov 1-2/+3
* 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-20[ci] yarn formatGravatar FredKSchott 1-1/+1
2021-07-20[ci] yarn formatGravatar FredKSchott 1-9/+11
2021-07-19fix: add force to rm script in create-astro (#729)Gravatar Bryan Pan 1-3/+20
* 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-19tsconfig fix (#752)Gravatar Fred K. Schott 1-1/+1
2021-07-08Version Packages (#634)Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-08Use new client:visible syntax in create-astro (#633)Gravatar Matthew Phillips 1-1/+1
2021-07-07Version Packages (#622)Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-07[ci] yarn formatGravatar natemoo-re 1-1/+1
2021-07-07fix: make create-astro component injection less brittle (#623)Gravatar Nate Moore 1-24/+8
2021-07-07[ci] yarn formatGravatar natemoo-re 6-66/+82
2021-07-07Add framework-specific prompt and setup to `create-astro` (#620)Gravatar Nate Moore 5-12/+219
* feat(create-astro): add framework-specific prompt and setup * chore: normalize example `astro.config.mjs` files
2021-07-06Version Packages (#609)Gravatar github-actions[bot] 2-1/+13
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-06Implements templates from external repos (#603)Gravatar Matthew Phillips 5-6/+55
* Implements templates from external repos * Adds a changeset
2021-06-22Version Packages (#513)Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-22update small cli fixes (#512)Gravatar Fred K. Schott 1-2/+2
2021-06-16Version Packages (#466)Gravatar github-actions[bot] 2-1/+7
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 1-0/+5
* 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-14Version Packages (#418)Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-14add engines for esm support (#415)Gravatar Fred K. Schott 2-1/+4
2021-06-11Improve templates test (#377)Gravatar Drew Powers 2-81/+99
2021-06-10Add integration test for templates (#372)Gravatar Drew Powers 4-20/+124
2021-06-08Version Packages (#335)Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-08fix create-astro template issue (#334)Gravatar Fred K. Schott 2-2/+2
2021-06-08[ci] yarn formatGravatar matthewp 1-0/+1
2021-06-08Version Packages (#331)Gravatar github-actions[bot] 2-1/+8
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-08[ci] yarn formatGravatar matthewp 3-83/+85
2021-06-08redesign create-astro (#301)Gravatar Fred K. Schott 65-2008/+325
* redesign create astro * add changeset * Use npm start * Update the astro version * Adds the changeset Co-authored-by: Fred Schott <fks@Freds-MBP.attlocal.net> Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2021-06-08Bump create-astro versionGravatar Matthew Phillips 1-1/+1