v1.9.0
π Highlights: .pt-form-group
with helper text, sensible EditableText
events, smarter Table truncation popovers
π Latest docs: blueprintjs.com/docs
General
- π¨ Changed major refactors to Gulp build code should demystify the magic while retaining all the power and flexibility #617 #649
@blueprintjs/core 1.9.0
- π NEW
.pt-form-group
CSS component is an advanced label that supports helper text below the input #594 #413
- NEW Add
Tree
onNodeContextMenu
callback prop to support context menus per node #637 - NEW Support for
.pt-fill
in control groups #633 - NEW two UI icons:
pt-icon-followers
andpt-icon-following
#665
- π Changed
EditableText
event handling #629 #573 #483onChange
is called only when the input's value changesonConfirm
is called on enter or blur;onCancel
is called on esc
- Changed snappier tooltip animations #640
- Fixed
NumericInput
dark theme bugs #632 - Fixed optimize
Popover
arrow rendering (π© @bogdanpetru) #650 - Fixed style precedence of
:disabled
and[readonly]
controls #652 - Fixed
NumericInput
no longer selects all text when props change #658 - Fixed
Utils.safeInvoke
supportsstrictNullChecks
#666
@blueprintjs/table 1.6.0
- π NEW
TruncatedFormat
detectTruncation
prop (enabled by default) only shows popover when text exceeds length #634
Documentation
- Fixed Table docs overflow on Firefox (π© @bogdanpetru) #598
- Fixed Restore props default values #642
- Updated Clean up wording inside props tables #639