Releases: statamic-rad-pack/runway
Releases · statamic-rad-pack/runway
v2.1.7
v2.1.6
What's new
- Launched a new documentation site for Runway! 🚀
- Added support for filters in the Listing Table #66
- For resources with multiple words in their handle, like
FooBar
, you can now reference them in Antlers with{{ runway:foo_bar }}
#69 - You can now override the handle of a resource, just add
handle
to the resource's config - You can now use a custom scope to handle Runway searches (useful for querying related models) #65
What's fixed
- When a resource has no results, show a plural title
v2.1.5
v2.1.4
What's fixed
- Updated the way we handle dates on the edit resource page #60
- Runway will now throw the
ResourceNotFound
exception when a resource can not be found. - Fixed a console error that popped up when configuring listing columns #61
- Little tiny other fix (probably didn't affect anyone - was related to something inside Runway's Vue components) #59
v2.1.3
v2.1.2
v2.1.1
v2.1.0
What's new
- A brand new Listing table for your models, just like the one used for entries #15
- You can now use real Actions, instead of 'Listing buttons'
Breaking changes
Listing Columns & Sorting
The listing.columns
and listing.sort
configuration options have been removed. Columns and sorting are now configured from the listing table itself, in the same way it works for entries.
Listing buttons
This release removes the 'listing buttons' functionality, in place of Statamic's Actions feature. Any listing buttons will no longer work. It's recommended you refactor into an Action during the upgrade process.
v2.0.7
What's new
- You can now use Cmd + S (or Ctrl + S) to save when using Runway's Publish Form #50
- We now actually show the validation error when you run into one using Runway's Publish Form #49
What's fixed
- If
max_items
is set to1
on the Runway fieldtype, just return the single model as augmented, not aCollection
Thanks John Carter for the new additions :)