Skip to content

fix(deps): update dependency beercss to v5 - #125

Open
martynvdijke wants to merge 1 commit into
mainfrom
renovate/beercss-5.x
Open

fix(deps): update dependency beercss to v5#125
martynvdijke wants to merge 1 commit into
mainfrom
renovate/beercss-5.x

Conversation

@martynvdijke

@martynvdijke martynvdijke commented Jul 31, 2026

Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Change Age Confidence
beercss (source) ^4.0.0^5.0.0 age confidence

Release Notes

beercss/beercss (beercss)

v5.0.1

Compare Source

CHANGELOG 5.0.1
🚀 Added
  • Updated icon fonts #​646
  • Added support for modules. The bundle can be reduced by up to 10x 😮 #​644
🩹 Fixed
  • Fixed round helper on some use cases of button #​625
  • The no-round helper is back and now is rendering square corners #​492
  • Fixed color theme on nav element #​598
⚠️ Breaking changes
  • Updated button inside nav group element

Added support for modules. The bundle can be reduced by up to 10x 😮

Read the fully docs here https://github.com/beercss/beercss/blob/main/docs/MODULES.md


Updated default button inside nav group element
// Before

<nav class="group">
  <button class="left-round">Button</button>
  <button class="no-round">Button</button>
  <button class="no-round">Button</button>
  <button class="right-round">Button</button>
</nav>
// After

<nav class="group">
  <button class="left-round">Button</button>
  <button>Button</button>
  <button>Button</button>
  <button class="right-round">Button</button>
</nav>
// Rendering a fully square corner

<nav class="group">
  <button class="no-round left-round">Button</button>
  <button class="no-round">Button</button>
  <button class="no-round">Button</button>
  <button class="no-round left-round">Button</button>
</nav>

Hello! Can you support us? ❤️🍻

https://github.com/sponsors/beercss

v5.0.0

Compare Source


Configuration

📅 Schedule: (in timezone UTC+1)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant