components / jqueryui

Shim repository for jQuery UI.

Home Page:http://jqueryui.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1.12.0 moves files under ui?

plynchnlm opened this issue · comments

I would have expected 1.12.0 not to have breaking changes. However, many files were moved from ui to ui/widgets. Per the documentation on using jquery-ui with bower, we are encouraged to use just the parts of jquery-ui our app needs to avoid downloading the whole thing. One example of such a link is given as:

<script src="bower_components/jquery-ui/ui/accordion.js"></script>

which now won't work, because accordion.js has been moved.

yeah, jquery-ui made this change upstream, as you can see, if you take a look in their master (1.12) and 1.11 branch.

This is something you should report upstream directly.

It turns out that they don't follow semver yet. See https://bugs.jqueryui.com/ticket/10133.