Version 1.0.0
Dev News Version 1.0.0 (Stable)
What's New:
- Added Custom Colors.
- Created Usable Components for Loading UI:
- Line.tsx
- Box.tsx
- Paragraph.tsx
- Installed next-pwa package.
- Added icons and manifest.json for PWA functionality.
- Added Footer.
- Added custom rules for highlighted elements with *-accent class.
What's Changed:
- Updated the following with Custom colors:
- layout.tsx
- globals.css
- BackToTopButton.tsx
- NavLink.tsx
- Navlinks.tsx
- Article.tsx
- ReadMoreButton.tsx
- ThemeButton.tsx
- ArticlePage.tsx
- BackButton.tsx
- SearchBox.tsx
- Updated Loadig UI, added Line, Box, and Paragraph components.
- Updated fetchNews function:
- Added revalidate for 20 sec when isDynamic is set to true.
- Updated cache to default.
- Updated next.config.js to use next-pwa.
- Updated .gitignore.
- Added manfest.json link to layout metadata Object.
- Replaced div tag with main tag in RootLayout
- Removed main tag from Home Page.
- Updated Footer:
- Replaced outer div tag with footer tag
- Added max width of 6xl to inner div
- Added Link to GitHub repo on DevNews text.
- Fixed Header to top.
- Added Blur component below Header with custom shadow classes.
- Fixed Overflow issue in the following files:
- ArticlePage.tsx
- Article.tsx
- Footer.tsx
Pull Requests:
- Feature/back to home by @dhawal-793 in #79
- Feature/custom layout by @dhawal-793 in #81
- Feature/custom layout by @dhawal-793 in #82
- Sync with branch main by @dhawal-793 in #84
- Feature/skeleton loader by @dhawal-793 in #85
- Feature/skeleton loader by @dhawal-793 in #86
- Updated fetchNews method by @dhawal-793 in #87
- Feature/pwa by @dhawal-793 in #91
- Feature/footer by @dhawal-793 in #92
- Sync with branch main by @dhawal-793 in #94
- Feature/custom layout by @dhawal-793 in #95
- Sync with branch main by @dhawal-793 in #96
- Feature/footer by @dhawal-793 in #97
- Feature/navbar by @dhawal-793 in #98
- Bugfixes/article route by @dhawal-793 in #100
Full Changelog: v0.9.0...v1.0.0