Version 0.8.0
Dev News version 0.8.0
What's New:
- Created A NotFoundError Component.
- Added notfound page for '/' route
- Added loading functionality for '/news/[category]' route.
What's Changed:
- Updated notfound page for '/article' route to use NotFoundError component.
- Updated notfound page for '/news/[category]' route to use NotFoundError component.
- Updated NotFound UI.
- Updated page.tsx in '/news/[category]' route to use categories from constants.ts file.
- Fixed typo in constants.ts, typings.d.ts
Pull Requests:
- Feature/dynamic routes by @dhawal-793 in #45
- Sync branch with main by @dhawal-793 in #46
- Merge pull request #46 from dhawal-793/main by @dhawal-793 in #47
- Merge pull request #47 from dhawal-793/feature/Not-Found by @dhawal-793 in #48
- Feature/not found by @dhawal-793 in #49
- Merge pull request #49 from dhawal-793/feature/Not-Found by @dhawal-793 in #50
- Feature/not found by @dhawal-793 in #51
- Sync with branch main by @dhawal-793 in #52
- Merge pull request #52 from dhawal-793/main by @dhawal-793 in #53
- Merge pull request #53 from dhawal-793/feature/SkeletonLoader by @dhawal-793 in #54
- Feature/skeleton loader by @dhawal-793 in #55
Full Changelog: v0.7.0...v0.8.0