|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +# [2.2.0](https://github.com/getformwork/formwork/releases/tag/2.2.0) |
| 4 | + |
| 5 | +**Enhancements** |
| 6 | +- **Add support for taxonomies** |
| 7 | +- **Add the possibility to define item field options in the array fields** |
| 8 | +- **Add the possibility to define field layout tabs** |
| 9 | +- **Add Greek and Turkish translations (🤖 AI generated, reviews are welcome)** |
| 10 | +- Add the possibility to specify field layout section order in page schemes |
| 11 | +- Add the possibility to set markdown editor placeholder and disabled state |
| 12 | +- Add the possibility to pass asset metadata |
| 13 | +- Normalize data structure by removing dots when merging defaults and frontmatter |
| 14 | +- Improve performance traversing the page ancestors instead of the entire page subtree |
| 15 | +- Improve sorting based on a second array with `Arr::sort()` |
| 16 | +- Add the possibility to delete pages in place from the panel tree |
| 17 | +- Add the possibility to save and create a new page in the panel |
| 18 | +- Add the possibility to duplicate pages from the panel |
| 19 | +- Add the possibility to select route alias destinations with page field in the panel |
| 20 | +- Add the possibility to define route params constraints with `Route::where()` |
| 21 | +- Add `PageCollection::havingTaxonomy()` to filter pages by taxonomy |
| 22 | +- Add `AbstractCollection::keyBy()` |
| 23 | +- Add `AbstractCollection::each()` |
| 24 | +- Add icons to panel navigation |
| 25 | +- Build panel app as modules and use async imports for chunk splitting |
| 26 | +- Allow loading scripts as module in the panel with asset meta `module` |
| 27 | +- Remove markdown editor layout shift and add loading animation |
| 28 | +- Add loading animations to statistics charts |
| 29 | +- Display canonical route in the page editor as in other views |
| 30 | + |
| 31 | +**Security** |
| 32 | +- Use `innerHTML` only if needed and on escaped input |
| 33 | + |
| 34 | +**Bug fixes** |
| 35 | +- Fix page handling of fields with dot notation in the frontmatter |
| 36 | +- Fix page setters and default values handling |
| 37 | +- Fix URL-encoded strings in request input keys |
| 38 | +- Remove propagation of site description metadata to all pages |
| 39 | +- Fix color input initalization without default value |
| 40 | +- Avoid PHP 8.5 deprecations |
| 41 | + |
| 42 | +**Deprecations** |
| 43 | +- Deprecate `allowTags` option in page schemes |
| 44 | + |
3 | 45 | # [2.1.5](https://github.com/getformwork/formwork/releases/tag/2.1.5) |
4 | 46 |
|
5 | 47 | **Bug fixes** |
|
0 commit comments