Changelog
v1.10.0
π Bug Fixes:
- Workflow Performance: Added caching for Cypress binary to improve CI performance, and configured production environment variables for Cypress workflows.
- AWS Server Terminal: Resolved an issue where the AWS server terminal was not displaying.
- Feedback Column Errors: Addressed hydration errors in the "created at" column for feedback, and adjusted the delete button to prevent unintentional form submissions.
- Navigation and UI Updates:
- Updated header navigation links to hash routing for pages still under development.
- Changed hero section status from "beta" to "alpha."
- Set media query state initialization to prevent flickering on initial render.
- Code Cleanup and Formatting: Fixed pnpm lock file issues, removed unused props in the calendar component, and renamed CI workflow steps for better clarity.
- Changelog Page Updates: Updated date formatting, URL fetching, and post descriptions in changelog pages, along with improved confirmation messages in feedback deletion.
π New Features:
- Changelog Preview: Added the ability to preview changelogs on a separate page, with enhanced tooltip content and new icons for navigation.
- Bundle Analyzer and Conditional Rendering: Introduced bundle analyzer support, and added conditional rendering for feedback lists with empty states.
- Feedback Functionality:
- Implemented a comprehensive feedback system with worker, schema, and UI components.
- Enhanced mobile and desktop views with
ResponsiveDrawer
integration for various feedback sheets.
- Navigation and UI Enhancements:
- Added an overview page with updated navigation redirection.
- Included a "Plus" icon on the "Favorite" button in resource lists and introduced the
ResponsiveDrawer
component for better UI adaptation across devices. - Introduced a sign-up toggle for GitHub and Google login routes for easier onboarding.
- Changelog and Feedback Integration:
- Fully implemented changelog features with CRUD operations, and added drawer functionality to changelog and feedback components for responsive UI handling.
- Additional Pages: Launched a dedicated landing page for changelog and pricing information.
This release enhances workflow performance, user experience, and feature functionality across feedback, changelog, and adaptive UI components.