Releases: statamic-rad-pack/runway
Releases · statamic-rad-pack/runway
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
v7.8.0
v7.7.5
v7.7.4
v7.7.3
What's fixed
- Fix protected model accessors & model mutators without accessor equivelent #576 by @duncanmcclean
- Prevented saving of computed relationship fields #575 by @duncanmcclean
- Fixed explicit
relationship_name
being overwritten in Has Many relationships #574 by @manogi
v7.7.2
What's fixed
- Added missing methods to Runway's
HasAugmentedInstance
trait #567 by @simonworkhouse - Fixed issues when the field handle isn't the same as the relationship name #570 by @duncanmcclean
v7.7.1
What's fixed
- Fixed error when accessing Runway's fieldtypes via GraphQL #561 #565 by @duncanmcclean
v7.7.0
What's new
- Added
augmented
hook #560 by @ryanmitchell