Unverified Commit 4fb98eb2 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3064049 by zrpnr, lauriii, bnjmnm, finnsky, alexpott, tedbow,...

Issue #3064049 by zrpnr, lauriii, bnjmnm, finnsky, alexpott, tedbow, phenaproxima, Wim Leers, xjm, Berdir, sasanikolic, justafish, larowlan: Replace jQuery UI sortable with Sortable js
parent 661b7cc6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
    "Backbone": true,
    "Modernizr": true,
    "Popper": true,
    "Sortable": true,
    "CKEDITOR": true
  },
  "rules": {
+2 −0

File added.

Preview size limit exceeded, changes collapsed.

+12 −0
Original line number Diff line number Diff line
@@ -795,6 +795,7 @@ jquery.ui.sortable:
    - core/jquery.ui
    - core/jquery.ui.mouse
    - core/jquery.ui.widget
  deprecated: The "%library_id%" asset library is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. See https://www.drupal.org/node/3084730

jquery.ui.spinner:
  version: *jquery_ui_version
@@ -850,6 +851,7 @@ jquery.ui.touch-punch:
    - core/jquery.ui
    - core/jquery.ui.mouse
    - core/jquery.ui.widget
  deprecated: The "%library_id%" asset library is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. See https://www.drupal.org/node/3084730

jquery.ui.widget:
  version: *jquery_ui_version
@@ -902,6 +904,16 @@ popperjs:
  js:
    assets/vendor/popperjs/popper.min.js: { minified: true }

sortable:
  remote: https://github.com/SortableJS/Sortable
  version: "1.10.0"
  license:
    name: MIT
    url: https://github.com/SortableJS/Sortable/tree/master#mit-license
    gpl-compatible: true
  js:
    assets/vendor/sortable/Sortable.min.js: { minified: true }

underscore:
  remote: https://github.com/jashkenas/underscore
  version: "1.8.3"
+1 −3
Original line number Diff line number Diff line
@@ -50,13 +50,11 @@ drupal.ckeditor.admin:
    - core/drupal
    - core/drupalSettings
    - core/jquery.once
    - core/jquery.ui.sortable
    - core/jquery.ui.draggable
    - core/jquery.ui.touch-punch
    - core/backbone
    - core/drupal.dialog
    - core/drupal.announce
    - core/ckeditor
    - core/sortable
    - editor/drupal.editor.admin
    # Ensure to run after core/drupal.vertical-tabs.
    - core/drupal.vertical-tabs
+1 −0
Original line number Diff line number Diff line
@@ -228,6 +228,7 @@
  border-bottom-left-radius: 2px;
}
.ckeditor-button-placeholder,
.ckeditor-buttons .ckeditor-button-placeholder a,
.ckeditor-toolbar-group-placeholder {
  background: #9dcae7;
}
Loading