- Fixed BelongsToMany field not saving #751 by @janis-ps
- Added
RoutingModel::model()method by @duncanmcclean
- Allow saving custom relationship types #747 by @caseydwyer
- Handle enums correctly in listings #746 by @janis-ps
- Fixed augmentation on runway routes #745 by @duncanmcclean
- Added
default_publish_stateconfig option #736 by @duncanmcclean
- Publish/unpublish actions should check
publish {resource}permission #737 by @duncanmcclean - Fix error when using nocache tag on Runway route #738 by @duncanmcclean
- Use augmented values to make the title #734 by @mmodler
- Fixed
published() on nullerror if model is missing #733 by @joshtaylordev
- Avoid saving revealer fields #727 #729 by @duncanmcclean
- Fix sorting by nested fields #716 #728 by @duncanmcclean
- Fix
runway:import-collectioncommand on Ubuntu #715 by @amadeann
- Added column existence check to
runwaySearchquery scope #714 by @kevinmeijer97
- Fixed inline actions on edit view #710 #711 by @persteinhorst
- Allow programmatic registration of resources #707 by @Pluuk
- Update RoutingModel
modelproperty to be publicly accessible #706 by @jamesmpigott
- Fix error when searching via fieldtype #699 #709 by @duncanmcclean
- Refactor
BaseFieldtype::getIndexItems#708 by @duncanmcclean - Delete
php-cs-fixer.phar#704 by @duncanmcclean
- Fix issues when filtering, sorting and searching nested fields #700 #702 by @duncanmcclean
- Improve nested field augmentation #698 #701 by @duncanmcclean
- Collection Importer fixes #696 by @duncanmcclean
- Prevent errors from PostgreSQL when querying
runway_uristable #689 #695 by @duncanmcclean RunwayRoutestrait check should consider traits on parent classes #691 #694 by @duncanmcclean- Use
runwayquery scope when fetching related models #692 #693 by @duncanmcclean
- Added
where_inparameter to Runway tag #688 by @duncanmcclean - Documented usage with Antlers Blade Components by @duncanmcclean
- Require
spatie/laravel-rayin dev #687 by @duncanmcclean
- Fixed error when serializing resources with appended attributes #686 by @duncanmcclean
- Fixed search on listing table with nested fields #681 by @duncanmcclean
getRouteKeyNamemethod will only be added to models when imported collection uses slugs #678 by @duncanmcclean- Fixed typo in
resources.md#674 by @mefenlon
- Added
query_scopesoption to fieldtypes #672 by @duncanmcclean - Added
runwayquery scope #671 by @duncanmcclean
- Laravel 12 support #664 by @duncanmcclean
- Reverted "Fix attributes returning a collection instead of an array" #666 by @duncanmcclean
- Fixed missing "Status" filter on collections #663 by @duncanmcclean
- The
rebuild-uriscommand now bypasses global scopes #661 by @godismyjudge95
- Improve compatibility with per model database connections #659 by @godismyjudge95
- Fix attributes returning a collection instead of an array #654 by @kailumworkhouse
Be sure to read the Upgrade Guide first as manual changes may be necessary.
- Collection Importer #653 by @duncanmcclean
- Changed how nested fields work #568 by @duncanmcclean
- Removed the
cp_iconconfig in favour of the CP Nav Customizer #652 by @duncanmcclean - Updated the
runway_urismigration stub to support UUIDs #656 by @duncanmcclean