Skip to content

Update jquery-ui to 1.13.3 and bump gem version to 7.0.1 #156

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# master

# 7.0.1

* Update to jQuery UI 1.13.3

# 7.0.0

* Update to jQuery UI 1.13.0
Expand Down
77 changes: 39 additions & 38 deletions VERSIONS.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,41 @@
# Bundled Versions

| Gem | jQuery UI |
|--------|-----------|
| 7.0.0 | 1.13.0 |
| 6.0.1 | 1.12.1 |
| 6.0.0 | 1.12.1 |
| 5.0.5 | 1.11.4 |
| 5.0.4 | 1.11.3 |
| 5.0.3 | 1.11.2 |
| 5.0.2 | 1.11.2 |
| 5.0.1 | 1.11.1 |
| 5.0.0 | 1.11.0 |
| 4.2.1 | 1.10.4 |
| 4.2.0 | 1.10.3 |
| 4.1.2 | 1.10.3 |
| 4.1.1 | 1.10.3 |
| 4.1.0 | 1.10.3 |
| 4.0.5 | 1.10.3 |
| 4.0.4 | 1.10.3 |
| 4.0.3 | 1.10.3 |
| 4.0.2 | 1.10.0 |
| 4.0.1 | 1.10.0 |
| 4.0.0 | 1.10.0 |
| 3.0.1 | 1.9.2 |
| 3.0.0 | 1.9.2 |
| 2.0.2 | 1.8.24 |
| 2.0.1 | 1.8.23 |
| 2.0.0 | 1.8.23 |
| 1.1.1 | 1.8.23 |
| 1.1.0 | 1.8.22 |
| 1.0.0 | 1.8.21 |
| 0.5.0 | 1.8.21 |
| 0.4.1 | 1.8.20 |
| 0.4.0 | 1.8.20 |
| 0.3.0 | 1.8.19 |
| 0.2.2 | 1.8.18 |
| 0.2.1 | 1.8.18 |
| 0.2.0 | 1.8.17 |
| 0.1.0 | 1.8.16 |
| Gem | jQuery UI |
|-------|-----------|
| 7.0.1 | 1.13.3 |
| 7.0.0 | 1.13.0 |
| 6.0.1 | 1.12.1 |
| 6.0.0 | 1.12.1 |
| 5.0.5 | 1.11.4 |
| 5.0.4 | 1.11.3 |
| 5.0.3 | 1.11.2 |
| 5.0.2 | 1.11.2 |
| 5.0.1 | 1.11.1 |
| 5.0.0 | 1.11.0 |
| 4.2.1 | 1.10.4 |
| 4.2.0 | 1.10.3 |
| 4.1.2 | 1.10.3 |
| 4.1.1 | 1.10.3 |
| 4.1.0 | 1.10.3 |
| 4.0.5 | 1.10.3 |
| 4.0.4 | 1.10.3 |
| 4.0.3 | 1.10.3 |
| 4.0.2 | 1.10.0 |
| 4.0.1 | 1.10.0 |
| 4.0.0 | 1.10.0 |
| 3.0.1 | 1.9.2 |
| 3.0.0 | 1.9.2 |
| 2.0.2 | 1.8.24 |
| 2.0.1 | 1.8.23 |
| 2.0.0 | 1.8.23 |
| 1.1.1 | 1.8.23 |
| 1.1.0 | 1.8.22 |
| 1.0.0 | 1.8.21 |
| 0.5.0 | 1.8.21 |
| 0.4.1 | 1.8.20 |
| 0.4.0 | 1.8.20 |
| 0.3.0 | 1.8.19 |
| 0.2.2 | 1.8.18 |
| 0.2.1 | 1.8.18 |
| 0.2.0 | 1.8.17 |
| 0.1.0 | 1.8.16 |
10 changes: 5 additions & 5 deletions app/assets/javascripts/jquery-ui/data.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
//= require jquery-ui/version

