v1.32.0
π Highlights: Table
resizeRowsByApproximateHeight
, new Callout
component, new FormGroup
component, Select
now uses Popover2
π Latest docs: blueprintjs.com/docs
@blueprintjs/core 1.32.0
π New features
π Bug fixes
- #1684
Overlay
Fix overlay unmount issue that prevented scrolling. (π© @hmarr) - #1717
Tabs2
Don't calculate the position ofpt-tab-indicator-wrapper
if it won't be shown. (π© @mcintyret)
@blueprintjs/datetime 1.23.0
π New features
@blueprintjs/table 1.29.0
π New features
- #1678
Table
Stop rendering superfluous frozen cells. - #1697
Table
AddRenderMode.BATCH_ON_UPDATE
, and make it the defaultrenderMode
. - #1698
Table
Add emphasized borders for frozen columns and rows. - #1707
Table
Enable shift + arrow keys to resize selection. - #1718 π
Table
NewresizeRowsByApproximateHeight
instance method to approximately resize rows based on their wrapped text content.
π Bug fixes
- #1665
Table
Deselect cells on cmd+click only. - #1692
ColumnHeaderCell
Fix deprecated label onuseInteractionBar
prop. - #1700
Table
fixRowHeader
defaultProps
to static. React 16 warns otherwise. (π© @pgruenbacher) - #1716
TruncatedFormat
Only pass parent size props if child isTruncatedFormat
.
@blueprintjs/labs 0.12.0
π New features
- #1579 π
Select
now usesPopover2
instead ofPopover
.
Documentation
- #1714
Button
Remove outdated note about minimal buttons in button groups.