Release Notes
[1.1.2] - 2024-10-21
Added
- Adds app status link that opens new tab and show status of farewell app
Changed
- Updated config to have status url
[1.1.1] - 2024-10-20
Added
- Creates release-notes page
- Adds support of .md with next js,
- Creates release note content and css styling,
- Adds condition to not show progress header
- Creates mdx-component.tsx on root of project as per the requirements
- Installed npm depedency to support md and mdx
Changed
- Configured next.config to support md and mdx extenstions
- Updated routers for release-notes to handle conditions easily
[1.1.0] - 2024-10-01
Added
- Implemented lazyloading images to improve page speed.
- Started rendering pages on serverside.
- Adds New designs for mobile screen and responsive improvements
Changed
- Updated the dashboard UI for better accessibility.
- Optimized image loading to improve page load times by 15%.
- Refactored the project structure to better support modular features.
Fixed
- Page loading speed issue with api improvements.
- Resolved SEO related issue by adding metatags.
[1.0.0] - 2024-04-15
Initial Release
- Allowing user to see list of funeral homes, search with zip or city name
- Allowing user to check details of funeral home in details pages
- Set up deployment pipelines and production-ready environment on AWS.