/*!
* jQuery UI :data 1.13.0
* http://jqueryui.com
* jQuery UI :data 1.13.3
* https://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
* https://jquery.org/license
*/

//>>label: :data Selector
//>>group: Core
//>>description: Selects elements which have data stored under the specified key.
//>>docs: http://api.jqueryui.com/data-selector/
//>>docs: https://api.jqueryui.com/data-selector/

( function( factory ) {
"use strict";
Expand Down
10 changes: 5 additions & 5 deletions app/assets/javascripts/jquery-ui/disable-selection.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
//= require jquery-ui/version

/*!
* jQuery UI Disable Selection 1.13.0
* http://jqueryui.com
* jQuery UI Disable Selection 1.13.3
* https://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
* https://jquery.org/license
*/

//>>label: disableSelection
//>>group: Core
//>>description: Disable selection of text content within the set of matched elements.
//>>docs: http://api.jqueryui.com/disableSelection/
//>>docs: https://api.jqueryui.com/disableSelection/

// This file is deprecated
( function( factory ) {
Expand Down
18 changes: 9 additions & 9 deletions app/assets/javascripts/jquery-ui/effect.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
//= require jquery-ui/version

/*!
* jQuery UI Effects 1.13.0
* http://jqueryui.com
* jQuery UI Effects 1.13.3
* https://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
* https://jquery.org/license
*/

//>>label: Effects Core
//>>group: Effects
/* eslint-disable max-len */
//>>description: Extends the internal jQuery effects. Includes morphing and easing. Required by all other effects.
/* eslint-enable max-len */
//>>docs: http://api.jqueryui.com/category/effects-core/
//>>demos: http://jqueryui.com/effect/
//>>docs: https://api.jqueryui.com/category/effects-core/
//>>demos: https://jqueryui.com/effect/

( function( factory ) {
"use strict";
Expand Down Expand Up @@ -406,7 +406,7 @@ if ( $.uiBackCompat !== false ) {
}

$.extend( $.effects, {
version: "1.13.0",
version: "1.13.3",

define: function( name, mode, effect ) {
if ( !effect ) {
Expand Down Expand Up @@ -529,7 +529,7 @@ $.extend( $.effects, {

// Lock in margins first to account for form elements, which
// will change margin if you explicitly set height
// see: http://jsfiddle.net/JZSMt/3/ https://bugs.webkit.org/show_bug.cgi?id=107380
// see: https://jsfiddle.net/JZSMt/3/ https://bugs.webkit.org/show_bug.cgi?id=107380
// Support: Safari
element.css( {
marginTop: element.css( "marginTop" ),
Expand Down Expand Up @@ -923,7 +923,7 @@ $.fx.step.clip = function( fx ) {

( function() {

// Based on easing equations from Robert Penner (http://www.robertpenner.com/easing)
// Based on easing equations from Robert Penner (http://robertpenner.com/easing)

var baseEasings = {};

Expand Down
12 changes: 6 additions & 6 deletions app/assets/javascripts/jquery-ui/effects/effect-blind.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
//= require jquery-ui/effect

/*!
* jQuery UI Effects Blind 1.13.0
* http://jqueryui.com
* jQuery UI Effects Blind 1.13.3
* https://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
* https://jquery.org/license
*/

//>>label: Blind Effect
//>>group: Effects
//>>description: Blinds the element.
//>>docs: http://api.jqueryui.com/blind-effect/
//>>demos: http://jqueryui.com/effect/
//>>docs: https://api.jqueryui.com/blind-effect/
//>>demos: https://jqueryui.com/effect/

( function( factory ) {
"use strict";
Expand Down
12 changes: 6 additions & 6 deletions app/assets/javascripts/jquery-ui/effects/effect-bounce.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
//= require jquery-ui/effect

/*!
* jQuery UI Effects Bounce 1.13.0
* http://jqueryui.com
* jQuery UI Effects Bounce 1.13.3
* https://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
* https://jquery.org/license
*/

//>>label: Bounce Effect
//>>group: Effects
//>>description: Bounces an element horizontally or vertically n times.
//>>docs: http://api.jqueryui.com/bounce-effect/
//>>demos: http://jqueryui.com/effect/
//>>docs: https://api.jqueryui.com/bounce-effect/
//>>demos: https://jqueryui.com/effect/

( function( factory ) {
"use strict";
Expand Down
12 changes: 6 additions & 6 deletions app/assets/javascripts/jquery-ui/effects/effect-clip.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
//= require jquery-ui/effect

/*!
* jQuery UI Effects Clip 1.13.0
* http://jqueryui.com
* jQuery UI Effects Clip 1.13.3
* https://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
* https://jquery.org/license
*/

//>>label: Clip Effect
//>>group: Effects
//>>description: Clips the element on and off like an old TV.
//>>docs: http://api.jqueryui.com/clip-effect/
//>>demos: http://jqueryui.com/effect/
//>>docs: https://api.jqueryui.com/clip-effect/
//>>demos: https://jqueryui.com/effect/

( function( factory ) {
"use strict";
Expand Down
12 changes: 6 additions & 6 deletions app/assets/javascripts/jquery-ui/effects/effect-drop.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
//= require jquery-ui/effect

/*!
* jQuery UI Effects Drop 1.13.0
* http://jqueryui.com
* jQuery UI Effects Drop 1.13.3
* https://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
* https://jquery.org/license
*/

//>>label: Drop Effect
//>>group: Effects
//>>description: Moves an element in one direction and hides it at the same time.
//>>docs: http://api.jqueryui.com/drop-effect/
//>>demos: http://jqueryui.com/effect/
//>>docs: https://api.jqueryui.com/drop-effect/
//>>demos: https://jqueryui.com/effect/

( function( factory ) {
"use strict";
Expand Down
12 changes: 6 additions & 6 deletions app/assets/javascripts/jquery-ui/effects/effect-explode.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
//= require jquery-ui/effect

/*!
* jQuery UI Effects Explode 1.13.0
* http://jqueryui.com
* jQuery UI Effects Explode 1.13.3
* https://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
* https://jquery.org/license
*/

//>>label: Explode Effect
//>>group: Effects
/* eslint-disable max-len */
//>>description: Explodes an element in all directions into n pieces. Implodes an element to its original wholeness.
/* eslint-enable max-len */
//>>docs: http://api.jqueryui.com/explode-effect/
//>>demos: http://jqueryui.com/effect/
//>>docs: https://api.jqueryui.com/explode-effect/
//>>demos: https://jqueryui.com/effect/

( function( factory ) {
"use strict";
Expand Down
12 changes: 6 additions & 6 deletions app/assets/javascripts/jquery-ui/effects/effect-fade.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
//= require jquery-ui/effect

/*!
* jQuery UI Effects Fade 1.13.0
* http://jqueryui.com
* jQuery UI Effects Fade 1.13.3
* https://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
* https://jquery.org/license
*/

//>>label: Fade Effect
//>>group: Effects
//>>description: Fades the element.
//>>docs: http://api.jqueryui.com/fade-effect/
//>>demos: http://jqueryui.com/effect/
//>>docs: https://api.jqueryui.com/fade-effect/
//>>demos: https://jqueryui.com/effect/

( function( factory ) {
"use strict";
Expand Down
12 changes: 6 additions & 6 deletions app/assets/javascripts/jquery-ui/effects/effect-fold.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
//= require jquery-ui/effect

/*!
* jQuery UI Effects Fold 1.13.0
* http://jqueryui.com
* jQuery UI Effects Fold 1.13.3
* https://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
* https://jquery.org/license
*/

//>>label: Fold Effect
//>>group: Effects
//>>description: Folds an element first horizontally and then vertically.
//>>docs: http://api.jqueryui.com/fold-effect/
//>>demos: http://jqueryui.com/effect/
//>>docs: https://api.jqueryui.com/fold-effect/
//>>demos: https://jqueryui.com/effect/

( function( factory ) {
"use strict";
Expand Down
Loading