Are there any big breaking issues upgrading from 1.10.7 to 1.10.15?

Are there any big breaking issues upgrading from 1.10.7 to 1.10.15?

kfialakfiala Posts: 4Questions: 1Answers: 0

Looking to upgrade from 1.10.7 to 1.10.15 but plugging in the updated files starts breaking our tables, oddly enough no console errors or anything. Just asking this quest since I can't find any info outside of say 1.9 to 1.10 etc.

Answers

  • kthorngrenkthorngren Posts: 20,142Questions: 26Answers: 4,736

    You can find links to the Datatables release notes here:
    https://cdn.datatables.net/#DataTables

    Invariably there might be issues when upgrading. Please tells us what issues you are running into.

    Kevin

  • kfialakfiala Posts: 4Questions: 1Answers: 0

    That link is currently linking to a server hangup.

    I basically attempted updating through nuget. Once complete I updated our Bundle.config to use the updated resources and all of our tables simply stopped appearing. Even when firing search functions I wasn't seeing any console errors in dev tools, It's as if they aren't even being initialized anymore. The data table elements aren't even there anymore.

    Wish I had more specifics to give.

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    That link is currently linking to a server hangup.

    That might be something on your end, the server hasn't had any issues today.

    Colin

  • kfialakfiala Posts: 4Questions: 1Answers: 0

    Update:

    I've narrowed it down to 1.10.12 -> 1.10.13

    I'm able to succesfully update jquery.datatables.js and .min.js to 1.10.12. No issues which resolves our vulnerability issue, hopefully. But I am curious what changes from .12 to .13 that causes datatables to essentially break. This may be a result of some of our wrappers but at this moment can't imagine why that would be the result, something clearly changes in the .js file that results tables no longer rendering.

  • kthorngrenkthorngren Posts: 20,142Questions: 26Answers: 4,736

    See if this link works for the release notes:
    https://cdn.datatables.net/releases.html

    Can you post a link t your page or a test case replicating the issues so we can take a look?
    https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case

    Kevin

  • kfialakfiala Posts: 4Questions: 1Answers: 0

    Unfortunately it's an in house web application and replication wouldn't be feasable in it's entirety.

    That link worked, i'll take a closer look at the release notes to see if anything stands out that may require adjustment to our datatables code to get them working passed versions 1.10.12. The good news is we can at least address the vulnerability our whitesource scan alerted us to, hopefully none more exist in 1.10.12. But we would like to get as up to date as possible if we can.

  • kthorngrenkthorngren Posts: 20,142Questions: 26Answers: 4,736

    Let us know what you find.

    Kevin

Sign In or Register to comment.