Skip to content

Latest commit

 

History

History
718 lines (366 loc) · 33.3 KB

CHANGELOG.md

File metadata and controls

718 lines (366 loc) · 33.3 KB

create-astro

4.8.0

Minor Changes

4.7.5

Patch Changes

4.7.4

Patch Changes

4.7.3

Patch Changes

4.7.2

Patch Changes

4.7.1

Patch Changes

4.7.0

Minor Changes

4.6.0

Minor Changes

4.5.2

Patch Changes

4.5.2-beta.0

Patch Changes

4.5.1

Patch Changes

  • #9048 1e97708cd Thanks @skirianov! - Fixes an issue where a successful "Dependencies installed" message is displayed even when installing dependencies fails.

4.5.0

Minor Changes

Patch Changes

4.4.1

Patch Changes

  • #8911 b236d88ad Thanks @natemoo-re! - Ensure an existing template's package.json scripts are respected when modifying build.

4.4.0

Minor Changes

  • #8853 ce807a2bf Thanks @rayriffy! - Automatically installs the required dependencies to run the astro check command when the user indicates they plan to write TypeScript.

Patch Changes

  • #8841 f2dd895d7 Thanks @Genteure! - No longer attempts to delete the directory after a template download fails if the path is ., ./ or starts with ../.

4.3.0

Minor Changes

4.2.1

Patch Changes

4.2.0

Minor Changes

4.1.0

Minor Changes

  • #8456 ed952b4ce Thanks @natemoo-re! - Improve startup performance by removing dependencies, lazily initializing async contextual values

4.0.2

Patch Changes

4.0.1

Patch Changes

4.0.0

Major Changes

  • #8188 d0679a666 Thanks @ematipico! - Remove support for Node 16. The lowest supported version by Astro and all integrations is now v18.14.1. As a reminder, Node 16 will be deprecated on the 11th September 2023.

  • #8179 6011d52d3 Thanks @matthewp! - Astro 3.0 Release Candidate

4.0.0-rc.2

Major Changes

4.0.0-beta.1

Patch Changes

4.0.0-beta.0

Major Changes

  • 1eae2e3f7 Thanks @Princesseuh! - Remove support for Node 16. The lowest supported version by Astro and all integrations is now v18.14.1. As a reminder, Node 16 will be deprecated on the 11th September 2023.

3.2.2

Patch Changes

3.2.1

Patch Changes

3.2.0

Minor Changes

3.1.13

Patch Changes

3.1.12

Patch Changes

3.1.11

Patch Changes

3.1.10

Patch Changes

3.1.9

Patch Changes

  • #7527 9e2426f75 Thanks @natemoo-re! - Default registry logic to fallback to NPM if registry command fails (sorry, Bun users!)

  • #7539 1170877b5 Thanks @jc1144096387! - Update registry logic, improving edge cases (http support, redirects, registries ending with '/')

3.1.8

Patch Changes

3.1.7

Patch Changes

3.1.6

Patch Changes

3.1.5

Patch Changes

3.1.4

Patch Changes

3.1.3

Patch Changes

3.1.2

Patch Changes

3.1.1

Patch Changes

3.1.0

Minor Changes

3.0.5

Patch Changes

3.0.4

Patch Changes

3.0.3

Patch Changes

3.0.2

Patch Changes

3.0.1

Patch Changes

3.0.0

Major Changes

2.0.2

Patch Changes

2.0.1

Patch Changes

2.0.0

Major Changes

Patch Changes

2.0.0-beta.1

See changes in 2.0.0-beta.1

Patch Changes

2.0.0-beta.0

See changes in 2.0.0-beta.0

Major Changes

1.2.4

Patch Changes

1.2.3

Patch Changes

1.2.2

Patch Changes

1.2.1

Patch Changes

1.2.0

Minor Changes

  • #5088 040837628 Thanks @natemoo-re! - Introducing your new automated assistant: Houston! 🎉

    ╭─────╮  Houston:
    │ ◠ ◡ ◠  Initiating launch sequence... right... now!
    ╰─────╯
    

    Updates template and TypeScript prompts for clarity and friendliness.

    Migrates template copying from degit (unmaintained) to giget for stability.

1.1.0

Minor Changes

  • #4810 7481ffda0 Thanks @mrienstra! - Always write chosen config to tsconfig.json.

    • Before: Only when strict & strictest was selected
    • After: Also when base is selected (via "Relaxed" or "I prefer not to use TypeScript")

1.0.2

Patch Changes

1.0.1

Patch Changes

1.0.1-next.0

Patch Changes

1.0.0

Major Changes

0.15.1

Patch Changes

0.15.0

Minor Changes

0.14.3

