NEWS


scoutbaR 0.2.5 (2025-10-23)

Breaking change

# old
scout_action(
  id = 3,
  icon = "house",
  label = "3",
  description = "3"
)
# now
scout_action(
  id = 3,
  icon = icon("house"),
  label = "3",
  description = "3"
)

This allows to leverage other icon sets that fontawesome.

Bug fix

scoutbaR 0.2.0 (2025-03-20)

New feature

scoutbaR 0.1.0 (2025-03-04)

Bug fix

scoutbaR 0.0.1 (2024-11-21)