1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167
|
# master
# 6.0.1
* Fix "define is not defined" issue in `core.js`
# 6.0.0
* Update to jQuery UI 1.12.1
# 5.0.5
* Update to jQuery UI 1.11.4
# 5.0.4
* Update to jQuery UI 1.11.3
# 5.0.3
* Speed up: Only use .erb extension if `<%= %>` tags are used
# 5.0.2
* Update to jQuery UI 1.11.2
# 5.0.1
* Update to jQuery UI 1.11.1
# 5.0.0
* Update to jQuery UI 1.11.0
* Rename `jquery.ui.*.{js,css}` to `jquery-ui/*.{js,css}`
* Add jquery-ui.js and jquery-ui.css assets
# 4.2.1
* Update to jQuery UI 1.10.4
# 4.2.0
* Bump Rails dependency to `>=3.2.16`
* Re-release 4.1.1 as 4.2.0
# 4.1.2
* Re-release 4.1.0 as 4.1.2; last version compatible with Rails 3.1
# 4.1.1
* Declare image dependencies using `//= depend_on_asset`, to stop the
Sprockets cache from going stale.
# 4.1.0
* Add Jquery::Ui::Rails::JQUERY_UI_VERSION constant
# 4.0.5
* Remove unused dependency on the `jquery-rails` gem. If you get an error
"couldn't find file 'jquery'", you may need to explicitly add `gem
'jquery-rails'` to your Gemfile.
# 4.0.4
* Include license in gemspec
# 4.0.3
* Upgrade to jQuery UI 1.10.3
# 4.0.2
* Rails 4 compatibility
# 4.0.1
* Add missing animated-overlay.gif asset and fix image path
# 4.0.0
* Upgrade to jQuery UI 1.10.0
* No more automatic `//= require jquery`
([#30](https://github.com/joliss/jquery-ui-rails/pull/30), original
discussion at [#17](https://github.com/joliss/jquery-ui-rails/pull/17)).
This means that you have to add `//= require jquery` to your application.js
file before you require any of the jQuery UI JavaScript modules.
# 3.0.1
* Fix stylesheet dependencies
# 3.0.0
* Upgrade to jQuery UI 1.9.2
* Switched from storing the map of file dependencies locally to leveraging
the grunt build system's .json files for determining file dependencies.
This simplifies the maintenance of this wrapper project, and allows us to
delete dependencies.js
* Renamed jquery.effects.all to jquery.ui.effect.all, to match the effects files
renamed in 1.9.2 (see [Renamed all effects files][1])
* Changed license to MIT only instead of MIT or GPL, to match jQuery UI's
license (see [commit][2])
[1]: http://jqueryui.com/upgrade-guide/1.9/#renamed-all-effects-files
[2]: https://github.com/jquery/jquery-ui/commit/485ca7192ac57d018b8ce4f03e7dec6e694a53b7
# 2.0.2
* Upgrade to jQuery UI 1.8.24
# 2.0.1
* Add draggable and resizable to the dependencies of dialog (#1)
# 2.0.0
* Do not require the main datepicker module from datepicker i18n modules.
Fixes Heroku precompilation timeouts. If you are using a datepicker i18n
module, be sure to also require jquery.ui.datepicker. (#9)
# 1.1.1
* Upgrade to jQuery UI 1.8.23
# 1.1.0
* Upgrade to jQuery UI 1.8.22
# 1.0.0
* No change. Bumping version to indicate that jquery-ui-rails is considered
stable, and that we are following semver.
# 0.5.0
* Upgrade to jQuery UI 1.8.21
# 0.4.1
* Add jquery.effects.all
# 0.4.0
* Upgrade to jQuery UI 1.8.20
# 0.3.0
* Upgrade to jQuery UI 1.8.19
# 0.2.2
* Protect copyright notices against minification with `/*! ... */`
# 0.2.1
* Upgrade to jQuery UI 1.8.18
# 0.2.0
* Upgrade to jQuery UI 1.8.17
# 0.1.0
* Initial release packaging jQuery UI 1.8.16
|