Skip to content

Releases: statamic-rad-pack/runway

v2.1.7

11 Aug 16:05
Compare
Choose a tag to compare

What's fixed

  • Fixed an issue where the Responsable interface on models was causing issues (eg. with Inertia.js) #71

v2.1.6

10 Aug 16:42
Compare
Choose a tag to compare

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

30 Jul 14:51
Compare
Choose a tag to compare

What's fixed

  • Runway will now no longer 'double encode' JSON if you've added a cast to your model #62
  • Fixed issue where updating models wouldn't work, if your model had a custom route key set

v2.1.4

29 Jul 16:02
Compare
Choose a tag to compare

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

24 Jul 18:25
Compare
Choose a tag to compare

What's new

  • You can now generate migrations from an existing blueprint #56

v2.1.2

07 Jul 16:21
Compare
Choose a tag to compare

What's fixed

  • You'll no longer get an error when editing a model if you have getRouteKeyName defined on your model. #53
  • Fixed an issue where a fieldtype's Index component would not be rendered #52

v2.1.1

06 Jul 16:41
Compare
Choose a tag to compare

What's fixed

  • Listing rows will now be properly displayed with preProcessIndex (it'll fix the display of Date fields) #52

v2.1.0

03 Jul 12:16
Compare
Choose a tag to compare

⚠️ This update contains breaking changes.

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

01 Jul 20:31
Compare
Choose a tag to compare

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 to 1 on the Runway fieldtype, just return the single model as augmented, not a Collection

Thanks John Carter for the new additions :)

v2.0.6

30 Jun 21:01
Compare
Choose a tag to compare

What's fixed

  • Fixes issue with dirty state when creating model #41
  • If it's a JSON field, make sure it's decoded before passing it to the publish form #40