Server IP : 202.29.229.35 / Your IP : 3.14.133.138 Web Server : Apache System : Linux aapanel2 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 User : www ( 1001) PHP Version : 5.5.38 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /www/wwwroot/www.ivecr2.ac.th/stdcard/cropper/ |
Upload File : |
# Changelog ### 0.8.0 (Feb 19, 2015) - Refactored source code. - Compiles CSS with [Less](http://lesscss.org) CSS preprocessors. - Supports fixed container. - Supports rotation with CSS3 Transform3d. #### Options: - Change the default value of "aspectRatio" - Rename "done" to "crop" - Rename "dashed" to "guides" - Rename "multiple" to "global" - Add "background" - Add "highlight" - Add "responsive" - Add "mouseWheelZoom" - Add "touchDragZoom" - Add "minCropBoxWidth" - Add "minCropBoxHeight" - Add "minContainerWidth" - Add "minContainerHeight" - Remove "data" - Remove "minWidth" - Remove "minHeight" - Remove "maxWidth" - Remove "maxHeight" #### Methods: - Change "reset" - Add "setImageData" - Add "getCropBoxData" - Add "setCropBoxData" - Add "move" - Remove "setData" ### 0.7.9 (Feb 19, 2015) - Improve preview. - Improve rotation. - Improve responsiveness (#157). - Enable to move the image when the size of the crop box is the same as the container's (#186). ### 0.7.8 (Feb 8, 2015) - Add two new options: "minContainerWidth" and "minContainerHeight". - Improve three methods: "setAspectRatio", "destroy" and "disable". - Improve mouse wheel zoom. - Improve drag resizing. ### 0.7.7 (Jan 10, 2015) - Fix a bug of "dragCrop" option. - Add a timestamp to the url to bust cache when it's a cross-origin image (#148). - Fix the issue of "autoCropArea" option (#144). ### 0.7.6 (Dec 20, 2014) - Fix events binding bugs. - Change the "done" option and the "getData" method (returns floating-point number) (#130). - Fix the rotation issue after replace the image (#139). ### 0.7.5 (Nov 27, 2014) - Reset the ratio when replace the image. - Add a new option: "checkImageOrigin" (#119). - Prevent to call the "done" option when it's disabled (#107). - Improve the preview (#95). ### 0.7.4 (Nov 24, 2014) - Improve "getDataURL" method, enable to customize the image sizes (#105). - Fix the issue of destory (#101). - Fix the issue of canvas (#106). ### 0.7.3 (Nov 15, 2014) - Supports cross-origin image (#96, #97). - Add a new option: "autoCropArea". - Improve "movable" option. - Output rotation degree by "getImageData" method (#94). ### 0.7.2 (Nov 11, 2014) - Fix the image rotation error in Firefox (#92). ### 0.7.1 (Nov 8, 2014) - Rebuild "rotate" method (#88). - Fix the issue of free ratio (#87). - Improve "getDataURL" method (#86). - Optimize event listeners. ### 0.7.0 (Oct 12, 2014) - Supports zoom (#36, #79). - Supports rotation (#1, #81). - Add two new options: "zoomable" and "rotatable". - Add six new methods: "enable", "disable", "zoom", "rotate", "getDataURL" (#80) and "setDragMode". - Rename "release" method to "clear". - Rename "setImgSrc" method to "replace". - Rename "getImgInfo" method to "getImageData". - Some other improvements. ### 0.6.2 (Oct 11, 2014) - Hide the modal when release the crop box. - Improve touch events. ### 0.6.1 (Oct 3, 2014) - Fix an event error. ### 0.6.0 (Sep 20, 2014) - Add six new options: "dashed", "build", "built", "dragstart", "dragmove" and "dragend". - Add three new events: "dragstart.cropper", "dragmove.cropper" and "dragend.cropper". - Remove an old event: "render.cropper". - Supports to toggle the dashed lines by "dashed" option (#68). - Fix the issue of events (#71). - Optimize the source code. ### 0.5.5 (Sep 8, 2014) - Improve the render when the mouse out of the cropper container (#54). ### 0.5.4 (Aug 30, 2014) - Fix typos: replace "resizeable" with "resizable" and "moveable" with "movable". ### 0.5.3 (Aug 23, 2014) - Fix the issue (#64) that the crop box could not move after multiple touches. ### 0.5.2 (Aug 16, 2014) - Fix a bug of type checking in the options. - Compress the cropper template string. ### 0.5.1 (Aug 12, 2014) - Supports canvas (#55). ### 0.5.0 (Aug 10, 2014) - Add a new option: "multiple". ... ### 0.4.0 (Jul 26, 2014) - Add eight new options: "autoCrop", "dragCrop", "moveable", "resizeable", "maxWidth", "maxHeight", "minWidth" and "minHeight". - Add three new methods: "reset", "release" and "destroy". - Add three new events: "build.cropper", "built.cropper" and "render.cropper". - Remove two old methods: "enbale" and "disable". - Remove three old events: "dragstart", "dragmove" and "dragend". - Supports no conflict with the "$.fn.cropper.noConflict" method. ... ### 0.3.0 (May 18, 2014) - Supports touch. - Supports events. - Add three events: "dargstart", "dargmove" and "dargend". - Add a new method: "setImgSrc". ... ### 0.2.0 (Apr 23, 2014) - Supports free ratio. - Add a new option: "data". - Add four new methods: "getData", "setData", "getImgInfo" and "setAspectRatio". ... ### 0.1.0 (Feb 19, 2014) - Supports four options: "aspectRatio", "done", "modal" and "preview". - Supports two methods: "enable" and "disable".