|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## v7.14.0 (2025-02-07) |
4 | | - |
5 | | -### What's new |
6 | | -* A status indicator is now shown on the publish form #657 by @duncanmcclean |
7 | | - |
8 | | - |
9 | | - |
10 | | -## v7.13.5 (2025-02-07) |
11 | | - |
12 | | -### What's fixed |
13 | | -* Prevent error when model can't be found #655 by @duncanmcclean |
14 | | - |
15 | | - |
16 | | - |
17 | | -## v7.13.4 (2025-01-06) |
18 | | - |
19 | | -### What's fixed |
20 | | -* Removed `laravel/prompts` from composer.json #650 by @duncanmcclean |
21 | | -* Added a check to ensure relationship method exists before calling it #647 by @duncanmcclean |
22 | | - |
23 | | - |
24 | | - |
25 | | -## v7.13.3 (2024-12-20) |
26 | | - |
27 | | -## What's fixed |
28 | | -* Fixed listing filters #645 by @duncanmcclean |
29 | | - |
30 | | - |
31 | | - |
32 | | -## v7.13.2 (2024-12-09) |
33 | | - |
34 | | -### What's fixed |
35 | | -* Only published models should be returned by augmentation #642 by @duncanmcclean |
36 | | -* Prevent Belongs To fields being saved as an array in entry data #640 #641 by @duncanmcclean |
37 | | - |
38 | | - |
39 | | - |
40 | | -## v7.13.1 (2024-12-04) |
41 | | - |
42 | | -### What's fixed |
43 | | -* Respect "Duplicate" toggle on fields #639 by @duncanmcclean |
44 | | -* Fixed error when running resource actions #638 by @duncanmcclean |
45 | | - |
46 | | - |
47 | | - |
48 | | -## v7.13.0 (2024-11-29) |
49 | | - |
50 | | -### What's new |
51 | | -* PHP 8.4 Support #633 by @duncanmcclean |
52 | | - |
53 | | -### What's improved |
54 | | -* Docs: Updated settings title in fieldtypes table #636 by @Joel-Jensen |
55 | | - |
56 | | - |
57 | | - |
58 | | -## v7.12.0 (2024-11-04) |
59 | | - |
60 | | -### What's improved |
61 | | -* Updated the `.gitattributes` file by @duncanmcclean |
62 | | - |
63 | | -### What's fixed |
64 | | -* Fixed an issue where Has Many relationships weren't being resolved #624 #630 by @duncanmcclean |
65 | | -* Fixed an error when augmenting model mutators #627 #629 by @TheBnl |
66 | | -* Added a check when getting a search value to see if the model has a method #625 #628 by @ryanmitchell |
67 | | -* Fixed deprecation error when checking if a value is a JSON string #626 by @indykoning |
68 | | -* Fixed the incorrect context for resource actions on the listing page by @duncanmcclean |
69 | | - |
70 | | - |
71 | | - |
72 | | -## v7.11.0 (2024-10-11) |
73 | | - |
74 | | -### What's new |
75 | | -* Runway URIs are now warmed as part of the `static:warm` command #623 by @duncanmcclean |
76 | | - |
77 | | -### What's improved |
78 | | -* Prevented duplicate queries for table columns by @duncanmcclean |
79 | | -* Minor optimisations around the `isJson` function #619 by @indykoning |
80 | | -* Tidied up the `ServiceProvider` to take advantage of autoloading #622 by @duncanmcclean |
81 | | - |
82 | | -### What's fixed |
83 | | -* Fixed an issue where the "Published" toggle was disabled for non-super users #621 by @duncanmcclean |
84 | | - |
85 | | - |
86 | | - |
87 | | -## v7.10.1 (2024-09-27) |
88 | | - |
89 | | -### What's fixed |
90 | | -* Fixed missing title on fieldtype dropdown options #615 #617 by @duncanmcclean |
91 | | -* Fixed error when linking related model with publish states #612 #616 by @duncanmcclean |
92 | | -* Bump minimum version of `statamic/cms` to 5.26.0, to hopefully fix an issue with actions by @duncanmcclean |
93 | | - |
94 | | - |
95 | | - |
96 | | -## v7.10.0 (2024-09-25) |
97 | | - |
98 | | -### What's improved |
99 | | -* Improve feedback when action fails #608 by @duncanmcclean |
100 | | - |
101 | | - |
102 | | - |
103 | | -## v7.9.5 (2024-09-24) |
104 | | - |
105 | | -### What's fixed |
106 | | -* Fixed augmentation on frontend routes #606 #610 by @duncanmcclean |
107 | | -* Fixed error when removing filters #607 #609 by @duncanmcclean |
108 | | - |
109 | | - |
110 | | - |
111 | | -## v7.9.4 (2024-09-19) |
112 | | - |
113 | | -### What's fixed |
114 | | -* Fix issue in the REST API when using plurals as resource handles #605 by @duncanmcclean |
115 | | - |
116 | | - |
117 | | - |
118 | | -## v7.9.3 (2024-09-17) |
119 | | - |
120 | | -### What's fixed |
121 | | -* Fixed an error with the Has Many fieldtype when used on entries #600 #601 by @duncanmcclean |
122 | | - |
123 | | - |
124 | | - |
125 | | -## v7.9.2 (2024-09-16) |
126 | | - |
127 | | -### What's fixed |
128 | | -* Fixed an error that occurred when creating a model with a Has Many relationship #598 #599 by @BobWez98 |
129 | | - |
130 | | - |
131 | | - |
132 | | -## v7.9.1 (2024-09-12) |
133 | | - |
134 | | -### What's fixed |
135 | | -* Add missing `page` variable for Blade templates #584 #590 by @duncanmcclean |
136 | | - |
137 | | - |
138 | | - |
139 | | -## v7.9.0 (2024-09-05) |
140 | | - |
141 | | -### What's new |
142 | | -* Improvements around unlinking relationships #582 #595 by @duncanmcclean |
143 | | -* When adding a new model, Runway will automatically create a blueprint for you, based on the database columns #593 by @duncanmcclean |
144 | | - |
145 | | -### What's fixed |
146 | | -* Fixed sorting in listing tables #587 #591 by @duncanmcclean |
147 | | -* Fixed an issue where relationship fields weren't showing in the fieldtype selector #588 #592 by @duncanmcclean |
148 | | - |
149 | | -### What's removed |
150 | | -* Removed the `runway:generate-blueprints` command #594 by @duncanmcclean |
151 | | - |
152 | | - |
153 | | - |
154 | | -## v7.8.0 (2024-08-14) |
155 | | - |
156 | | -### What's new |
157 | | -* Added `{{ runway:count }}` tag #583 by @vJoeyz |
158 | | -* Resource Actions #564 by @edalzell |
159 | | - |
160 | | -### What's improved |
161 | | -* Tidied up Vue components #585 by @duncanmcclean |
162 | | - |
163 | | - |
164 | | - |
165 | | -## v7.7.5 (2024-08-09) |
166 | | - |
167 | | -### What's fixed |
168 | | -* Prevent creating blueprint files when running in the console #581 by @BobWez98 |
169 | | - |
170 | | - |
171 | | - |
172 | | -## v7.7.4 (2024-08-06) |
173 | | - |
174 | | -### What's fixed |
175 | | -* Fixed nested JSON fields when using revisions #577 by @edalzell |
176 | | -* Non-text fields shouldn't be used for resource "title fields" anymore #578 #579 by @duncanmcclean |
177 | | - |
178 | | - |
179 | | - |
180 | | -## v7.7.3 (2024-07-29) |
181 | | - |
182 | | -### What's fixed |
183 | | -* Fix protected model accessors & model mutators without accessor equivelent #576 by @duncanmcclean |
184 | | -* Prevented saving of computed relationship fields #575 by @duncanmcclean |
185 | | -* Fixed explicit `relationship_name` being overwritten in Has Many relationships #574 by @manogi |
186 | | - |
187 | | - |
188 | | - |
189 | | -## v7.7.2 (2024-07-24) |
190 | | - |
191 | | -### What's fixed |
192 | | -* Added missing methods to Runway's `HasAugmentedInstance` trait #567 by @simonworkhouse |
193 | | -* Fixed issues when the field handle isn't the same as the relationship name #570 by @duncanmcclean |
194 | | - |
195 | | - |
196 | | - |
197 | | -## v7.7.1 (2024-07-19) |
198 | | - |
199 | | -### What's fixed |
200 | | -* Fixed error when accessing Runway's fieldtypes via GraphQL #561 #565 by @duncanmcclean |
201 | | - |
202 | | - |
203 | | - |
204 | | -## v7.7.0 (2024-07-18) |
205 | | - |
206 | | -### What's new |
207 | | -* Added `augmented` hook #560 by @ryanmitchell |
208 | | - |
209 | | - |
210 | | - |
211 | | -## v7.6.0 (2024-07-12) |
212 | | - |
213 | | -### What's new |
214 | | -* Added icons to Runway's fieldtypes #558 by @duncanmcclean |
215 | | -* Added "Publish" permission for resources with publish states enabled #553 by @edalzell |
216 | | - |
217 | | -### What's fixed |
218 | | -* Refactored the Has Many fieldtype #556 by @duncanmcclean |
219 | | -* Fixed incorrect revisions status #555 by @duncanmcclean |
220 | | -* Move test suite from metadata to attributes #557 by @duncanmcclean |
221 | | -* Fixed dirty state after entry action or revision publish #559 by @duncanmcclean |
222 | | -* An exception is now thrown, instead of an infinite loop, when a published column is missing #554 by @duncanmcclean |
223 | | - |
224 | | - |
225 | | - |
226 | | -## v7.5.3 (2024-07-04) |
227 | | - |
228 | | -### What's fixed |
229 | | -* Prevent redirect when creating model via inline publish form #548 by @duncanmcclean |
230 | | -* Fix error when saving models via inline publish form #547 by @duncanmcclean |
231 | | - |
232 | | - |
233 | | - |
234 | | -## v7.5.2 (2024-07-01) |
235 | | - |
236 | | -### What's fixed |
237 | | -* Fixed nested fields being saved incorrectly in revision attributes #541 #543 by @edalzell |
238 | | -* Fixed save button label when revisions are enabled #540 #542 by @edalzell |
239 | | -* Fixed bulk actions on Asset & User listing tables #530 #535 #537 by @edalzell |
240 | | -* Fixed PSR-4 autoloading issues in the test suite #538 #545 by @duncanmcclean |
241 | | -* Prevented the publish form page titles from being localized #531 by @duncanmcclean |
242 | | -* The "Revisions" panel on the publish form now mentions "Model" instead of "Entry" #536 by @duncanmcclean |
243 | | - |
244 | | - |
245 | | - |
246 | | -## v7.5.1 (2024-06-21) |
247 | | - |
248 | | -### What's fixed |
249 | | -* Fixed Ignition Runnable Solutions #529 by @duncanmcclean |
250 | | - |
251 | | - |
252 | | - |
253 | | -## v7.5.0 (2024-06-17) |
254 | | - |
255 | | -### What's new |
256 | | -* Added `search_index` config option to resources #524 by @ryanmitchell |
257 | | - |
258 | | -### What's fixed |
259 | | -* Fixed "title field" not being used when columns have been customized #526 by @duncanmcclean |
260 | | - |
261 | | - |
262 | | - |
263 | | -## v7.4.0 (2024-06-17) |
264 | | - |
265 | | -### What's new |
266 | | -* Added support for `int` and `timestamp` columns in `runway:generate-blueprints` command #523 #525 by @ryanmitchell |
267 | | - |
268 | | - |
269 | | - |
270 | | -## v7.3.1 (2024-06-06) |
271 | | - |
272 | | -### What's fixed |
273 | | -* Fixed broken Has Many fieldtype when used outside a Runway context #517 by @duncanmcclean |
274 | | - |
275 | | - |
276 | | - |
277 | | -## v7.3.0 (2024-06-06) |
278 | | - |
279 | | -### What's new |
280 | | -* You can now hide the "Create" button by setting `hide: true` on blueprints #508 by @ryanmitchell |
281 | | - |
282 | | -### What's fixed |
283 | | -* Fixed issue where the sidebar section would show on the Publish Form when it's not needed #515 by @duncanmcclean |
284 | | - |
285 | | - |
286 | | - |
287 | | -## v7.2.0 (2024-06-04) |
288 | | - |
289 | | -### What's new |
290 | | -* Revisions support #492 by @edalzell |
291 | | -* Runway now supports "publish states" (publishing/unpublishing models) #506 by @duncanmcclean |
292 | | - |
293 | | -### What's improved |
294 | | -* Improved page titles on publish form pages #513 by @duncanmcclean |
295 | | -* Updated publish form to better align with Statamic's entry publish form #509 by @duncanmcclean |
296 | | - |
297 | | -### What's fixed |
298 | | -* Fixed errors when getting redirect URL for models using frontend routing #510 by @duncanmcclean |
299 | | - |
300 | | - |
301 | | - |
302 | | -## v7.1.1 (2024-05-31) |
303 | | - |
304 | | -### What's fixed |
305 | | -* Fixed styling issues in Dark Mode #504 #505 by @mynetx |
306 | | - |
307 | | - |
308 | | - |
309 | | -## v7.1.0 (2024-05-20) |
310 | | - |
311 | | -### What's new |
312 | | -* Ability to run actions from publish forms #498 by @duncanmcclean |
313 | | -* Runway will now handle showing/updating role & user group fields on User models #485 #500 by @duncanmcclean |
314 | | -* Added config option for customizing the name of the `runway_uris` table #490 #499 by @duncanmcclean |
315 | | -* Improve exception handling #497 by @duncanmcclean |
316 | | - |
317 | | -### What's fixed |
318 | | -* Fixed empty element showing border at the bottom of the publish form page by @duncanmcclean |
319 | | - |
320 | | - |
321 | | - |
322 | | -## v7.0.0 (2024-05-09) |
| 3 | +## v8.0.0 (2025-02-07) |
323 | 4 |
|
324 | 5 | ### Read First 👀 |
325 | | -Be sure to read the [Upgrade Guide](https://runway.duncanmcclean.com/upgrade-guides/v6-to-v7) first as manual changes may be necessary. |
| 6 | +Be sure to read the [Upgrade Guide](https://runway.duncanmcclean.com/upgrade-guides/v7-to-v8) first as manual changes may be necessary. |
326 | 7 |
|
327 | 8 | ### What's new |
328 | | - |
329 | | -* Statamic 5 support #441 by @duncanmcclean |
| 9 | +* Collection Importer #653 by @duncanmcclean |
330 | 10 |
|
331 | 11 | ### What's changed |
332 | | - |
333 | | -* Dropped PHP 8.1 support |
334 | | -* Dropped Statamic 4 support |
335 | | -* Resource handles are now generated differently #480 by @duncanmcclean |
336 | | - |
337 | | -### What's improved |
338 | | - |
339 | | -* Improved the output of Runway's commands |
340 | | -* Replaced `doctrine/dbal` dependency in favour of Laravel's new built-in methods #468 by @duncanmcclean |
341 | | -* Augmentation improvements #481 by @duncanmcclean |
| 12 | +* Changed how nested fields work #568 by @duncanmcclean |
| 13 | +* Removed the `cp_icon` config in favour of the CP Nav Customizer #652 by @duncanmcclean |
| 14 | +* Updated the `runway_uris` migration stub to support UUIDs #656 by @duncanmcclean |
0 commit comments