Skip to content

Releases: wethegit/corgi

cli_v4.0.1

31 Jul 17:13
53765c0
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

CLI v3.0.18

12 Mar 21:04
65106c3
Compare
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
Compare
Choose a tag to compare

Removes masher and opinionated styles

CLI v3.0.0

12 Oct 23:07
9d4a90e
Compare
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
Compare
Choose a tag to compare
  • Updates docs and post-scaffold instructions to use npm run dev instead of npm start

CLI v2.0.0

05 Sep 21:51
d1c7db6
Compare
Choose a tag to compare

Updates:

  • Accessibility fixes on the <Nav> and <ReducedMotionButton> components.
  • Refactor YAML compilation to pull from the locale config rather than the filesystem.
    Refactor locale-config to derive locale slugs from thelocaleMap` — ensuring there's not duplicate locale strings being written.
  • Move YAML into Webpack bundle.
  • Remove React Transition Group dependency.
  • Remove PageTransition component.
  • Switch to NextJS standard NPM script names (i.e. npm run dev instead of npm start).
  • Remove pageSlug value from page props
  • Various quality of life improvements
  • Various bugfixes