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.
General
esModuleInterop
andallowSyntheticDefaultImports
compiler flags to emit valid ES import statements for modules such asclassnames
andmoment
.tslib
dependency in all packages to support these new flags@blueprintjs/core
Portal
supports SSR now - it renders nothing on the serverPortal
is now treated as its root, soclassName
is applied to this element. this also means that no dummy element is created inside the portal, making it one level shallower.containerRef
prop as it no longer makes sense given note above. Users can simply apply refs to the elements they render in the portal.TagInput
addOnBlur
prop adds items when input is blurred (in addition toenter
key) (🎩 @kmblake)title
prop #2182 NewIcon
title
prop (defaults to icon name) (🎩 @reiv)Icon
color
prop so it actually sets color (🎩 @micooz)Label
text
andhelperText
(🎩 @danielbh)Label
hideshelperText
element when omitted (🎩 @danielbh)Tree
nodes now support genericnodeData
property for attaching arbitrary data (🎩 @izikorgad)Tree.ofType<T>()
static method can be used to create a non-genericTree
component for a givennodeData
type@blueprintjs/datetime
@blueprintjs/select
MultiSelect
correctly closes onescape
key (🎩 @danielbh)QueryList
now passesclassName
torenderer
(🎩 @k-simons)inputRef
inSuggest
andMultiSelect
(🎩 @alxmiron)ofType
syntax so returned constructor supports propsDocumentation