0.7.0-alpha1
Pre-release
Pre-release
Changes
- Added two new
popover-content-wrapper
arguments::position-offset
- px offset of the arrow from its default:position
along the popover border. Is ignored when:position
is one of the:xxx-center
variants. Positive numbers slide the popover toward its center.:arrow-gap
- px gap between the anchor and the arrow tip. Positive numbers push the popover away from the anchor.
Fixes
- In
popover-content-wrapper
, the:arrow-length
argument never worked. Although it drew an arrow of the correct size, it positioned the arrow 11px away from the popover no matter what number was specified. id-fn
andlabel-fn
fixes and fixes and improvements:- In
tab
components:- Fixed
validate-fn
(fn?
=>ifn?
) for:id-fn
and:label-fn
to allow keywords - Improved types and descriptions
- Fixed
- In
selection-list
:- Fixed default for
:label-fn
from'str
to:label
- Improved types and descriptions
- Fixed default for
- In
dropdown
:- Fixed
validate-fn
(vector?
=>vector-of-maps?
) for:choices
- Fixed
- In