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
OverlayFix overlay unmount issue that prevented scrolling. (π© @hmarr) - #1717
Tabs2Don't calculate the position ofpt-tab-indicator-wrapperif it won't be shown. (π© @mcintyret)
@blueprintjs/datetime 1.23.0
π New features
@blueprintjs/table 1.29.0
π New features
- #1678
TableStop rendering superfluous frozen cells. - #1697
TableAddRenderMode.BATCH_ON_UPDATE, and make it the defaultrenderMode. - #1698
TableAdd emphasized borders for frozen columns and rows. - #1707
TableEnable shift + arrow keys to resize selection. - #1718 π
TableNewresizeRowsByApproximateHeightinstance method to approximately resize rows based on their wrapped text content.
π Bug fixes
- #1665
TableDeselect cells on cmd+click only. - #1692
ColumnHeaderCellFix deprecated label onuseInteractionBarprop. - #1700
TablefixRowHeaderdefaultPropsto static. React 16 warns otherwise. (π© @pgruenbacher) - #1716
TruncatedFormatOnly pass parent size props if child isTruncatedFormat.
@blueprintjs/labs 0.12.0
π New features
- #1579 π
Selectnow usesPopover2instead ofPopover.
Documentation
- #1714
ButtonRemove outdated note about minimal buttons in button groups.