forked from janx/rails_admin_jcrop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
52 lines (31 loc) · 967 Bytes
/
CHANGELOG
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
== 1.3.0 ==
* Update to work with latest rails_admin (https://github.com/janx/rails_admin_jcrop/pull/19)
== 1.2.1 ==
* fix rmagick/minimagic compatibility issue
* fix paperclip crop parameters handling
== 1.2.0 ==
* fix image refresh after crop
* only use carrierwave when both paperclip and carrierwave exist
* work with both rails 3/4
== 1.1.2 ==
* more strict rails_admin dependency description in gemspec
== 1.1.1 ==
* fix autoload issue
== 1.1.0 ==
* compatible with RMagick2
== 1.0.0 ==
* compatible with rails_admin > 0.3.0
* upgrade jquery and jquery.jcrop libraries
* patch jquery.jcrop to work fix a buggy bootstrap release
== 0.2.1 ==
* compatible with paperclip > 3.1.4, fix infinite loop
== 0.2.0 ==
* support mongoid
* support paperclip
* new dependency: mini_magick
* add fit_image option
== 0.1.1 ==
* fix id nil bug in route
* update documents
== 0.1.0 ==
* rails_admin jcrop field with carrierwave, minimagick and active_record