Changelog

Stay updated on our product's evolution and improvements through the changelog.

v7.0.0

Feb 26, 2024
  • Add Supabase auth support
  • Improve Next.js RSC support
  • Refactor and simplify project code
  • Reimplement existing auth providers
  • Remove lodash
  • Remove prop-types
  • Replace apexcharts with recharts
  • Replace date-fns with dayjs
  • Replace formik with react-hook-form
  • Replace numeral with native Intl.NumberFormat
  • Replace react-beatuiful-dnd with dnd-kit
  • Replace react-hot-toast with sonner
  • Replace react-quill with tiptap
  • Replace react-slick with embla-carousel
  • Replace redux with React Context
  • Replace untitled-ui icons with phosphor icons
  • Replace yup with zod
  • Replace Next.js pages with app router
  • Update dependencies
  • Update design
  • Update eslint and prettier config

v6.4.2

Jul 6, 2023
  • Change external style import strategy
  • Fix Next.js app router root layout metadata
  • Fix Next.js app router Cypress integration issue
  • Fix Vite Draft.js import issue
  • Update dependencies

v6.4.1

Jul 6, 2023
  • Add prettier dependecy and format code
  • Fix outlined text field style
  • Fix Next.js app router theme change
  • Fix Next.js app router nprogress
  • Update dependencies

v6.4.0

May 16, 2023
  • Migrate Create-React-App (CRA) to Vite
  • Update dependencies

v6.3.0

May 10, 2023
  • Add Next.js app router version
  • Update dependencies

v6.2.0

May 5, 2023
  • Add Create-React-App (CRA) TypeScript starter project
  • Add Next.js TypeScript starter project
  • Update dependencies
  • Update Figma (Sketch no update)

v6.1.0

Feb 21, 2023
  • Add Create-React-App (CRA) version
  • Move docs app out

v6.0.1

Feb 16, 2023
  • Update dependencies

v6.0.0

Jan 12, 2023
  • Add support for Next.js 13
  • Add Academy pages
  • Add Crypto pages
  • Add Fie Manager pages
  • Add Logistics pages
  • Add Mapbox GL sdk
  • Add multiple auth page layouts
  • Add multiple navigation color schemes
  • Refactor and simplify project code
  • Replace Hero icons with Untitled-UI icons
  • Update Api fetch logic
  • Update Auth0 login flow
  • Update Dashboard Overview page
  • Update design system aesthetics
  • Update app settings implementation and available options
  • Update dependencies
  • Update layouts
  • Update project folder structure
  • Update Figma (Sketch no update)

v5.3.0

Sep 15, 2022
  • Update dependencies

v5.2.0

May 23, 2022
  • Update dependencies

v5.1.0

Feb 9, 2022
  • Activate Typescript Strict mode
  • Update Firebase to v9
  • Replace Auth0 Popup with Redirect
  • Fix dependencies security issues
  • Update types and interfaces
  • Update dependencies
  • Update Sketch files to v5

v5.0.2

Nov 4, 2021
  • Reduce compile time
  • Update layout strategy

v5.0.1

Nov 3, 2021
  • Fix auth guard redirect bug

v5.0.0

Nov 2, 2021
  • Migrate CRA to Next.js 12
  • Migrate code to MUI v5
  • Add Company Details pages
  • Add Job Create flow
  • Add Job Listing page
  • Add Logistics Dashboard page
  • Cleanup code
  • Remove react-modal-image dependency
  • Update Account pages
  • Update Blog Platfrom page designs
  • Update Calendar app layout
  • Update Chat app layout
  • Update Chat logic
  • Update Customer Details page
  • Update Customer List filters
  • Update Invoice List filters
  • Update Invoice List page layout
  • Update Kaban app
  • Update Landing page
  • Update Mail app layout
  • Update Order List filters
  • Update Order List page layout
  • Update Product List filters
  • Update Product List table
  • Update design system

v4.1.0

May 24, 2021
  • Add Sketch and Figma dark versions
  • Add react-hot-toast dependency
  • Fix Calendar App Date data type stored in Redux state warning
  • Fix Kanban App card move bug
  • Fix RTL bug
  • Fix nprogress display bug
  • Implement mocked api clients instead of mocked axios interceptors
  • Remove axios and axios-mock-adapter dependencies
  • Remove notistack dependency
  • Remove web-vitals dependency
  • Replace Hidden component with sx logic
  • Update material-ui and other dependencies

v4.0.0

