Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #50564, comment 11


Ignore:
Timestamp:
09/17/2020 10:24:43 AM (4 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50564, comment 11

    initial v1  
    44
    55To 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`.
    77- All files from "group: Core" are concatenated in `/ui/core.js`. That also contains 'jquery-ui-position' and 'jquery-ui-widget'.
    88- The files from "group: Widgets" and "group: Interactions", like `draggable.js`, `droppable.js`, `sortable.js`, etc. are still enqueued separately to optimize loading.