Releases: statamic-rad-pack/runway
Releases · statamic-rad-pack/runway
v7.12.0
What's improved
- Updated the
.gitattributes
file by @duncanmcclean
What's fixed
- Fixed an issue where Has Many relationships weren't being resolved #624 #630 by @duncanmcclean
- Fixed an error when augmenting model mutators #627 #629 by @TheBnl
- Added a check when getting a search value to see if the model has a method #625 #628 by @ryanmitchell
- Fixed deprecation error when checking if a value is a JSON string #626 by @indykoning
- Fixed the incorrect context for resource actions on the listing page by @duncanmcclean
v7.11.0
What's new
- Runway URIs are now warmed as part of the
static:warm
command #623 by @duncanmcclean
What's improved
- Prevented duplicate queries for table columns by @duncanmcclean
- Minor optimisations around the
isJson
function #619 by @indykoning - Tidied up the
ServiceProvider
to take advantage of autoloading #622 by @duncanmcclean
What's fixed
- Fixed an issue where the "Published" toggle was disabled for non-super users #621 by @duncanmcclean
v7.10.1
What's fixed
- Fixed missing title on fieldtype dropdown options #615 #617 by @duncanmcclean
- Fixed error when linking related model with publish states #612 #616 by @duncanmcclean
- Bump minimum version of
statamic/cms
to 5.26.0, to hopefully fix an issue with actions by @duncanmcclean
v7.10.0
What's improved
- Improve feedback when action fails #608 by @duncanmcclean
v7.9.5
What's fixed
- Fixed augmentation on frontend routes #606 #610 by @duncanmcclean
- Fixed error when removing filters #607 #609 by @duncanmcclean
v7.9.4
What's fixed
- Fix issue in the REST API when using plurals as resource handles #605 by @duncanmcclean
v7.9.3
What's fixed
- Fixed an error with the Has Many fieldtype when used on entries #600 #601 by @duncanmcclean
v7.9.2
v7.9.1
What's fixed
- Add missing
page
variable for Blade templates #584 #590 by @duncanmcclean
v7.9.0
What's new
- Improvements around unlinking relationships #582 #595 by @duncanmcclean
- When adding a new model, Runway will automatically create a blueprint for you, based on the database columns #593 by @duncanmcclean
What's fixed
- Fixed sorting in listing tables #587 #591 by @duncanmcclean
- Fixed an issue where relationship fields weren't showing in the fieldtype selector #588 #592 by @duncanmcclean
What's removed
- Removed the
runway:generate-blueprints
command #594 by @duncanmcclean