Skip to content

Commit 6e2df51

Browse files
committed
Release notes
[ci skip]
1 parent cb7800f commit 6e2df51

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG-WIP.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
### Administration
1717
- Added the “Button Group” field type. ([#16782](https://github.com/craftcms/cms/pull/16782))
18+
- Added the “JSON” field type. ([#16809](https://github.com/craftcms/cms/pull/16809))
1819
- Added “Icon” and “Color” settings to Checkboxes, Dropdown, Multi-select, and Radio Buttons field options. ([#16645](https://github.com/craftcms/cms/pull/16645))
1920
- Added support for read-only custom fields, via new “Editability Conditions” on custom fields’ field layout settings. ([#16805](https://github.com/craftcms/cms/pull/16805))
2021
- The email settings page now shows a “Test” button when `allowAdminChanges` is disabled. ([#16508](https://github.com/craftcms/cms/discussions/16508))
@@ -49,12 +50,15 @@
4950
- Added `craft\fields\BaseOptionsField::$optionColors`, which can be set to `true` by subclasses to enable the “Color” setting for field options. ([#16645](https://github.com/craftcms/cms/pull/16645))
5051
- Added `craft\fields\BaseOptionsField::$optionIcons`, which can be set to `true` by subclasses to enable the “Icon” setting for field options. ([#16645](https://github.com/craftcms/cms/pull/16645))
5152
- Added `craft\fields\data\ColorData::$label`. ([#16492](https://github.com/craftcms/cms/pull/16492))
53+
- Added `craft\fields\data\JsonData`.
5254
- Added `craft\fields\linktypes\BaseElementLinkType::elementGqlType()`.
55+
- Added `craft\helpers\Json::reindent()`.
5356
- Added `craft\models\FieldLayout::getEditableCustomFields()`.
5457
- Added `craft\queue\ReleasableQueueInterface`. ([#16672](https://github.com/craftcms/cms/pull/16672))
5558
- Added `craft\services\Elements::getBulkOpKeys()`.
5659
- Added `craft\services\Search::indexElementIfQueued()`.
5760
- Added `craft\services\Search::queueIndexElement()`.
61+
- Added `craft\web\assets\codemirror\CodeMirrorAsset`.
5862
- Added `Craft.ui.createIconPicker()`.
5963
- Added `Craft.ui.createIconPickerField()`.
6064
- `craft\base\Element::fieldLayoutFields()` now has an `$editableOnly` argument.

0 commit comments

Comments
 (0)