🎆 Highlights: Better Table
column reordering, inline RadioGroup
options
📖 Latest docs: blueprintjs.com/docs
@blueprintjs/core 1.26.0
💎 New features
🐛 Bug fixes
- #1303
Hotkeys
dialog now shows Cmd or Ctrl appropriately in hotkey combos, depending on the client platform. - #1476
Tabs
of different sizes (regular orpt-large
) can now be easily nested.- ⚠️ If you are nesting two more levels of
pt-large
Tabs
in your application, you may need to addpt-large
to each set of tabs as of this release.
- ⚠️ If you are nesting two more levels of
- #1482
NonIdealState
now properly line-wraps long text in Internet Explorer. (🎩 @AlexLandau)
@blueprintjs/datetime 1.21.0
🐛 Bug fixes
- #1480
DateRangeInput
now uses providedlocale
properly when formatting dates. (🎩 @AlexLandau)
@blueprintjs/table 1.23.0
💎 New features
- #1462
Table
column reordering is now much improved!
@blueprintjs/labs 0.7.0
💎 New features
- #1465
MultiSelect
tags can now contain arbitrary React elements. (🎩 @sushain97)
🐛 Bug fixes
- #1485
MultiSelect
andTagInput
styles are now more consistent with regularpt-input
s. (🎩 @sushain97)