🎆 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.