Skip to content

Bump getkirby/cms from 5.2.1 to 5.3.1#163

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/composer/getkirby/cms-5.3.1
Open

Bump getkirby/cms from 5.2.1 to 5.3.1#163
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/composer/getkirby/cms-5.3.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2026

Bumps getkirby/cms from 5.2.1 to 5.3.1.

Release notes

Sourced from getkirby/cms's releases.

5.3.1

✨ Enhancements

  • Updated translation (tr)

🐛 Bug fixes

  • Using $users->find() with more than one argument or $field->toUsers()/$field->toUser() no longer results in unfiltered collections. #7943
  • Calling $users->find(false) no longer loads an invalid empty user object. #7952
  • $lazyCollection->prepend() and $users->prepend() ensure the intended element order even if the collection was not initialized before. #7952
  • $lazyCollection->empty() and $users->empty() no longer result in populated collections if the original collection was not initialized before. #7952
  • Toggle field: Fixed duplicate display of field icon #7939
  • Fixed styling of tags with icons (e.g. link field preview) #7938
  • Fixed view button actions on the file view #7954

🧹 Housekeeping

  • Add missing code comments on the behavior of $collection->find(false, false, ...$data) #7952
  • Updated CI config for backend tests

5.3.0

[!CAUTION] Unfortunately the Kirby 5.3.0 release introduced a regression in the user handling that leads to wrong results when using $users->find(), $field->toUsers() or $field->toUser(). All of these wrongly return the entire set of users without filtering.

Please update to Kirby 5.3.1 or later.


🎉 Features

  • Support for option icons in checkboxes, multiselect, radio and tags field #7673
  • New <k-code-token> component and global styles for inline <code> elements with data-type attribute. The styles for the colored inline elements have been taken from our lab examples and are now available anywhere. The type can either be a generic type (string, float, bool, etc.) or a color keyword from our design system (green, red, orange, etc.) #7765
  • New <k-stack> component to help with horizontal and vertical layouts. Think of it as a flex layout helper component. It's perfect to create equal gaps between elements in a column or row. E.g. different sections or the gap between the headline and contents of a container. #7766
    You can either use the component as a wrapper (which will create a div):
    <k-stack>
    	<k-box theme="white">Test Box</k-box>
    	<k-box theme="white">Test Box</k-box>
    	<k-box theme="white">Test Box</k-box>
    </k-stack>    
    … or use the k-stack class on an existing wrapper element to inherit the basic stack styles:
    <ul class="k-stack">
    	<li>Item A</li>
    	<li>Item B</li>
    	<li>Item C</li>

... (truncated)

Commits
  • 0ccfcab Merge pull request #7953 from getkirby/release/5.3.1
  • 39a6f0b Merge pull request #7955 from getkirby/fix/view-buttons
  • 04a50af chore: Update dist files
  • ef65ba2 fix: View button actions on file view
  • a2738d0 build: Preflight for 5.3.1
  • 459ca98 Merge pull request #7947 from getkirby/fix/7938-k-tag-icon
  • b25f1c6 Merge pull request #7948 from getkirby/fix/7939-toggle-field-inherit-icon
  • cce56b6 Merge pull request #7952 from getkirby/fix/7943-lazycollection-regression
  • 7faae9f fix: Prevent find() collection from initializing
  • ebbb2cf fix: Prevent empty collection from initializing
  • Additional commits viewable in compare view

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)

Bumps [getkirby/cms](https://github.com/getkirby/kirby) from 5.2.1 to 5.3.1.
- [Release notes](https://github.com/getkirby/kirby/releases)
- [Commits](getkirby/kirby@5.2.1...5.3.1)

---
updated-dependencies:
- dependency-name: getkirby/cms
  dependency-version: 5.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Mar 1, 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

Development

Successfully merging this pull request may close these issues.

0 participants