cms
cms copied to clipboard
Build bespoke content experiences with Craft.
### What happened?  ### Description When editing an entry that contains a field with multiple tabs, switching to a different tab and saving the entry causes the editor to...
### What happened? ### Description 5.7.10 When you add a Title or Entry field chip to a card displayed in an Entry field, clicking the Title or Entry Field chip...
### Description Adds visually hidden buttons to the Image Editor that allow screen reader and keyboard users to resize and move the cropping rectangle. Still outstanding (but planned for a...
### Description Adds icons that were reported as missing: - grill-hot - burger-soda - people-simple - mobile-retro - temperature-three-quarters ### Related issues #17440
### What happened? ### Description After doing the Craft CMS migration from 4 to 5, we're experiencing a lot of instances where trying to save an entry results in errors....
### What happened? ### Description I've inherited an in progress migration to Craft, and we're hitting some slow "large amount of entries" related issues. Most notably is our search page,...
### Description Proof-of-concept for distance queries for addresses, as suggested in https://github.com/craftcms/cms/discussions/17227 The PR adds a `AddressQuery::distanceTo()` method to calculate the distance of an address to a given place, limit...
### Description Allows element index creation in a controller without the need for a template. Example: ```php public function actionIndex(): Response { return $this ->renderTemplate('_layouts/elementindex', [ 'elementType' => Organisation::class, 'title'...
Ensures the `fetch` call will only happen once per page load
### Description This PR adds a mechanism for detecting whether the selected icon is from the “brands” package. When displaying icons from the Icon field, you need to specify the...