Patch Changes

  • #4075 cc10a5c8e Thanks @Princesseuh! - Added better error handling when cancelling operations, providing bad templates and when there's a degit cache issue

0.14.2

Patch Changes

0.14.1

Patch Changes

0.14.0

Minor Changes

0.13.0

Minor Changes

Patch Changes

0.12.5

Patch Changes

0.12.4

Patch Changes

0.12.3

Patch Changes

0.12.2

Patch Changes

0.12.1

Patch Changes

  • #3313 1a5335ed Thanks @bholmesdev! - Update "next steps" with more informative text on each CLI command. Oh, and gradients. A lot more gradients.

0.12.0

Minor Changes

  • #3227 c8f5fa35 Thanks @bholmesdev! - Add "initialize git repository" step to simplify our next steps suggestion. We now give you a one-liner to easily paste in your terminal and start the dev server!

0.11.0

Minor Changes

  • #3223 b7cd6958 Thanks @bholmesdev! - Replace the component framework selector with a new "run astro add" option. This unlocks integrations beyond components during your create-astro setup, including TailwindCSS and Partytown. This also replaces our previous "starter" template with a simplified "Just the basics" option.

0.10.1

Patch Changes

0.10.0

Minor Changes

  • #3190 38e5e9e9 Thanks @bholmesdev! - Feat: add option to install dependencies during setup. This respects the package manager used to run create-astro (ex. "yarn create astro" vs "pnpm create astro@latest").

0.9.0

Minor Changes

  • #3168 7c49194c Thanks @bholmesdev! - Add prompt to choose a directory, now defaulting to a separate "./my-astro-site" instead of "." (current directory)

0.8.0

Minor Changes

  • #2843 1fdb63b5 Thanks @JuanM04! - Automatically add integration peerDependencies to scaffolded package.json files

0.8.0-next.0

Minor Changes

  • #2843 1fdb63b5 Thanks @JuanM04! - Automatically add integration peerDependencies to scaffolded package.json files

0.7.1

Patch Changes

  • #2429 fda857eb Thanks @Mikkel-T! - Added an option to create-astro to use verbose logging which should help debug degit issues

0.7.0

Minor Changes

0.6.10

Patch Changes

0.6.9

Patch Changes

0.6.8

Patch Changes

  • 3e1bdb1a: Add a helpful message for the "could not find commit hash for ..." error

0.6.7

0.6.7-next.1

Patch Changes

  • 6c66d483: Fix issue with v7.x+ versions of npm init, which changed default flag handling

0.6.7-next.0

Patch Changes

  • 6c66d483: Fix issue with v7.x+ versions of npm init, which changed default flag handling

0.6.6

Patch Changes

  • d5fdeefe: Changes create-astro to pull examples from the latest branch

0.6.5

Patch Changes

  • 025f5e3f: Fix to revert change pointing create-astro at the latest branch

0.6.4

Patch Changes

  • 28f00566: Updates create-astro to use the latest branch

0.6.3

Patch Changes

  • 0eeb2534: change rm to unlink for node 12 compatibility

0.6.2

Patch Changes

  • 11a6f884: Added 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

0.6.1

Patch Changes

  • 24dce41c: Adds a new template 'minimal' which does not include a framework

0.6.0

Minor Changes

  • cf4c97cf: forced degit template extraction in case of non empty installation directory

0.5.2

Patch Changes

  • 6c52c92: Add warning when encountering 'zlib: unexpected end of file' error

0.5.1

Patch Changes

  • a7e6666: compile javascript to target Node v12.x
  • bd18e14: Add support for Solid
  • d45431d: create-astro does not fail when removing subdirectories

0.5.1-next.1

Patch Changes

  • bd18e14: Add support for Solid

0.5.1-next.0

Patch Changes

  • a7e6666: compile javascript to target Node v12.x
  • d45431d: create-astro does not fail when removing subdirectories

0.5.0

Minor Changes

  • 36e104b: Use new client: prefix for component examples

0.4.0

Minor Changes

  • 5d5d67c: Update create-astro to handle framework-specific logic based on user preference

0.3.5

Patch Changes

  • d8ceff5: Allows using an external repo as a template

    You can do this with the --template flag:

    npm init astro my-shopify --template cassidoo/shopify-react-astro

0.3.4

Patch Changes

  • b0e41ea: fix small output bugs

0.3.3

Patch Changes

  • f9f2da4: Add repository key to package.json for create-astro

0.3.2

Patch Changes

  • ab2972b: Update package.json engines for esm support

0.3.1

Patch Changes

  • d6a7349: fix issue with empty prompt

0.3.0

Minor Changes

  • 6bca7c8: Redesigned create-astro internals
  • 6bca7c8: New UI