Skip to content

Bump craftcms/cms from 5.8.15 to 5.9.0#93

Open
dependabot[bot] wants to merge 1 commit intodevelop-v5from
dependabot/composer/craftcms/cms-5.9.0
Open

Bump craftcms/cms from 5.8.15 to 5.9.0#93
dependabot[bot] wants to merge 1 commit intodevelop-v5from
dependabot/composer/craftcms/cms-5.9.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

Bumps craftcms/cms from 5.8.15 to 5.9.0.

Release notes

Sourced from craftcms/cms's releases.

5.9.0

Content Management

  • Matrix fields set to the “Cards” or “Blocks” view modes now show an “Add” button per entry type group, when the viewport is wide enough to support it. (#17731)
  • Matrix fields set to the “Cards” view mode now have “Copy selected entries”, “Duplicate selected entries”, and “Delete selected entries” field-level actions, if any entries are selected. (#18251)
  • Matrix fields set to the “Blocks” view mode now have a “Expand/collapse selected blocks”, “Copy selected blocks”, “Duplicate selected blocks”, and “Delete selected blocks” field-level actions, if any entries are selected. (#18001, #18251)
  • Matrix fields set to the “Blocks” view mode now have block action menus with “Expand/Collapse”, “Entry type settings”, and “Copy” actions, even if the field isn’t editable. (#18013)
  • Chips and cards are generally no longer hyperlinked. (#17591)
  • Entry revision menus now always include a “View all revisions” link. (#18050)
  • Timestamps within entry revision menus now have tooltips that reveal the full date and time. (#18050)
  • It’s now possible to add new sites to entries via their slideout editors. (#17795)
  • Entry “Duplicate” bulk actions now duplicate entries as drafts. (#18260)
  • Elements created via “Save as a new…” actions now initially have an empty slug. (#17932)
  • The control panel is no longer scrollable when a menu is expanded. (#17960)
  • Most site breadcrumbs no longer include selection menus if there’s only one selectable site. (#16526)
  • Number fields with “Step Size” and “Min Value” or “Max Value” settings will now get min/max attributes set on their input. (#17973)
  • Element, field, and entry type edit pages now redirect back to the previous page’s URL on save. (#16140)
  • Bulk element actions are now available on element indexes for mobile devices.
  • Textual condition rules are now case-insensitive. (#18107)
  • Added support for exporting elements as XLSX and YAML files. (#18160)
  • Non-editable fields now have “Read Only” badges. (#18215)
  • Revisions now keep track of which element attributes/fields were modified for the revision.
  • Improved the styling of tips and warnings in field layouts. (#18261)

Accessibility

  • Improved the accessibility of the Orientation setting within the Image Editor’s crop tool. (#17690)
  • The Image Editor’s focal point tool is now keyboard accessible. (#17880)
  • All sortable checkbox select options, selected Dashboard widgets, and site listings now have keyboard-accessible “Move up” and “Move down” action items. (#18067)
  • Improved the accessibility of user permission lists and GraphQL schema component lists. (#18290)

Administration

  • It’s now possible to divide entry sources into multiple index pages, via the Customize Sources modal. (#17779)
  • The Customize Sources modal now supports mobile devices. (#18067)
  • Added the “UI Label Format” entry type setting. (#18044)
  • Added the “Allow line breaks in titles” entry type setting. (#18265)
  • Added the “Change the author of other users’ entries” permission for channel and structure sections. (#18298)
  • Added the “View user” GraphQL schema option for Craft Solo. (#17863)
  • Users’ User Groups settings now show a component select input, and support inline group editing/creation on environments that allow administrative changes.
  • Address labels can now be made optional. (#11410)
  • Relational fields now have an “Inline list” view mode. (#17744)
  • Relational fields and Matrix fields now have a “Card grid” view mode, replacing the “Show cards in a grid” setting. (#17744)
  • Relational fields’ selectable element conditions can now have “Status” condition rules. (#17945)
  • Added the “Show ON/OFF labels in cards” setting to Lightswitch fields. (#17743)
  • Control panel-defined routes now have action menus with “Move up”/“Move down” actions. (#17706)
  • “Generate image transform” jobs now include the asset’s filename in the job description. (#17753)
  • “Field” and “Section” condition rules now show field/section handles for users with the “Show field handles in edit forms” preference enabled. (#17909)
  • Native fields within element edit pages now have “Copy attribute name” actions. (#18114)
  • “Remove” actions on the Plugins index page now show a confirmation dialog. (#17922)
  • Composer package constraints in composer.json are now set with caret operators (e.g. ^1.2.3). (#18297)
  • entrify commands no longer require a category group/tag group/global set handle to be passed.
  • entrify commands now automatically assign newly-created channel/structure sections to “Categories” or “Tags” pages. (#17779)

... (truncated)

Changelog

Sourced from craftcms/cms's changelog.

5.9.0 - 2026-01-27

Content Management

  • Matrix fields set to the “Cards” or “Blocks” view modes now show an “Add” button per entry type group, when the viewport is wide enough to support it. (#17731)
  • Matrix fields set to the “Cards” view mode now have “Copy selected entries”, “Duplicate selected entries”, and “Delete selected entries” field-level actions, if any entries are selected. (#18251)
  • Matrix fields set to the “Blocks” view mode now have a “Expand/collapse selected blocks”, “Copy selected blocks”, “Duplicate selected blocks”, and “Delete selected blocks” field-level actions, if any entries are selected. (#18001, #18251)
  • Matrix fields set to the “Blocks” view mode now have block action menus with “Expand/Collapse”, “Entry type settings”, and “Copy” actions, even if the field isn’t editable. (#18013)
  • Chips and cards are generally no longer hyperlinked. (#17591)
  • Entry revision menus now always include a “View all revisions” link. (#18050)
  • Timestamps within entry revision menus now have tooltips that reveal the full date and time. (#18050)
  • It’s now possible to add new sites to entries via their slideout editors. (#17795)
  • Entry “Duplicate” bulk actions now duplicate entries as drafts. (#18260)
  • Elements created via “Save as a new…” actions now initially have an empty slug. (#17932)
  • The control panel is no longer scrollable when a menu is expanded. (#17960)
  • Most site breadcrumbs no longer include selection menus if there’s only one selectable site. (#16526)
  • Number fields with “Step Size” and “Min Value” or “Max Value” settings will now get min/max attributes set on their input. (#17973)
  • Element, field, and entry type edit pages now redirect back to the previous page’s URL on save. (#16140)
  • Bulk element actions are now available on element indexes for mobile devices.
  • Textual condition rules are now case-insensitive. (#18107)
  • Added support for exporting elements as XLSX and YAML files. (#18160)
  • Non-editable fields now have “Read Only” badges. (#18215)
  • Revisions now keep track of which element attributes/fields were modified for the revision.
  • Improved the styling of tips and warnings in field layouts. (#18261)

Accessibility

  • Improved the accessibility of the Orientation setting within the Image Editor’s crop tool. (#17690)
  • The Image Editor’s focal point tool is now keyboard accessible. (#17880)
  • All sortable checkbox select options, selected Dashboard widgets, and site listings now have keyboard-accessible “Move up” and “Move down” action items. (#18067)
  • Improved the accessibility of user permission lists and GraphQL schema component lists. (#18290)

Administration

  • It’s now possible to divide entry sources into multiple index pages, via the Customize Sources modal. (#17779)
  • The Customize Sources modal now supports mobile devices. (#18067)
  • Added the “UI Label Format” entry type setting. (#18044)
  • Added the “Allow line breaks in titles” entry type setting. (#18265)
  • Added the “Change the author of other users’ entries” permission for channel and structure sections. (#18298)
  • Added the “View user” GraphQL schema option for Craft Solo. (#17863)
  • Users’ User Groups settings now show a component select input, and support inline group editing/creation on environments that allow administrative changes.
  • Address labels can now be made optional. (#11410)
  • Relational fields now have an “Inline list” view mode. (#17744)
  • Relational fields and Matrix fields now have a “Card grid” view mode, replacing the “Show cards in a grid” setting. (#17744)
  • Relational fields’ selectable element conditions can now have “Status” condition rules. (#17945)
  • Added the “Show ON/OFF labels in cards” setting to Lightswitch fields. (#17743)
  • Control panel-defined routes now have action menus with “Move up”/“Move down” actions. (#17706)
  • “Generate image transform” jobs now include the asset’s filename in the job description. (#17753)
  • “Field” and “Section” condition rules now show field/section handles for users with the “Show field handles in edit forms” preference enabled. (#17909)
  • Native fields within element edit pages now have “Copy attribute name” actions. (#18114)
  • “Remove” actions on the Plugins index page now show a confirmation dialog. (#17922)
  • Composer package constraints in composer.json are now set with caret operators (e.g. ^1.2.3). (#18297)
  • entrify commands no longer require a category group/tag group/global set handle to be passed.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [craftcms/cms](https://github.com/craftcms/cms) from 5.8.15 to 5.9.0.
- [Release notes](https://github.com/craftcms/cms/releases)
- [Changelog](https://github.com/craftcms/cms/blob/5.x/CHANGELOG.md)
- [Commits](craftcms/cms@5.8.15...5.9.0)

---
updated-dependencies:
- dependency-name: craftcms/cms
  dependency-version: 5.9.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Feb 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants