We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f33e65 commit 19cb350Copy full SHA for 19cb350
guides/source/7_1_release_notes.md
@@ -349,6 +349,19 @@ Please refer to the [Changelog][active-storage] for detailed changes.
349
350
### Notable changes
351
352
+* `ActiveStorage::Analyzer::AudioAnalyzer` now outputs `sample_rate` and `tags` in the output `metadata` hash.
353
+
354
+* Add the option to utilize predefined variants when invoking the `preview` or `representation` methods on an
355
+ attachment.
356
357
+* `preprocessed` option is added when declaring variants to preprocess variants.
358
359
+* Add the ability to destroy active storage variants.
360
361
+ ```ruby
362
+ User.first.avatar.variant(resize_to_limit: [100, 100]).destroy
363
+ ```
364
365
Active Model
366
------------
367
0 commit comments