Changes between Initial Version and Version 1 of Ticket #50564, comment 11
- Timestamp:
- 09/17/2020 10:24:43 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #50564, comment 11
initial v1 4 4 5 5 To keep backwards compatibility the (pre-built) `jquery-ui.js` was split in three parts: 6 - All effects are concatenated in a (new) `jquery/ui/effects -all.js`.6 - All effects are concatenated in a (new) `jquery/ui/effects.js`. 7 7 - All files from "group: Core" are concatenated in `/ui/core.js`. That also contains 'jquery-ui-position' and 'jquery-ui-widget'. 8 8 - The files from "group: Widgets" and "group: Interactions", like `draggable.js`, `droppable.js`, `sortable.js`, etc. are still enqueued separately to optimize loading.