Skip to content

Commit

Permalink
Merge pull request #241 from craftcms/feature/chunks
Browse files Browse the repository at this point in the history
Iterable field data
  • Loading branch information
brandonkelly authored Jun 12, 2024
2 parents fbdcb8a + a92dab9 commit 2dfb9ac
Show file tree
Hide file tree
Showing 9 changed files with 408 additions and 175 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Unreleased

- Entry cards now display provisional changes, with an “Edited” label.
- It’s now possible to loop over CKEditor field values from templates, which will split the value into chunks representing HTML markup and nested entry entries. ([#241](https://github.com/craftcms/ckeditor/pull/241))
- CKEditor now requires Craft CMS 5.2+.
- Fixed a bug where nested entry edit pages could have a “Delete for site” action.

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
},
"require": {
"php": "^8.2",
"craftcms/cms": "^5.2.0-beta.1",
"craftcms/html-field": "^3.0.0-alpha",
"craftcms/cms": "5.2.x-dev as 5.2.0",
"craftcms/html-field": "^3.1.0",
"nystudio107/craft-code-editor": ">=1.0.8 <=1.0.13 || ^1.0.16"
},
"require-dev": {
Expand Down
34 changes: 20 additions & 14 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2dfb9ac

Please sign in to comment.