From db586cad4be61e58d70cc380b99c6baf65712fad Mon Sep 17 00:00:00 2001 From: Siarhei Bautrukevich Date: Mon, 24 Sep 2018 13:48:21 +0300 Subject: [PATCH] New version: v2.11.2 --- Gemfile.lock | 2 +- HISTORY.markdown | 30 +++++++++++++++++------------- lib/uploadcare-widget/version.rb | 2 +- 3 files changed, 19 insertions(+), 15 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d9855a650..fdb7089e3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - uploadcare-widget (2.11.1) + uploadcare-widget (2.11.2) autoprefixer-rails coffee-rails csso-rails diff --git a/HISTORY.markdown b/HISTORY.markdown index 138c0dcbf..b6c052a97 100644 --- a/HISTORY.markdown +++ b/HISTORY.markdown @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +[Unreleased]: https://github.com/uploadcare/uploadcare-widget/compare/v2.11.2...v2 + +## [2.11.2] - 2018-09-24 + ### Changed * Start using the [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) format @@ -16,7 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. with the grecaptcha2. See issue [#500][github-issue-500]. [github-issue-500]: https://github.com/uploadcare/uploadcare-widget/issues/500 -[Unreleased]: https://github.com/uploadcare/uploadcare-widget/compare/v2.11.1...v2 +[2.11.2]: https://github.com/uploadcare/uploadcare-widget/compare/v2.11.1...2.11.2 ## [2.11.1] - 2018-05-23 @@ -115,7 +119,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. * Fixed the `Widget` constructor error message. * Added the `_name` attribute for `MultipleWidget` and `Widget` classes. -* Added using [`imageSmoothingQuality`](https://html.spec.whatwg.org/multipage/scripting.html#image-smoothing) property +* Added using [`imageSmoothingQuality`](https://html.spec.whatwg.org/multipage/scripting.html#image-smoothing) property where it's supported (except Chrome due to worst quality) instead of our resampling algorithm. * Added the Google Photos tab * Update jQuery dependency. We don't support 3.0.0 just yet. @@ -218,7 +222,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## 2.5.3 - 2015-09-22 * New Swedish locale. -* File info pooling optimization. +* File info pooling optimization. * Multipart uploading tuning via settings. ## 2.5.2 - 2015-09-13 @@ -235,7 +239,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## 2.4.4 - 2015-08-20 -* Fixed `onDialogOpen` event which did not fire when files were dropped. +* Fixed `onDialogOpen` event which did not fire when files were dropped. * Optimized info loading for files uploaded from URLs. * Internal `uploadcare.namespace` function accepts namespace name without `uploadcare` prefix. I.e. `uploadcare.files.utils` becomes `files.utils`. @@ -262,9 +266,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## 2.3.5 - 2015-07-11 -* Prevent infinity loop when multiupload dialog is used with crop with +* Prevent infinity loop when multiupload dialog is used with crop with some ratio and uploaded image is already has this ratio. -* Correct reading of EXIF data from some corrupeted JPEGs. +* Correct reading of EXIF data from some corrupeted JPEGs. ## 2.3.4 - 2015-06-29 @@ -347,11 +351,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## 2.1.0 - 2015-04-10 * Keyboard navigation. -* Widgets are initialized immediately after page loading, not after 100ms. +* Widgets are initialized immediately after page loading, not after 100ms. * Role attributes inside the widget were aligned with ARIA. The `uploadcare-uploader` role is still used for widget identification. * Multiple panels's footer is now maintained by panel itself, not by tabs. - As a result the footer will appear on custom tabs too. + As a result the footer will appear on custom tabs too. * New `showTab` and `hideTab` methods for dialog api. * `uploadcare.globals()` now includes settings from `uploadcare.start()`. * Removed `white-space: nowrap` around the widget. @@ -360,7 +364,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## 2.0.6 - 2015-03-28 -* Fix exception when multiple files are uploaded simalteniously with +* Fix exception when multiple files are uploaded simalteniously with `image-shrink` option and uploading is cancelled. ## 2.0.5 - 2015-03-25 @@ -372,7 +376,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. * Fixed error if validation is failed. * Fixed error in case of large file with imagesOnly settings - and files larger than 100 MB in old browsers. + and files larger than 100 MB in old browsers. ## 2.0.3 - 2015-03-10 @@ -411,7 +415,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. * Custom tabs constructors now receive tab name as last argument. * Fix group `cdnUrl` property when group creation is failed. * Multi-upload widget does not break when `null` value assigned to it. - + ### Breaking changes * `path-value` is on by default. Widget will always return file URL, @@ -486,7 +490,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## 1.4.4 - 2014-10-31 * Fix conflict with host pages Pusher. Built-in pusher - isn't exposed to global namesapse anymore. + isn't exposed to global namesapse anymore. ## 1.4.3 - 2014-10-16 @@ -511,7 +515,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. * Updated "local files" tab for mobile devices. * Widget works on local pages (without web server). * `utils` and `t` are no more exposed to file info. -* Fix French and Portuguese locales. +* Fix French and Portuguese locales. ## 1.3.1 - 2014-06-20 diff --git a/lib/uploadcare-widget/version.rb b/lib/uploadcare-widget/version.rb index 9cea6ff44..5266a2bdd 100644 --- a/lib/uploadcare-widget/version.rb +++ b/lib/uploadcare-widget/version.rb @@ -1,3 +1,3 @@ module UploadcareWidget - VERSION = "2.11.1" + VERSION = "2.11.2" end