Topic: 4.17 Documentation
Colinet free asked 4 years ago
Hi,
Please, can you tell me where i can find V4.17.0 documentation.
Many Thanks; Lau Co
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Opened
Specification of the issue
- ForumUser: Free
- Premium support: No
- Technology: MDB jQuery
- MDB Version: 4.17.0
- Device: ALL
- Browser: ALL
- OS: ALL
- Provided sample code: No
- Provided link: No
Grzegorz Bujański staff commented 4 years ago
At the moment it is not published anywhere. Why do you need documentation specifically for version 4.17.0? When introducing a new version, we always take care of backward compatibility. So the examples in the documentation currently available on the site should also work in version 4.17.0. The exception is, of course, the new features that were introduced in a later version. But there weren't too many of these.
Colinet free commented 4 years ago
Hi, Not need especially 4.17. I have 4.19 for my site, and online doc OK. I need from 4.0 to 4.17, because 4.17 is still in production and online doc is not compliant.
Example, for a select box now the html/class has change, and JS added $('.mdb-select').materialSelect();
This is not the way for doing it with 4.17 and because off that, can't create a select box with online documentation.
Thanks, Lauco
Grzegorz Bujański staff commented 4 years ago
We are not able to provide such extensive documentation. As mentioned before, we care about backward compatibility. Initialization method has not changed in MDB Select since version 4.17.0. See here: https://mdbootstrap.com/snippets/jquery/grzegorz-bujanski/2500244#js-tab-view this snippet was created based on MDB 4.14.0 and the current documentation code. MDB Select is working properly.