@rails/activestorage
Advanced tools
Comparing version 6.1.3 to 6.1.4
@@ -0,1 +1,44 @@ | ||
## Rails 6.1.4 (June 24, 2021) ## | ||
* The parameters sent to `ffmpeg` for generating a video preview image are now | ||
configurable under `config.active_storage.video_preview_arguments`. | ||
*Brendon Muir* | ||
* Fix Active Storage update task when running in an engine. | ||
Justin Malčić* | ||
* Don't raise an error if the mime type is not recognized. | ||
Fixes #41777. | ||
*Alex Ghiculescu* | ||
* `ActiveStorage::PreviewError` is raised when a previewer is unable to generate a preview image. | ||
*Alex Robbin* | ||
* respond with 404 given invalid variation key when asking for representations. | ||
*George Claghorn* | ||
* `Blob` creation shouldn't crash if no service selected. | ||
*Alex Ghiculescu* | ||
## Rails 6.1.3.2 (May 05, 2021) ## | ||
* No changes. | ||
## Rails 6.1.3.1 (March 26, 2021) ## | ||
* Marcel is upgraded to version 1.0.0 to avoid a dependency on GPL-licensed | ||
mime types data. | ||
*George Claghorn* | ||
## Rails 6.1.3 (February 17, 2021) ## | ||
@@ -2,0 +45,0 @@ |
{ | ||
"name": "@rails/activestorage", | ||
"version": "6.1.3", | ||
"version": "6.1.4", | ||
"description": "Attach cloud and local files in Rails applications", | ||
@@ -5,0 +5,0 @@ "main": "app/assets/javascripts/activestorage.js", |
63525
32