Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor(Nav): remove ReactTransitionGroup; adjust styles to accommodate * build(deps): bump semver from 5.7.1 to 5.7.2 Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md) - [Commits](npm/node-semver@v5.7.1...v5.7.2) --- updated-dependencies: - dependency-name: semver dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * chore: remove useModal hook from source * fix(utils): fix castToBool file extension * Squashed commit of the following: commit fcdacac Merge: 269e50b 902637a Author: Andrew Rubin <arubin78@gmail.com> Date: Tue Jul 11 10:00:20 2023 -0700 1.0.0 commit 902637a Author: Andrew Rubin <arubin78@gmail.com> Date: Tue Jul 11 09:59:00 2023 -0700 1.0.0 commit 269e50b 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 #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 f119f83 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 f782d46 Author: Andrew Rubin <arubin78@gmail.com> Date: Tue Jul 11 09:21:22 2023 -0700 docs: update subpath alias blurb commit 1a37a5e Author: Andrew Rubin <arubin78@gmail.com> Date: Tue Jul 11 09:16:18 2023 -0700 add Marlon to CLI contributors commit 01a7467 Author: Marlon Marcello <marlon.marcello@gmail.com> Date: Mon Jul 10 17:46:27 2023 -0700 fix: import settings commit 3a4974e Author: Marlon Marcello <marlon.marcello@gmail.com> Date: Mon Jul 10 17:25:58 2023 -0700 fix: aliases and eslint commit 32126da Author: Andrew Rubin <arubin78@gmail.com> Date: Fri Jul 7 17:46:57 2023 -0700 fix(CLI: project template): fix undefined HomeLayout commit 94486da Author: Andrew Rubin <arubin78@gmail.com> Date: Fri Jul 7 17:32:19 2023 -0700 docs 1.0.0 commit 86e4f8b Author: Andrew Rubin <arubin78@gmail.com> Date: Fri Jul 7 17:31:23 2023 -0700 1.0.0-beta.0 commit b34a814 Author: Andrew Rubin <arubin78@gmail.com> Date: Fri Jul 7 17:27:45 2023 -0700 docs: update per all the new corgi updates commit 0ec7702 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 5157576 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 84359e9 Author: Marlon Marcello <marlon.marcello@gmail.com> Date: Fri Jun 23 17:34:29 2023 -0700 fix: formats files commit e084c65 Author: Marlon Marcello <marlon.marcello@gmail.com> Date: Fri Jun 23 17:26:14 2023 -0700 fix: adds vscode settings to template commit e90a405 Author: Marlon Marcello <marlon.marcello@gmail.com> Date: Fri Jun 23 17:23:15 2023 -0700 fix: removes test folder commit e93af02 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 * fix(hooks): remove useModal from barrel file * fix(Page): remove scrollbar from main content * cli v1.0.2 * Bugfix/nav accessibility (#64) * feat(Nav): add new ARIA attrs; convert menus to <ul> * fix(ReducedMotionButton): add missing ARIA attr * fix(Nav): remove aria-expanded from Nav list * fix: ensures locale config is source of truth (#63) * fix: ensures config is used instead of files * refactor(locale config): organize file, derive locale strings from Map --------- Co-authored-by: Andrew Rubin <arubin78@gmail.com> * 0.1.0 * 0.0.2 * cli v1.1.0 * fix: swaps the script names back to NextJS standard (#68) * fix: swaps the script names back to NextJS standard * fix: start now serves ssg * feature: adds spacing classes (#67) * feature: adds spacing classes * feat(style utils): add child-spacing utils --------- Co-authored-by: Andrew Rubin <arubin78@gmail.com> * feature: adds spacing classes (#67) * feature: adds spacing classes * feat(style utils): add child-spacing utils --------- Co-authored-by: Andrew Rubin <arubin78@gmail.com> * chore(Nav): remove RTG styles * chore(PageTransition): remove component * feat(Nav): pass toggleability bool * fix(breakpoints): add MQs for breakpoint snipe * docs(LocaleContext): remove outdated comments * fix: vulnerability in package * fix: vulnerability in package * chore(project template): remove pageSlug from page props * feature: modulify yml files (#72) * feature: uses webpack loader for yaml modules * fix: small improvement to array check --------- Co-authored-by: Andrew Rubin <arubin78@gmail.com> * Feature/cli-jsx-and-indexing (#74) * chore(CLI): update page template to JSX ext * feat(CLI): update component template to use JSX, index file * refactor(CLI): make kebab case converter more robust (#75) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marlon Ugocioni Marcello <marlon.marcello@gmail.com>
- Loading branch information