Just to save someone some headache I experienced a few “breaking changes” (i use quotations because they arent REALLY breaking changes but it can appear that way at first glance).
-It seems that the “Invalid jQuery Selector” rule has gotten a little more strict, as it picked up quite a few “hanging” references that the last version did NOT. Actually helped clean my code up quite a bit, thank you jqwidget team!
-Also if you are getting a “cannot read property ‘length’ of undefined” error it is most likely due to the autoloadstate/loadstate methods in one of your grids. You’ll need to turn these off, save the state in local storage, then turn the loadstate features back on (the methods are trying to read something that isnt there yet, no biggy)
Hope it helps!
Also, have to add that I really like the “lazy loading” features added to the tabs/grids! keeps the DOM count and Event Listener Count WAYYYYY down until resources are absolutely needed. And it appears that the event listener issue for the grid-sortable has been fixed! Thanks!!