BS5: Badge - Use background utility classes

OS info

  • Operating System : Windows 10.0.19042
  • Wappler Version : 3.7.3

Problem description

  • Replace .badge modifier classes with background utility classes (e.g., use .bg-primary instead of .badge-primary )
  • Replace .badge-pill for the .rounded-pill utility class

Steps to reproduce

  1. Add a button.
  2. Add a badge.
  3. Select a style.
  4. Click Pill checkbox.

This has been fixed in Wappler 3.7.4

It is still using the old class when creating a new badge.

<span class="badge badge-secondary">New</span>

Same thing is happening with Link Badge.

<a href="#" class="badge badge-secondary">New</a>

I see - the initial template was still unchanged indeed. Will be solved in the next update

This has been fixed in Wappler 3.7.5