Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/update next and its deps #46

Merged
merged 11 commits into from
Dec 12, 2021
Merged

Conversation

payapula
Copy link
Owner

@payapula payapula commented Nov 21, 2021

Description

NextJs 12 Upgrade, Closes #45

Changes

  • Next 12 🚀
  • Chakra 🚀
  • Next-Mdx-Remote 🚀
  • Next-Seo 🚀
  • React 🚀

Packages

  • See package.json for the upgrade info.

Additional Information

Styled System v1.7.0

  • 🚀 Refactored apply prop handling to use the style config pattern instead of add it imperatively
    ~ Chakra docs
  • Fixes added for apply prop. (styles/theme/styles.ts)
-- '_hover': {
++ '&:hover': {
            borderBottom: '1px solid'
 }

… @emotion/react@^11 @emotion/styled@^11 framer-motion@^4'
…because of issue with SWC compiler and babel plugin.

- Replaced css prop with chakra props, sx or style props
- Moved cards background and hover colors to global styles under a common classname.
- Removed unncessary breakpoint declarations in breakpoints.ts file.
- code component styles were altered.
- Added border color for search input in Blog homepage.
@vercel
Copy link

vercel bot commented Nov 21, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/payapula/blog/EVfHEowqbn3ZeKGo4EL6dvoxeA98
✅ Preview: https://blog-git-feature-updatenextanditsdeps-payapula.vercel.app

- Fixed svg icon alignments.
@payapula payapula merged commit 08acd5d into develop Dec 12, 2021
@payapula payapula mentioned this pull request Dec 12, 2021
@payapula payapula deleted the feature/update_next_and_its_deps branch August 9, 2022 04:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Upgrade to Next 12] - WIP
1 participant