Mar 17, 2021
  • Add @emotion/react and @emotion/styled dependencies
  • Add AWS Amplify auth platform
  • Add Google Tag Manager to implement tags concept
  • Add StrictMode
  • Add date-fns dependency to parse dates
  • Add gray-matter dependency
  • Add react-i18next dependency to implement multi-language
  • Add stylis and stylis-plugin-rtl dependencies
  • Add web-vitals dependency
  • Add new components
  • Add new pages
  • Drop IE11 support
  • Fix some TS types
  • Implement sx prop where needed
  • Regroup pages
  • Remove Google Analytics
  • Remove js-cookie dependency
  • Remove jsonwebtoken dependency
  • Remove jwt-decode dependency
  • Remove lodash dependency
  • Remove mdx dependency
  • Remove moment dependency
  • Remove react-chartjs-2 dependency
  • Remove uuid dependency
  • Rename components for simpler folder structure
  • Replace moment with date-fns
  • Replace react-chartjs-2 with react-apexcharts
  • Replace react-helmet with react-helmet-async dependency
  • Replace useStyles with experimentalStyled strategy
  • Update @fullcalendar dependency
  • Update @material-ui/core and @material-ui/icons dependencies
  • Update react-router to v6
  • Update existing components to match Material-UI v5
  • Update theme to use Material-UI v5 theme format

v3.1.0

Aug 1, 2020

JavaScript

JavaScript version is now in sync with the TypeScript version, both with the same features.

TypeScript

No changes.


v3.0.0

July 26, 2020

The release introduces a new version of the product written in TypeScript.

JavaScript

No changes.

TypeScript

  • Fix server-side rendering issue with SettingsProvider
  • Implement Auth0 and Firebase Authentication
  • Improve components
  • Reimplement JWT Auth using Redux Context API
  • Reimplement Redux using Redux Toolkit
  • Remove a few components Social platform to be able to add new ones in future updates
  • Update Login and Register pages
  • Update Calendar and Chat apps
  • Update dependencies
  • Update mocked chart to match the types
  • Update Projects platform

v2.0.0

Apr 10, 2020
  • Add apexcharts dependency
  • Add formik dependency
  • Add immer dependency
  • Add joy dependency
  • Add mdx dependency
  • Add notistack dependency
  • Add react-modal-image dependency
  • Add new pages
  • Implement Redux in Chat, Kanban, Mail apps
  • Implement AuthService and AuthGuard
  • Implement app settings manager
  • Implement multiple themes
  • Refactor components to accept multi-theme
  • Remove multiple css classes and replaced the styling with Box component
  • Update all pages implementing new Material-UI features
  • Update docs to use mdx
  • Update the mock adapter, now accepting post requests
  • Update typography

v1.4.0

Feb 25, 2020
  • Fix uuid import bug
  • Update dependencies

v1.3.0

Sep 7, 2019
  • Add component pages
  • Add eslint-config-airbnb dependency
  • Add eslint-config-prettier dependency
  • Add eslint-plugin-import dependency
  • Add eslint-plugin-jsx-a11y dependency
  • Add eslint-plugin-react-hooks dependency
  • Add IE11 support
  • Add Container component to each page to replace custom styling
  • Add RTL support
  • Fix a bug for Edge & Safari where users couldn't scroll properly
  • Remove deep folder nesting to keep a clean structure
  • Replace custom useRouter hook with useLocation, useHistory and useParams from react-router
  • Update code style to match with Airbnb style
  • Update dependencies
  • Update import paths
  • Update the layouts to fix scroll issues

v1.2.0

Aug 7, 2019
  • Add axios and axios-mock-adapter modules to simulate server response for fetch requests
  • Create 3 individual layouts for error, auth and dashboard pages
  • Fix navigation expand issue
  • Move helpers files to utils folder
  • Move all lib mixins to mixins folder
  • Remove chart.js files
  • Remove unused helpers
  • Remove unused utils
  • Rename few components
  • Replace the routing system from 1.1.0 version with an easier solution
  • Update Calendar page code
  • Update Chat page code
  • Update Error page code

v1.1.1

Aug 1, 2019
  • Remove PerfectScrollBar to fix Navbar and content scroll issues

v1.1.0

July 31, 2019
  • Add Figma source files
  • Add PrismJS dependency
  • Add redux dependency
  • Change the layout logic
  • Create CodeBlock component
  • Create changelog page
  • Create documentation pages
  • Fix scroll bugs
  • Implement redux in some components
  • Implement code splitting to lazy load pages
  • Implement layout system based on route settings
  • Implement route authorization guard based on authenticated user role and route settings
  • Implement routing system
  • Merge layouts in one layout only that can be configured dynamically
  • Rename few components
  • Replace underscore with lodash
  • Update dependencies
  • Update folder structure, grouped all pages in the same folder
  • Update presentation page

v1.0.0

July 20, 2019

Initial release.