Changelog
=========

1.8.5.1 (2010-10-21)
--------------------

- Updated to jqueryui 1.8.5.
  [vincentfretin]

- Fixed L10nDatepicker to work without a ``request.LANGUAGE`` attribute.
  [hannosch]

- Add icons to @@example.jqueryui view
  [toutpt]

- Replaced original "smoothness" theme with a new "plone4" one more related
  to "sunburst" that comes with Plone 4.
  [marcosfromero]

1.8.4.1 (2010-08-11)
--------------------

- Update jqueryui to 1.8.4
  [toutpt]

1.8.2.2 (2010-07-31)
--------------------

- Fixed the css to use images from the directory resources.
  [vincentfretin]

- Added @@example.jqueryui page.
  [toutpt]

1.8.2.1 (2010-07-27)
--------------------

- Since jquery-ui-i18n.js contains symbols other than utf-8 it should
  be compressed with safe-encode type.
  [spliter]

- Update to jqueryui 1.8.2
  [toutpt]

1.8rc3 (2010-04-30)
-------------------

* Added jquery-ui-i18n.js which contains all translations for datepicker
  plugin.
  [vincentfretin]

* Removed completly the ``withjqtoolsplone3`` and ``withjqtools`` profiles.
  We don't depend on collective.js.jquery anymore. So the jQuery of Plone 4 is kept.
  The defaut profile now install jqueryui 1.8 without the tabs plugin which conflicts
  with plone.app.jquerytools.
  This version only works on Plone 4 because Plone 4 ships with JQuery 1.4+ and
  jQuery 1.8 requires jQuery 1.4+.
  [vincentfretin]

1.7.2.7 (2010-03-16)
--------------------

* ``withjqtools`` profile doesn't apply the collective.js.jquery profile
  anymore. So you can use it with Plone 3.3/4, it will not replace the
  jQuery version included in Plone.
  [vincentfretin]

* Add ``withjqtoolsplone3`` profile which is the same as ``withjqtools`` but
  installs the collective.js.jquery profile so the jQuery library is replaced
  by a newer one. Use this profile only on Plone 3.2 with plone.app.jquerytools.
  [vincentfretin]

1.7.2.6 (2010-02-02)
--------------------

* Add profile ``withjqtools``, a profile registering the jquery UI bundle
  without the ``tabs`` plugin. This plugin conflicts with the same plugin
  from jquery tools. Note that ``plone.app.jquerytools`` must be availabe in
  your system, since it's profile is applied as dependency. It's not added
  to the setup dependencies of this package. [rnix]
* Add jquery-ui-1.7.2.jq-tools-compat.js [rnix]

1.7.2.5 (2009-08-26)
--------------------

* Include collective.js.jquery configure.zcml [vincentfretin]

1.7.2.4 (2009-08-25)
--------------------

* Add dependency to collective.js.jquery in the default profile

1.7.2.3 (2009-08-17)
--------------------

* Update documentation: add note for developer about Plone3.3
* Remove all .* files include in the last release (MacOSX feature)

1.7.2.2 (2009-06-25)
--------------------

* Fixed images not being able to be loaded from css problem.

1.7.2.1 (2009-06-10)
--------------------

* Initial release with jquery-ui 1.7.2 (need jquery 1.3.x)
