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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@
19
19
- Live Preview now always shows a “Refresh” button, regardless of whether the preview target has auto-refresh enabled. ([#11160](https://github.com/craftcms/cms/discussions/11160))
20
20
- Entry Type condition rules now allow multiple selections. ([#11124](https://github.com/craftcms/cms/pull/11124))
21
21
- Element index filters now only show condition rules for the custom fields that are used by the field layouts in the selected source, if a native source is selected. ([#11187](https://github.com/craftcms/cms/discussions/11187))
22
+
- It’s now possible to sort entries by their type. ([#9192](https://github.com/craftcms/cms/discussions/9192), [#11335](https://github.com/craftcms/cms/discussions/11335))
22
23
- Sites’ Language settings now display the locale IDs as option hints, rather than the languages’ native names. ([#11195](https://github.com/craftcms/cms/discussions/11195))
23
24
- Selectize options can now specify searchable `keywords` that won’t be visible in the UI.
24
25
- Selectize inputs will now include their options’ values as search keywords.
@@ -27,6 +28,7 @@
27
28
- The control panel’s JavaScript queue is now paused when the browser tab isn’t visible. ([#10632](https://github.com/craftcms/cms/issues/10632))
28
29
- The `users/create` command now asks whether the user should be activated when saved.
29
30
- Deprecation messages are now consistently referred to as “deprecation warnings” in the control panel.
31
+
- Callback functions returned by elements’ `sortOptions()`/`defineSortOptions()` methods are now passed a `yii\db\Connection` object as a second argument.
0 commit comments