My little plugin has a js file I made and I use wp_enqueue_script to load it, and I’ve chosen jquery ui dialog as it’s dep. Following SP’s lead, I had the dep as jquery.ui.dialog (note the dots). Now with the recent js related commits, SP has dropped the dots for hypens like this: jquery-ui-dialog. And broke my plugin.
Is this the way it will be for now on? Is it dependent on WP version, or will it be this way a crossed the board for jquery related js?
Just asking 🙂