Skip to content

Commit

Permalink
Merge branch '5.x' into 5.7
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
brandonkelly committed Feb 26, 2025
2 parents 16d1ebf + 9a61ba3 commit 6d718bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes for Craft CMS 5

## Unreleased

- Fixed a bug where `_includes/forms/button.twig` was always adding `class="btngroup-btn-first"` to the resulting button HTML.

## 5.6.10.2 - 2025-02-26

- The Fields/UI Elements toggle and “Ne field” button are now always visible within field layout designers’ library HUDs.
Expand Down
1 change: 0 additions & 1 deletion src/templates/_includes/forms/button.twig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
id: id ?? false,
class: (class ?? [])|explodeClass|merge([
'btn',
'btngroup-btn-first',
not (label or labelHtml) ? 'btn-empty' : null,
]|filter),
data: {
Expand Down

0 comments on commit 6d718bf

Please # to comment.