8000
Skip to content

v0.10.0

Latest

Choose a tag to compare

@paintparty paintparty released this 20 Mar 13:32
· 18 commits to main since this release

Added

  • New options for bling.core/callout

    • :border-style
    • :border-shape
    • :border-weight
    • :header-padding-left
    • :header-gap
    • :border-style
    • :border-weight
    • :border-shape (rounded + sharp)
    • :border-notches?
    • :width
    • :min-widh
  • New options for bling.core/point-of-interest

    • :header-file-info-style
    • :header-file-name-style
    • :header-line-number-style
    • :gutter-line-number-style
    • :header-column-number-style
  • :ultra-compact setting for explain-malli #46

  • Grouping of sibling problem values in explain-malli #44

  • New utility functions:

    • bling.core/file-info-str
    • bling.core/with-ascii-underline
    • bling.core/with-floating-label
    • bling.core/highlighted-location
    • bling.core/stringified
  • Refined nested hiccup implementation #52

Removed

The following options to bling.core/callout:

  • :border-block-length option (for minimal theme),
  • :box-drawing-style option

Breaking / potentially breaking

  • Bumped Clojure to 1.11.1

  • bling.core/callout

    • with a single argument will now print the argument within a generic callout, formatting the value with bling.hifi/hifi.
    • :border-block-length removed, use :width instead
    • :sideline-bold :theme removed, use {:theme :sideline :border-weight :bold}
    • :minimal :theme is now called :sandwich
    • :minimal :label-theme is now called :simple
0