v1.28.0
π Latest docs: blueprintjs.com/docs
@blueprintjs/core 1.28.0
π New features
- #1518 #1570 Added nine new icons
pt-icon-filter-keep
,pt-icon-filter-remove
,pt-icon-key
,pt-feed-subscribed
,pt-icon-widget-button
,pt-icon-widget-header
,pt-icon-widget-footer
,pt-icon-header-one
,pt-icon-header-two
@blueprintjs/table 1.25.0
π New features
- #1550
TruncatedFormat
now receives parentwidth
/height
as props- The props slightly improve performance by helping
TruncatedFormat
avoid re-measuring if the parent size didn't change across updates
- The props slightly improve performance by helping
π Bug fixes
- #1515 Fix column header borders on ghost cells
- #1523 Select the target cell on right-click
- #1524 Improve shift-select behavior
- #1541 Move focused cell when columns/rows are reordered
@blueprintjs/labs 0.9.0
π New features
- #1493
Select
/MultiSelect
/Omnibox
initialContent
prop is rendered when query is empty (instead of fullitems
list)- This is distinct from
noResults
, which is rendered when a non-empty query returns zero results
- This is distinct from
- #1537
Select
disabled
prop disables thePopover
- You must manually disable your target element