Files
pcm-badge-bundle/CHANGELOG.md
T
2026-05-07 12:02:31 +01:00

42 lines
1.1 KiB
Markdown

# Changelog
## [x.x.x] - xxxx-xx-xx
## [2.2.1] - 2026-05-07
- Fix `BROWN` colour classes
## [2.2.0] - 2026-05-05
- Add semantic badge colours (`SUCCESS`, `WARNING`, `DANGER`)
- Fix typos
## [2.1.0] - 2026-05-01
- Fix glossy badge border colour
- Change default badge style to be fully rounded
- Reduce intensity of outline badge borders
## [2.0.0] - 2026-04-30
- Add new colours
- Update existing colours and styles slightly
- Add `getBadgeIcon` method to `BadgeableInterface`
- Add `BadgeableTrait` for a default implementation of `BadgeableInterface`
- Add new attribute `glossy` to render a glossy finish over the badge
- Add new attribute `icon` to render an icon next to the the badge label
- Add `aria` attributes to badges
## [1.1.0] - 2025-11-13
- Add new badge colours
- Tweak error message
## [1.0.0] - 2025-02-26
- Add label attribute to set badge text
- Rename `Badge` enum to `BadgeColour`
- Pass misc attributes to badge template
- Update documentation and docblocks
## [0.1.1] - 2024-09-18
- Fixed black badge text colour not being black
- Add changelog
## [0.1.0] - 2024-08-09
- Initial release