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