File: History.md

package info (click to toggle)
ruby-jquery-ui-rails 4.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,148 kB
  • ctags: 113
  • sloc: ruby: 20; makefile: 4
file content (129 lines) | stat: -rw-r--r-- 2,724 bytes parent folder | download
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
# master

# 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