You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG-WIP.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
- Entry edit pages now include quick links to other sections’ index sources.
10
10
- Asset edit pages now include quick links to other volumes’ index sources.
11
11
- Entry conditions can now have a “Matrix field” rule. ([#13794](https://github.com/craftcms/cms/discussions/13794))
12
-
- User addresses are now displayed within an embedded element index.
12
+
- User addresses can now be displayed as an embedded element index.
13
13
- Selected elements within relational fields now include a context menu with “View in a new tab”, “Edit”, and “Remove” options.
14
14
- Selected elements within relational fields now include a dedicated drag handle.
15
15
- Selected assets within Assets fields no longer open the file preview modal when their thumbnail is clicked on. The “Preview file” quick action, or the <kbd>Shift</kbd> + <kbd>Spacebar</kbd> keyboard shortcut, can be used instead.
@@ -31,10 +31,10 @@
31
31
- Most custom fields can now be included multiple times within the same field layout. ([#8497](https://github.com/craftcms/cms/discussions/8497))
32
32
- Entry types are now managed independently of sections.
33
33
- Entry types are no longer required to have a Title Format, if the Title field isn’t shown.
34
-
- Added the “Addresses” field type. ([#11438](https://github.com/craftcms/cms/discussions/11438))
34
+
- Added the “Addresses” field type. ([#11438](https://github.com/craftcms/cms/discussions/11438))
35
35
- Matrix fields now manage nested entries, rather than Matrix blocks. During the upgrade, existing Matrix block types will be converted to entry types; their nested fields will be made global; and Matrix blocks will be converted to entries.
36
36
- Matrix fields now have “Entry URI Format” and “Template” settings for each site.
37
-
- Matrix fields now have a “View Mode” setting, which can be used to have nested entries display within an element index, rather than as inline blocks.
37
+
- Matrix fields now have a “View Mode” setting, giving admins the choice to display nested entries as cards, inline-editable blocks, or an embedded element index.
38
38
- The address field layout is now accessed via **Settings** → **Addresses**.
39
39
- Volumes now have a “Subpath” setting, and can reuse filesystems so long as the subpaths don’t overlap. ([#11044](https://github.com/craftcms/cms/discussions/11044))
40
40
- Added support for defining custom locale aliases, via a new `localeAliases` config setting. ([#12705](https://github.com/craftcms/cms/pull/12705))
@@ -249,6 +249,7 @@
249
249
-`craft\db\Connection::getSupportsMb4()` is now dynamic for MySQL installs, based on whether the `elements_sites` table has an `mb4` charset.
250
250
-`craft\elemens\db\ElementQueryInterface::collect()` now has an `ElementCollection` return type, rather than `Collection`.
251
251
-`craft\elements\Entry::getSection()` can now return `null`, for nested entries.
252
+
-`craft\elements\User::getAddresses()` now returns a collection.
252
253
-`craft\enums\LicenseKeyStatus` is now an enum.
253
254
-`craft\fields\BaseOptionsField::$multi` and `$optgroups` properties are now static.
254
255
-`craft\fields\Matrix::$propagationMethod` now has a type of `craft\enums\PropagationMethod`.
0 commit comments