Bling: Helps you quickly get rich text into your console printing.
For a list of breaking changes, check here
2025-03-09
Various internal refactoring and code cleanup, in addtion to new features:
:gutter
theme allows for arbitrarily large styled gutters, controlled by :margin-left
value:text-decoration-*
options added to point-of-interest
options.:border-weight
options (now irrelevent with new theming system).2024-11-19
2024-11-19
:text-decoration
like underline and strikethrough props not working in browser console.2024-08-26
2024-08-26
(bling [:bold.italic "hi"])
2024-08-24
The :type
option for callout
now only accepts for :error
, :warning
, and :info
. Previously, it accepted the other semantic color aliases such as :positive
, :subtle
, :accent
, etc., as well any of the other named colors from the Bling pallette. These alias and color names can be now provided by the new :colorway
option. If both :colorway
and :type
options are supplied, the :type
option will take precedence.
The :border-weight
option has been removed, replaced by the functionality provided by the new :theme
option.
By default, callout
labels are printed in :neutral
. This change was made for accesibility (contrast) reasons. Previously, these labels inherited the color set by the :type
value.
Labels with the default value of :minimal
for the :label-theme
option are bolded by default. Labels with the value of :marquee
for the :label-value
option are not bolded.
The :warning
alias is now mapped to :orange.
Previously it was mapped to :yellow
.
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close