Skip to content

Releases: wethegit/corgi

cli_v4.0.2

16 Jun 19:03

Choose a tag to compare

Fixes breaking changes that were introduced in Webpack 5, now that we're using Next 14.

What's Changed

  • [Project template] Bugfix: Introduce fallbacks for core node modules in browser #202

Full Changelog: cli_v4.0.1...cli_v4.0.2

cli_v4.0.1

31 Jul 17:13
53765c0

Choose a tag to compare

What's Changed

Fixes an issue with the component CLI command, where a missing template file was attempting to be parsed. Also updates all package node versions to 20.

Full Changelog: cli_v4.0.0...cli_v4.0.1

cli_v4.0.0

11 Jul 19:04
4f08483

Choose a tag to compare

What's Changed

Full Changelog: cli_v3.0.21...cli_v4.0.0

v3.0.21

02 Apr 00:47
1386e27

Choose a tag to compare

  • Addresses an a11y and SEO issue, around the HTML lang attribute.
  • Fixes a bug where the .gitignore file was not being pulled into a new project.

cli_v3.0.20

28 Mar 18:27
a4add5a

Choose a tag to compare

What's Changed

Docs and instructions updates

Full Changelog: https://github.com/wethegit/corgi/compare/@wethegit/corgi@3.0.19...cli_v3.0.20

@wethegit/corgi@3.0.19

19 Mar 23:38
80d6dd8

Choose a tag to compare

CLI v3.0.18

12 Mar 21:04
65106c3

Choose a tag to compare

What's Changed

Full Changelog: https://github.com/wethegit/corgi/compare/@wethegit/corgi@3.0.3...cli_v3.0.18

@wethegit/corgi@3.0.3

16 Jan 21:46

Choose a tag to compare

Removes masher and opinionated styles

CLI v3.0.0

12 Oct 23:07
9d4a90e

Choose a tag to compare

Release notes

tldr; Removes unused contexts, components, and props.

Added, fixed, or updated:

  • No longer need to "initialize" locale data anywhere except getStaticProps.
  • Small tweak to locale config JSDoc comments.
  • Change package.json-related pageProps to use an ESM import.
  • Adds version log to SiteStateContext by default.
  • Subpage did not export a getStaticPaths function, now it does.

Removed:

  • PageContext
  • PageProvider
  • Remove unnecessary spread of pageProps to Page and Component.

CLI v2.0.2

11 Sep 22:22
cf1368b

Choose a tag to compare

  • Updates docs and post-scaffold instructions to use npm run dev instead of npm start