Prepare Release v1.9.0 #671
Merged
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-groupwith helper text, sensibleEditableTextevents, smarter Table truncation popovers📖 Latest docs: blueprintjs.com/docs
General
@blueprintjs/core
1.9.0.pt-form-groupCSS component is an advanced label that supports helper text below the input Form groups: label + input + helper text #594 Error text for form elements #413TreeonNodeContextMenucallback prop to support context menus per node Easy way to show tree-node specific context menus #637.pt-fillin control groups Support pt-fill in control groups #633pt-icon-followersandpt-icon-followingAdded New UI Icons #665EditableTextevent 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 #483onChangeis called only when the input's value changesonConfirmis called on enter or blur;onCancelis called on escNumericInputdark theme bugs [Numeric Input] Fix dark-theme style bugs #632Popoverarrow rendering (🎩 @bogdanpetru) Read target client width/height when useSmartArrowPositioning=true #650:disabledand[readonly]controls Fix readonly & disabled styles for inputs #652NumericInputno longer selects all text when props change [Bugfix] Fix NumericInput auto-selection in controlled mode #658Utils.safeInvokesupportsstrictNullChecksadd undefined and null to safeInvoke signature #666@blueprintjs/table
1.6.0TruncatedFormatdetectTruncationprop (enabled by default) only shows popover when text exceeds length Implement smart popovers for TruncatedFormat #634Documentation