Skip to content

Version 1.1.0

Latest
Compare
Choose a tag to compare
@dhawal-793 dhawal-793 released this 04 Jul 11:02
· 4 commits to main since this release
b73e465

Dev News Version 1.1.0

What's New:

  • Added MetaData Object for the following:
    • Home Page
    • Search Page
    • News Page
    • 404 Pages
    • Invalid Search
    • Search Not Found
    • Invalid Category
  • Added new values inside the rootlayout metadata object:
    • Authors
    • Creator
    • Keywords
    • URL
    • Application Name
    • Theme Color
    • Open graph (images, URL, title, description, locale, type)
    • Twitter (images, title, description, card)
    • Robots
    • Category
    • Alternates (canonical)
  • Created Title component.
  • Created metadata constant.
  • Created a global not-found page.
  • Created a global error component for the whole application.
  • Created isValid function to check the article URL.
  • Added light and dark NotFound Images for no image data from API.
  • Added NotFound Images inside Article and ArticlePage components.
  • Added regex checker for the searched query on the search page.

What's Updated:

  • Replaced borders with Underline.
  • modified required searchParams.
  • Updated BluredArea component inside header.
  • Updated imports for categories, NOTFOUND_METADATA and dumyNews inside various files.
  • Updated classes to fix the bug.
  • Updated Footer Link.
  • Replaced package-lock.json with pnpm-lock.yaml.
  • Updated the Error component for the search page.
  • Updated ErrorLayout to include an optional prop for Internal ServerError, with the message.
  • Updated ServerError component messages.
  • Updated revalidate values for fetchNews function.
  • Updated meta titles for different pages.
  • Updated loading cards count and their key for mapping.

Pull Requests:

Full Changelog: v1.0.0...v1.1.0