🎆 Highlights: colored icons, DateInput
inputProps
, Table
arrow key scrolling
📖 Latest docs: blueprintjs.com/docs
General
- We now develop against React 15.5.1 for the latest hotness! Peer dependency versions have not changed.
@blueprintjs/core 1.16.0
- 🌟 NEW support
.pt-intent-*
modifiers on the icon classes.pt-icon
,.pt-icon-standard
,.pt-icon-large
#1019
- NEW three UI icons:
blocked-person
,slash
,percentage
#1018 - Fixed
.pt-control-group
creates a new stacking context to isolate z-indices of its controls #700 - Fixed React PropTypes deprecation warning #991
@blueprintjs/datetime 1.14.0
- 🌟 NEW
DateInput
inputProps
prop just likeDateRangeInput
#387, #1010 - ⚠️ React PropTypes warning #991 is still present in
datetime
package due toreact-day-picker
dependency being out-of-date. PR to fix this is blocked on typings #1014
@blueprintjs/table 1.13.0
- 🌟 NEW auto-scroll the viewport when moving focused cell with arrow keys! #915
- Fixed Truncated cell icons appear when expected (regression in 1.12.0) #1022
- Fixed
Table
auto-resize columns (by double-clicking on edge) correctly computes header width #952 - Fixed deprecation warning from
Popover
#1012
Documentation
- NEW Add
?examples
query string to URL to hide all text and tables, leaving only CSS and React examples #1020, #125- This is meant primarily for development and testing, not presentation, so text-heavy pages can look pretty awkward
- Try it out for the Buttons page