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.
2 parents 5ff6a97 + 19cb350 commit 684a2a2Copy full SHA for 684a2a2
guides/source/7_1_release_notes.md
@@ -363,6 +363,19 @@ Please refer to the [Changelog][active-storage] for detailed changes.
363
364
### Notable changes
365
366
+* `ActiveStorage::Analyzer::AudioAnalyzer` now outputs `sample_rate` and `tags` in the output `metadata` hash.
367
+
368
+* Add the option to utilize predefined variants when invoking the `preview` or `representation` methods on an
369
+ attachment.
370
371
+* `preprocessed` option is added when declaring variants to preprocess variants.
372
373
+* Add the ability to destroy active storage variants.
374
375
+ ```ruby
376
+ User.first.avatar.variant(resize_to_limit: [100, 100]).destroy
377
+ ```
378
379
Active Model
380
------------
381
0 commit comments