Figma
=======
Added
- Added authentication pages viz. Verify Email, Two Steps and Multi Step Register
- Added User Profile and Help Center pages
- Added real-life Form Wizard examples
- Added shortcut dropdown in the Navbar (AppBar)
Updated
- Updated Account Settings, Pricing, FAQ pages and User app
- Updated the variant of the Notification badge in the Navbar (AppBar)
Removed
- Removed Knowledge Base page
React
=======
Added
- Added Iconify icons
- Added npm and nvm config files
- Added real-life Form Wizard examples
- Added User Profile and Help Center pages
- Added a custom component to use Iconify icons
- Added shortcut dropdown in the Navbar (AppBar)
- Added rounded variant for the Chip component
- Added new examples on the List component page
- Added pull-up variant for the Avatar component
- Added functionality to 'Remember Me' while logging in
- Added options to override styling and props on the layout
- Added a utility function to convert an RGBA color to a Hex color
- Added functionality to log out and refresh the token on expiration
- Added a custom component to open a menu on an IconButton component
- Added custom components for radios and checkboxes with different variants
- Added authentication pages viz. Verify Email, Two Steps and Multi Step Register
Updated
- Updated docs
- Updated footer styles
- Updated Next.js to v13
- Optimized all the images
- Updated colors in all the charts
- Moved JWT configs to the .env file
- Updated semi-dark from skin to mode
- Updated all the dependencies to the latest versions
- Updated color opacities according to the MUI's Theme
- Updated Account Settings, Pricing, FAQ pages and User app
- Updated the variant of the Notification badge in the Navbar (AppBar)
- Updated fallback to false in the getStaticPaths method on all dynamic pages
Fixed
- Fixed minor bugs
- Fixed react-datepicker styling
- Fixed styles of Accordion component
- Fixed the search dialog's unexpected behavior
- Fixed popper-placement of react-datepicker in RTL
- Fixed z-index of react-hot-toast in smaller screens
- Fixed third-level menu and undefined links in the Horizontal navigation menu
- Fixed a few re-renders in the Vertical navigation menu and in the Vertical layout
- Fixed content area scroll issue due to spinner when a user logs in for the first time
- Fixed Email and Chat apps' height by adding the contentHeightFixed method on the page component
- Fixed border-radius & spacing issues in Table & DataGrid and overriding row height issue in DataGrid
Removed
- Removed Knowledge Base page
- Removed validations from some pages
- Removed portal of react-datepicker
- Removed all the examples of MUI's pickers
- Removed Material Design Icons (by Community)
- Removed documentation of Auth0 and AWS Amplify
- Removed download functionality from the Invoice Preview page