Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🎆 Highlights:
.pt-form-group
with helper text, sensibleEditableText
events, smarter Table truncation popovers📖 Latest docs: blueprintjs.com/docs
General
@blueprintjs/core
1.9.0
.pt-form-group
CSS component is an advanced label that supports helper text below the input Form groups: label + input + helper text #594 Error text for form elements #413Tree
onNodeContextMenu
callback prop to support context menus per node Easy way to show tree-node specific context menus #637.pt-fill
in control groups Support pt-fill in control groups #633pt-icon-followers
andpt-icon-following
Added New UI Icons #665EditableText
event handling Simplify EditableText callback logic #629 EditableText onConfirm is not called when pressing ENTER on unchanged value #573 EditableText blur fires both onChange and onConfirm despite nothing changing #483onChange
is called only when the input's value changesonConfirm
is called on enter or blur;onCancel
is called on escNumericInput
dark theme bugs [Numeric Input] Fix dark-theme style bugs #632Popover
arrow rendering (🎩 @bogdanpetru) Read target client width/height when useSmartArrowPositioning=true #650:disabled
and[readonly]
controls Fix readonly & disabled styles for inputs #652NumericInput
no longer selects all text when props change [Bugfix] Fix NumericInput auto-selection in controlled mode #658Utils.safeInvoke
supportsstrictNullChecks
add undefined and null to safeInvoke signature #666@blueprintjs/table
1.6.0
TruncatedFormat
detectTruncation
prop (enabled by default) only shows popover when text exceeds length Implement smart popovers for TruncatedFormat #634Documentation