Skip to content

Version 1.0.0

Compare
Choose a tag to compare
@dhawal-793 dhawal-793 released this 01 Jun 09:45
· 53 commits to main since this release
eeb6e77

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:

Full Changelog: v0.9.0...v1.0.0