Releases: wethegit/corgi
Releases · wethegit/corgi
CLI v1.0.2
Project template fixes:
- Remove
useModal
import from@local/hooks
barrel file. - Remove CSS
overflow-x: hidden;
which was causing unnecessary vertical scrollbars on<main>
element.
CLI v1.0.1
v1.0.1 (#61) * chore: remove useModal hook from source * fix(utils): fix castToBool file extension * Squashed commit of the following: commit fcdacace3d97040bdf91cadaa44c26b6b2973ea0 Merge: 269e50b 902637a Author: Andrew Rubin <arubin78@gmail.com> Date: Tue Jul 11 10:00:20 2023 -0700 1.0.0 commit 902637a6afd4c62290c3cab43c478d75a452bf0e Author: Andrew Rubin <arubin78@gmail.com> Date: Tue Jul 11 09:59:00 2023 -0700 1.0.0 commit 269e50b96736108a5e5a24de7903318b30818b38 Author: Andrew Rubin <30575213+andrewrubin@users.noreply.github.com> Date: Tue Jul 11 09:57:10 2023 -0700 Release/1.0.0 (#52) * docs: Update of tweeter link https://github.com/wethegit/corgi/issues/30 * feature: clickable path aliases * fix(image helpers): add -webkit prefix to @image-set SASS mixin. * fix(sitemap): ignore default locale's root path * feat(Nav): add focus boundary for togglable menu * Separate package JSON config from other potential configs (#44) * chore: replace placeholder CLI description * feat(CLI): specify "package" property in project configs * feat(CLI): remove opinionated properties from allowed entries in custom package JSON config * fix(Nav): rename undefined CSS module * fix: adds nvmrc * fix: removes test folder * fix: adds vscode settings to template * fix: formats files * feature: improves classname util * fix: ensures only strings are accepts * docs(CLI): specify "CLI" in the CLI readme contribution notes, as that may be a source of confusion * docs: update per all the new corgi updates * 1.0.0-beta.0 * docs 1.0.0 * fix(CLI: project template): fix undefined HomeLayout * fix: aliases and eslint * fix: import settings * add Marlon to CLI contributors * docs: update subpath alias blurb --------- Co-authored-by: Michal Hoffman <michal.z.hoffman@gmail.com> Co-authored-by: Marlon Marcello <marlon.marcello@gmail.com> commit f119f83dba2040dfe6fb9307f8dab965d9134fb6 Author: Andrew Rubin <arubin78@gmail.com> Date: Tue Jul 11 09:47:29 2023 -0700 fix(CLI): fix error handling on nested Component paths commit f782d462cad99f01ba47c362478c4164b15e10b2 Author: Andrew Rubin <arubin78@gmail.com> Date: Tue Jul 11 09:21:22 2023 -0700 docs: update subpath alias blurb commit 1a37a5e51804c3e373dbafb2ee3ea1d23669dbaf Author: Andrew Rubin <arubin78@gmail.com> Date: Tue Jul 11 09:16:18 2023 -0700 add Marlon to CLI contributors commit 01a746797e15dfdb225550911dedc4bd8902a8d4 Author: Marlon Marcello <marlon.marcello@gmail.com> Date: Mon Jul 10 17:46:27 2023 -0700 fix: import settings commit 3a4974e1e42ec31741889bc7475e137bea3fde69 Author: Marlon Marcello <marlon.marcello@gmail.com> Date: Mon Jul 10 17:25:58 2023 -0700 fix: aliases and eslint commit 32126da2a67ee3136a06b5abeebad3b61778b970 Author: Andrew Rubin <arubin78@gmail.com> Date: Fri Jul 7 17:46:57 2023 -0700 fix(CLI: project template): fix undefined HomeLayout commit 94486dae3486e3376700b021bb5c3144a641f08b Author: Andrew Rubin <arubin78@gmail.com> Date: Fri Jul 7 17:32:19 2023 -0700 docs 1.0.0 commit 86e4f8bbea99a75b227a2881a07fa53e8620fbc4 Author: Andrew Rubin <arubin78@gmail.com> Date: Fri Jul 7 17:31:23 2023 -0700 1.0.0-beta.0 commit b34a814ac09fed7d90dee5ffbc7fb3e1b15c46c3 Author: Andrew Rubin <arubin78@gmail.com> Date: Fri Jul 7 17:27:45 2023 -0700 docs: update per all the new corgi updates commit 0ec7702402d28e29bc05e753ee1c5bd5637ba9fa Author: Andrew Rubin <arubin78@gmail.com> Date: Fri Jul 7 16:25:39 2023 -0700 docs(CLI): specify "CLI" in the CLI readme contribution notes, as that may be a source of confusion commit 5157576f6052e505a3f78c3d7c9953c0daf00966 Merge: 84359e9 9684683 Author: Andrew Rubin <arubin78@gmail.com> Date: Fri Jul 7 16:17:29 2023 -0700 Merge branch 'dev' into release/1.0.0 commit 84359e91b12cdf46189553ec2feaf404557f3268 Author: Marlon Marcello <marlon.marcello@gmail.com> Date: Fri Jun 23 17:34:29 2023 -0700 fix: formats files commit e084c65ae2aef85128878dcd8f57ddc6d6a9547e Author: Marlon Marcello <marlon.marcello@gmail.com> Date: Fri Jun 23 17:26:14 2023 -0700 fix: adds vscode settings to template commit e90a405b561f06846615c50845a4aff807284198 Author: Marlon Marcello <marlon.marcello@gmail.com> Date: Fri Jun 23 17:23:15 2023 -0700 fix: removes test folder commit e93af0289af41e21d16ff354c4b46482e8910e86 Author: Marlon Marcello <marlon.marcello@gmail.com> Date: Fri Jun 23 17:22:56 2023 -0700 fix: adds nvmrc * cli v1.0.1 * fix: eslint alias group (#57) * fix: eslint alias group * version * feature: warning missing NEXT_PUBLIC_URL env * 1.0.2 * Update package.json --------- Co-authored-by: Andrew Rubin <arubin78@gmail.com>
CLI v1.0.0
cli_v1.0.0 1.0.0
CLI v.0.2.0
- update
@wethegit/react-hooks
dependency to~0.0.8
- add new return values to
useBreakpoints
hook:breakpointName
breakpointIndex
BREAKPOINTS
mappingmediumUp
,largeUp
,xlargeUp
, andmediumDown
flags
- add subpath aliases for all imports:
@local/components
@local/context
@local/hooks
@local/utils
@local/styles
CLI v0.1.0
corgi CLI v0.1.0
New features:
- You can now add nested pages and components via the page and component commands. For example:
npx @wethegit/corgi component sections/about/Avatar
.
- Added ESM import path aliases to help maintain developer sanity when importing modules.
- Example:
import YourComponent from "#components/your-component/your-component"
- Aliases included:
- #components
- #hooks
- #context
- #utils
- Example: