Search and Top Navigation
#15004 closed bug (notabug)
Opened July 11, 2016 02:13PM UTC
Closed July 11, 2016 02:30PM UTC
Widget can no longer be required with require('jquery-ui/widgetname')
Reported by: | ismay | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.core | Version: | 1.12.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When upgrading the npm jquery-ui
package to 1.12.0
from 1.10.5
, my build is broken as I can no longer require jquery-ui/datepicker
. Maybe this has to do with jquery-ui now publishing itself to npm (https://github.com/jquery/jquery-ui/commit/ab0bb87634c19a47211d9e46afc0c09fbf49ee29), where the previous maintainer made these types of requires possible in some custom way?
Anyway, I suspect I'm not the only one whose builds have been broken in this manner, and it would be nice if this were reimplemented.
Attachments (0)
Change History (1)
Changed July 11, 2016 02:30PM UTC by comment:1
resolution: | → notabug |
---|---|
status: | new → closed |
That's because it's now a proper source release managed by the team. Please read the pre-release blog post.