meesha81 priority asked 3 weeks ago


I am not sure what did you changed in new version, but I am not able to find out mdb.min.js with pro modules. If I use mdb.umd.min.js there is no clipboard plugin and others.

Do you have described what did you changed in distribution 7 against 6.x?


meesha81 priority answered 2 weeks ago


I have found you have propably removed initialization via jQuery, but there is no information about that. I have found that package includes pro modules, but I have to run initialization in different way.


meesha81 priority answered 3 weeks ago


We can use jquery $.().clipboard..... $.().tooltip.... $.().collapse...

In migration guide also in changelog there is no information about that. But it is not working. How to rewrite smoething like this code for MDB7?

$('#navboxList ul.collapse').collapse('hide');


Kamila Pieńkowska staff commented 2 weeks ago

This will work: $(document).ready(() => { $('#collapseExample').collapse('show'); });

But you need to make sure that you add jQuery before MDB package.


Kamila Pieńkowska staff answered 3 weeks ago


MDB follows the semantic versioning spec to keep the JavaScript ecosystem healthy and secure. In semantic versioning, a major version change (indicated by the change in the first digit in the version number) means there are substantial updates to an npm package that might require changes in your project.

To assist with this transition, we've prepared a comprehensive Migration Guide. This guide explains how you can adapt your project to MDB v7 seamlessly. Also, you can view all the specific updates in our Changelog, which details the changes in this version.

Please go through the migration guide to understand the changes and how to implement them in your project. If you encounter any issues or need further assistance, feel free to reach out. We’re here to help ensure a smooth transition to MDB v7.


meesha81 priority answered 3 weeks ago


There is propably some breaking change since 7.x. My current version is latest 6.x

How is correct way to include pro modules? In 6.x it was in one package. In 7.3.0 I am not able to find that package.


Kamila Pieńkowska staff answered 3 weeks ago


WE fixed some styling bugs but but biggest change was update to newer version of bootstrap.

From what version did you try to upgrade?


meesha81 priority commented 3 weeks ago

There is propably some breaking change since 7.x. My current version is latest 6.x



Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue

  • ForumUser: Priority
  • Premium support: Yes
  • Technology: MDB Standard
  • MDB Version: MDB5 7.3.0
  • Device: PC
  • Browser: Chrome
  • OS: Win11
  • Provided sample code: No
  • Provided link: No