Documentation

Upgrade Guide

Version 3.0.0 to Version 4.0.0

  • Added new folder in src/templates/modules/landing-pages
    • Added landing pages components src/templates/modules/landing-pages/components
    • Added landing pages layouts src/templates/modules/landing-pages/layouts
    • Added landing pages src/templates/modules/landing-pages/pages
  • Added landing pages all images in src/assets/modules/landing-pages/images
  • Added landing pages all css in src/assets/modules/landing-pages/scss
  • Added landing pages all js in src/assets/modules/landing-pages/js

Gulp Task Updated

  • Updated  gulp/css-tasks.js File

  • Updated  gulp/helper.js File

  • Updated  gulp/html-tasks.js File

  • Updated  gulp/js-tasks.js File

  • Updated  gulp/images-tasks.js File

  • Updated  gulp/watch.js File

Version 2.0.0 to Version 3.0.0

  • Added new Jquery Data table

Version 1.2.0 to Version 2.0.0

  • Updated Bootstrap to latest version 5.2.3
  • Vanila Datepicker Plugin Remove and Add Flatpicker Plugin
    • File Remove vanila-datepicker.hbs src/templates/pages/dashboard/plugins/vanila-datepicker.hbs

    • vanila-datepicker link remove and flatpicker link. src/templates/pages/index.hbs

    • Add File src/assets/scss/hope-ui-design-system/plugins/_flatpicker.scss file

    • File Call Flatpicker.scss src/assets/scss/hope-ui-design-system/plugins/_plugins.scss

    • File Add flatpicker.hbs src/templates/pages/dashboard/plugins/flatpickr.hbs

    • Updated src/assets/js/hope.js

  • We have Added New Variable src/assets/scss/hope-ui-design-system/_variable.scss
    • $colors: ( 
          "gray":       $gray-600,
          "gray-dark":  $gray-800
      )
    • $theme-colors: ( 
          "gray":       $gray,
          "gray-dark":   $gray-dark,
      )
  • We have upgrade old secondary variable src/assets/scss/hope-ui-design-system/_variable.scss
    • "secondary Variable"
    • Before

      $teal:       #20c997;
      $secondary:  $gray-600;

      After

      $teal:       #001F4D;
      $secondary:  $teal;
  • Gulp Tasks updated
    • Upddated gulp/clean-task.js File

    • Upddated gulp/css-tasks.js File

    • Upddated gulp/build.js File

    • Upddated gulp/helper.js File

    • Upddated gulp.config.json File

  • Updated gulp.config.json File
  • Updated package.json File
  • Sidebar Structure & scss Changes
    • Upddated src/templates/partials/dashboard/sidebar.hbs File

    • Upddated src/templates/partials/dashboard/vertical-nav.hbs File

    • Upddated src/assets/scss/hope-ui-design-system/layout-style/menu_style/_sidebar_style_mini.scss File

    • Upddated src/assets/scss/hope-ui-design-system/layout-style/menu_style/_default_sidebar.scss File

  • Sidebar Responsive isuue Fixed
    • Upddated src/assets/scss/hope-ui-design-system/components/menu-style/_default-sidebar-responsive.scss File

    • Upddated src/assets/scss/hope-ui-design-system/components/nav/_header-banner.scss File

    • Upddated src/assets/scss/hope-ui-design-system/helper/_reboot.scss File

    • Upddated src/assets/scss/hope-ui-design-system/components/dropdown/_bs-dropdown.scss File

    • Upddated src/assets/scss/hope-ui-design-system/layout-style/dashboard_menu_style/_dual-horizontal.scss File

  • Menu style pages Responsive isuue Fixed
    HBS File Updated
    • Upddated src/templates/partials/components/logo.hbs File

    • Upddated src/templates/partials/dashboard/header-style-1.hbs File

    • Upddated src/templates/partials/dashboard/header-style-2.hbs File

    • Upddated src/templates/partials/dashboard/header-style-3.hbs File

    • Upddated src/templates/partials/dashboard/horizontal-nav.hbs File

    • Upddated src/templates/layouts/dashboard/boxed-fancy.hbs File

    • Upddated src/templates/layouts/dashboard/boxed.hbs File

    • Upddated src/templates/layouts/dashboard/dual-compact.hbs File

    • Upddated src/templates/layouts/dashboard/dual-horizontal.hbs File

    • Upddated src/templates/layouts/dashboard/horizontal.hbs File

    Scss File Updated
    • Upddated src/assets/scss/hope-ui-design-system/components/menu-style/_default-horizontal.scss File

    • Upddated src/assets/scss/hope-ui-design-system/layout-style/menu_style/_active_style_nav_pill.scss File

    • Upddated src/assets/scss/hope-ui-design-system/layout-style/menu_style/_active_style_nav_rounded.scss File

    • Upddated src/assets/scss/dark/components/nav/_navbar.scss File

    • Upddated src/assets/scss/hope-ui-design-system/layout-style/dashboard_menu_style/_dual-horizontal.scss File

  • Sidebar Structure & scss Changes
    • Upddated src/templates/partials/dashboard/sidebar.hbs File

    • Upddated src/templates/partials/dashboard/vertical-nav.hbs File

    • Upddated src/assets/scss/hope-ui-design-system/layout-style/menu_style/_sidebar_style_mini.scss File

    • Upddated src/assets/scss/hope-ui-design-system/layout-style/menu_style/_default_sidebar.scss File

  • Removed Unwanted scss
    • Upddated src/assets/scss/custom/kanban/_kanban.scss File

    • Upddated src/assets/scss/customizer.scss File

    • Upddated src/assets/scss/customizer/_components.scss File

    • Upddated src/assets/scss/customizer/_dark.scss File

    • Upddated src/assets/scss/custom/ui-kit/_ui-kit.scss File

    • In src/assets/scss/customizer/_layouts.scss folder has been deleted.

    • Updated src/assets/scss/dark/_index.scss File

  • Color Customizer issue Fixed
    • Upddated src/assets/scss/customizer/_root.scss File

    • Upddated src/templates/partials/components/setting-offcanvas.hbs File

  • Time Line Component Responsive issue Fixed
    • Updated src/assets/scss/hope-ui-design-system/components/timeline/_timeline-mega.scss File

    • Updated src/templates/dashboard/special-pages/timeline File

  • Chart Pages Issue Fixed
    • Updatedsrc/templates/pages/dashboard/widget/widgetchart.hbs File

    • Updated src/assets/js/charts/widgetcharts.js File

  • App Pages Design issue Fixed
    • Updated src/templates/pages/dashboard/app/user-list.hbs File

    • Updated src/templates/pages/dashboard/app/user-profile.hbs File

    • Updated src/assets/scss/dark/components/profile/_profile.scss File

  • App Pages Design issue Fixed
    • Updated src/templates/pages/dashboard/app/user-list.hbs File

    • Updated src/templates/pages/dashboard/app/user-profile.hbs File

    • Updated src/assets/scss/dark/components/profile/_profile.scss File