Enhancements
- Load favicon from Webpacker assets when use_webpacker is set to true. #6954 by @Fs00
- Don't apply sorting to collection until after scoping. #7205 by @agrobbin
- Resolve dart sass deprecation warning for division. #7095 by @tordans
- Use
instrument
from the Notifications API instead of low levelpublish
. #7262 by @sprql - Avoid mutating string literals. #6936 by @tomgilligan
- Include print styles in main stylesheet. #6922 by @deivid-rodriguez
- Use
POST
for OmniAuth links. #6916 by @deivid-rodriguez - Scope new record instantiation by authorization scope. #6884 by @ngouy
- Make
permit_params
andbelongs_to
order independent. #6906 by @deivid-rodriguez - Use collection length instead of running COUNTs for limited collections. #5660 by @MmKolodziej
Bug Fixes
Translation Improvements
- Fix Dutch translation for password reset button. #7181 by @mvz
- Add few key to RO pagination.entry. #6915 by @lubosch
- Change misleading Korean translation. #6873 by @1000ship
Documentation
- Replace deprecated update_attributes! with update!. #6959 by @sergey-alekseev
- Clarify docs on user setup. #6872 by @javawizard
Dependency Changes
- Drop rails 5.2 support. #7293 by @deivid-rodriguez
- Drop support for Ruby 2.5. #7236 by @alejandroperea