Upgrading to Infusion 1.2

This space is an archive space for documentation related to old versions of Fluid Infusion (i.e. versions before 1.3). For documentation related to the latest Infusion, see Infusion Documentation.

Upgrading to Infusion 1.2

Upgrades to jQuery and jQuery UI

General

Infusion's versions of jQuery and jQuery UI have been upgraded to version 1.4.2 and 1.8 respectively. These upgrades have resulted in some file name changes, as well as some new file requirements for different jQuery UI widgets.

If you are using specific Infusion components, the sections further below provide specific guidance on changes for those components. If you are using Infusion's copy of jQuery and jQuery UI for your own general purposes, you may need to make the following changes:

Old

New

Old

New

Core

 

lib/jquery/ui/js/ui.core.js

lib/jquery/ui/js/jquery.ui.core.js

Dialog

 

lib/jquery/ui/js/ui.core.js
lib/jquery/ui/js/ui.dialog.js

lib/jquery/ui/js/jquery.ui.core.js
lib/jquery/ui/js/jquery.ui.widget.js
lib/jquery/ui/js/jquery.ui.position.js
lib/jquery/ui/js/jquery.ui.dialog.js

Slider

 

lib/jquery/ui/js/ui.core.js
lib/jquery/ui/js/ui.slider.js

lib/jquery/ui/js/jquery.ui.core.js
lib/jquery/ui/js/jquery.ui.widget.js
lib/jquery/ui/js/jquery.ui.slider.js

Accordion

 

lib/jquery/ui/js/ui.core.js
lib/jquery/ui/js/ui.accordion.js

lib/jquery/ui/js/jquery.ui.core.js
lib/jquery/ui/js/jquery.ui.widget.js
lib/jquery/ui/js/jquery.ui.accordion.js

Drag and Drop

 

lib/jquery/ui/js/ui.core.js
lib/jquery/ui/js/ui.draggable.js

lib/jquery/ui/js/jquery.ui.core.js
lib/jquery/ui/js/jquery.ui.widget.js
lib/jquery/ui/js/jquery.ui.mouse.js
lib/jquery/ui/js/jquery.ui.draggable.js

More details about the changes to jQuery UI can be found on jQuery's Upgrade Guide.

Component-specific Changes

UI Options

Upgrading From

Upgrading To

Upgrading From

Upgrading To

lib/jquery/ui/js/ui.core.js lib/jquery/ui/js/ui.accordion.js lib/jquery/ui/js/ui.slider.js
lib/jquery/ui/js/jquery.ui.core.js lib/jquery/ui/js/jquery.ui.widget.js lib/jquery/ui/js/jquery.ui.mouse.js lib/jquery/ui/js/jquery.ui.accordion.js lib/jquery/ui/js/jquery.ui.slider.js

Uploader

Upgrading From

Upgrading To

Upgrading From

Upgrading To

lib/jquery/ui/js/ui.core.js
lib/jquery/ui/js/jquery.ui.core.js

Inline Edit

Upgrading From

Upgrading To

Upgrading From

Upgrading To

lib/jquery/ui/js/ui.core.js
lib/jquery/ui/js/jquery.ui.core.js

Progress

Upgrading From

Upgrading To

Upgrading From

Upgrading To

lib/jquery/ui/js/ui.core.js
lib/jquery/ui/js/jquery.ui.core.js

Reorderer

Upgrading From

Upgrading To

Upgrading From

Upgrading To

lib/jquery/ui/js/ui.core.js lib/jquery/ui/js/ui.draggable.js
lib/jquery/ui/js/jquery.ui.core.js lib/jquery/ui/js/jquery.ui.widget.js lib/jquery/ui/js/jquery.ui.mouse.js lib/jquery/ui/js/jquery.ui.draggable.js