Improve Brazilian Portuguese translations by @ASVdeM and @kwy95 in https://github.com/TrestleAdmin/trestle/pull/460
Support Rails 8.0 routes by @zealot128 in https://github.com/TrestleAdmin/trestle/pull/470
Document and clean up helper modules by @spohlenz in https://github.com/TrestleAdmin/trestle/pull/474
Add config.default_form_controllers option for default form Stimulus controllers by @spohlenz in https://github.com/TrestleAdmin/trestle/pull/475
Navigation item path improvements by @spohlenz in https://github.com/TrestleAdmin/trestle/pull/480
Defer registration of admin models until lookup time by @spohlenz in https://github.com/TrestleAdmin/trestle/pull/483
Avoid passing default action from navigation item (let admin decide) by @spohlenz in https://github.com/TrestleAdmin/trestle/pull/484
Fix Admin#path when nil passed as action parameter by @spohlenz in https://github.com/TrestleAdmin/trestle/pull/485
Improve fetch wrapper error handling by @spohlenz in https://github.com/TrestleAdmin/trestle/pull/488
Rewrite URL helpers and support :method option on admin_link_to by @spohlenz in https://github.com/TrestleAdmin/trestle/pull/490
Add serialize_persistent_params helper method by @spohlenz in https://github.com/TrestleAdmin/trestle/pull/493
Turbo frame wrapper improvements by @spohlenz in https://github.com/TrestleAdmin/trestle/pull/494 / https://github.com/TrestleAdmin/trestle/pull/495 / https://github.com/TrestleAdmin/trestle/pull/497 / https://github.com/TrestleAdmin/trestle/pull/502
Sidebar scroll fixes by @spohlenz in https://github.com/TrestleAdmin/trestle/pull/498
Remove block passing / layout support from 'trestle/flash/alert' partial by @spohlenz in https://github.com/TrestleAdmin/trestle/pull/500
Ensure scopes continue linking to scope even when currently active by @spohlenz in https://github.com/TrestleAdmin/trestle/pull/501
Update turbo to 8.0.10 by @spohlenz in https://github.com/TrestleAdmin/trestle/pull/504
Maintenance & Cleanup
Clean up usage of ruby2_keywords by @spohlenz in https://github.com/TrestleAdmin/trestle/pull/469
Add CI Gemfiles for Rails 8.0.0.alpha by @spohlenz in https://github.com/TrestleAdmin/trestle/pull/471 / https://github.com/TrestleAdmin/trestle/pull/472
Update scope methods to use kwargs by @spohlenz in https://github.com/TrestleAdmin/trestle/pull/476
Use kwargs within Navigation classes by @spohlenz in https://github.com/TrestleAdmin/trestle/pull/478
Globally replace use of content_tag with tag.<el> by @spohlenz in https://github.com/TrestleAdmin/trestle/pull/477
Rename Trestle::Builder#params to #permitted_params (aliasing old method) by @spohlenz in https://github.com/TrestleAdmin/trestle/pull/481
Use real ES6 private methods/fields instead of underscore prefixes by @spohlenz in https://github.com/TrestleAdmin/trestle/pull/487
Remove :remote from pagination link options by @spohlenz in https://github.com/TrestleAdmin/trestle/pull/492
Fix deprecation warnings in Sass build by @spohlenz in https://github.com/TrestleAdmin/trestle/pull/505