Skip to content

Releases: creativetimofficial/ct-vue-material-dashboard-2-pro

v3.1.0

27 Feb 10:06
33d4d85
Compare
Choose a tag to compare
  • Update dependencies & devDependencies
  • Add support for two-way data binding to MaterialInput

v3.0.0

14 Jun 06:49
961c2ea
Compare
Choose a tag to compare
  • Update core components name from Vmd to Material.

New Base Structure with Reusable Components

18 Apr 17:53
961c2ea
Compare
Choose a tag to compare

[2.0.0] 2022-04-18

Bug fixing

Major style changes

  • VmdProgress's default color value changed to “success” and percentage prop type changed from String to Number and set to required.

  • VmdRadio's id, and name props set to required and checked prop type changed to Boolean.

  • VmdSocialButton's icon, iconOnly, and socialBtn props set to required. iconOnly prop type also changed from String to Boolean.

  • VmdSwitch's name, id props set to required. checked prop data type changed from String to Boolean. And removed inputClass prop and instead any class added to the component will directly be added to input tag.

  • VmdTextArea's id set to required.

  • Added SalesTableCard component with the following props and keys:

    • title of type String
    • rows of type Array and is required.
      • sales: of type Number, and String.
      • value: of type String
      • percentage: of type Number, and String
      • country: of type Array
  • Added ChartHolderCard component with default slot for chart component and the : title, subtitle, update, and color props of type String.

  • Added BarChart component with the following props and keys:

    • id of type String.
    • height of type Number, and String.
    • chart of type Object with required value and the following keys:
      • labels of type Array.
      • datasets of type Object with the following keys:
        • label of type String.
        • data of type Array.
  • Renamed and refactored MiniCards to MiniStatisticsCard component and added the following props:

    • Required title prop of type Object with the following keys:
      • text of type String.
      • value of type Number, and String.
    • detail of type String.
    • Required icon prop type of Object with the following keys:
      • name, color, and background of type String.
  • Renamed and refactored OverviewCard component to DefaultStatisticsCard component with the following props:

    • title, count, and menu of type String.
    • percentage of type Object with the following keys:
      • color, value, and label of type String
    • dropdown of type Array with the following keys:
      • label and route of type String.
  • Added PieChart component with the following props:

    • id, and height of type String.
    • Required chart prop type of Object with the following keys:
      • labels of type Array.
      • datasets of type Object with the following keys:
        • label of type String.
        • data of type Array.
  • Added DefaultLineChart component with the following props:

    • id, and height of type String.
    • Required chart prop type of Object with the following keys:
      • labels of type Array.
      • datasets of type Array with the following keys:
        • label of type String.
        • data of type Array.
  • Added HorizontalBarChart component with the following props:

    • id, and height of type String.
    • Required chart prop type of Object with the following keys:
      • labels of type Array.
      • datasets of type Array with the following keys:
        • label of type String.
        • data of type Array.
  • Added OrdersListCard component with the following props:

    • title of type String.
    • headers of type Array.
    • lists of type Array with the following keys:
      • values of type Array.
      • title, order, info, image, and icon of type String.
  • Added ProfileInfoCard component with the following props:

    • title, and description of type String
    • Info of type Object with the following keys:
      • fullName, mobile, email, and location of type String.
    • social of type Array with the following acceptable keys:
      • link, and icon of type String.
    • action of type Object with the following keys:
      • route, and tooltip of type String.
  • Added DefaultProjectCard component with the following props:

    • image, label, title, and description of type String.
    • action of type Object with the following keys:
      • route, color, and label of type String.
    • authors of type array with the following acceptable keys:
      • image, and name of type String.
  • Added ComplexProjectCard component with the following props:

    • image, title, description, and dateTime of type String.
    • members of type Array.
    • dropdown of type Array with the following possible keys:
      • label and route of type String.
  • Refactored DefaultInfoCard component with the following props:

    • Required icon of type String and Object with the following keys:
      • component, and background of type String.
    • title, and description of type String.
    • value of type String and Number.
  • Added TimelineList component with default slot and the following props:

    • title, and description of type String.
    • darkMode of type Boolean.
  • Added TimelineItem component with the following props:

    • color, icon, title, dateTime, and description of type String.
    • icon of type object with the following keys:
      • component and class of type String.
  • Refactored AnimatedStatisticsCard component with the following props:

    • color, and title of type String.
    • count of type Number and String.
    • percentage of type Object with the following keys:
      • color, and label of type String.
    • action of type Object with the following keys:
      • route, and label of type String.
  • Refactored MiniStatisticsCard component with the following props:

    • directionReverse of type Boolean.
    • title of type String and Object with the following keys:
      • text, and color of type String.
    • Required value prop of type String, Number, and Object with the following keys:
      • text of type String and Number.
      • color of type String.
    • percentage of type String and Object with the following keys:
      • value, and color of type String.
    • icon of type String and Object with the following keys:
      • component, and background of type String.
    • classContent of type String.
  • Added AnnouncementCard component with the following props:

    • title, and description of type String.
    • by of type Object with the following keys:
      • image,name, and date of type String.
    • badge of type Object with the following keys:
      • color, and label of type String.
    • value of type Object with the following keys:
      • currency, amount, and method of type String.
    • action of type Object with the following keys:
      • route, and label of type String.
  • Refactored TodoItem to support dynamic dropdown items with the following props:

    • title, checkboxId, dropdownTableId, date, projectId, and company of type String.
    • checked of type Boolean.
    • action of type Array with the following possible keys:
      • label, and route of type String.
  • Refactored PricingCard component with the following props:

    • color of type String.
    • Required badge of type Object with the following keys:
      • color, label of type String.
    • Required price of type Object with the following keys:
      • currency, value, and charge of type String.
    • Required specifications of type Array with the following possible keys:
      • label of type String.
      • includes of type Boolean.
    • action of type Object with the following keys:
      • route, label, and color of type String.
    • darkMode of type Boolean.
  • Refactored InfoCard component with the following props:

    • title, and description of type String.
    • badge of type Object with the following keys:
      • text, and color of type String.
  • Added the following new props to ControllerCard component:

    • id of type String.
    • image of type Object with the following keys:
      • url, alt, and label of type String.
    • removed text prop.
  • Refactored ProgressLineChart component with the following props:

    • id, height, icon, and title of type String.
    • count, and progress of type Number.
    • Required chart of type Object with the following keys:
      • labels, and data of type Array.
  • Added DefaultItem component with the following props:

    • title, and description of type String.
    • icon of type Object with the following keys:
      • component, and color of type String.
  • Refactored LineChart component with the following props:

    • id, height, and title of type String.
    • value of type Object with the following keys:
      • amount of type String.
      • percentage of type object with the following keys:
        • value of type Number and String.
        • color of type String.
    • Required chart of type Object with the following keys:
      • labels of type Array.
      • datasets of type Object with following keys:
        • label of type String.
        • data of type Array.
  • Refactored MiniInfoCard component with the following props:

    • icon, color, title, and description of type String.
  • Following minor changes were made to MusicPlayer component.

    • removed title, and description props.
    • Added color prop of type String
    • Added song prop type of Object with the following keys:
      • title, and singer of type String.
  • Refactored Calendar component with the following props:

    • id, title, day, year, initialView, and initialDate of type String.
    • events of type Array.
    • selectable of type Boolean with the default value of true.
    • editable of type Boolean with the default value of true.
  • Added CategoriesList component with the following props:

    • title of type String.
    • items of type Array with the following possible key...
Read more

Original Release

02 Mar 13:45
961c2ea
Compare
Choose a tag to compare

Change Log

[1.0.0] 2022-02-28

Original Release