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:
TagInput
component,Table
column reorder handles, Tab/Enter to navigateTable
focus cell📖 Latest docs: blueprintjs.com/docs
@blueprintjs/core 1.21.0
Tag
onRemove
callback now receives full tag props as second argument ([Core] Adds additional arg to Tag onRemove handler #1267)Portal
now receivesblueprintPortalClassName
context property (Portal context class #1244, Change portal context property name #1245) (🎩 @jrafidi)@blueprintjs/labs 0.2.0
TagInput
component ([Labs] new TagInput component! #1232)Tag
s inside an input, followed by an actual (ghosted) text input.Enter
, the inputted text is displayed in a new tag.tagProps
.QueryList
(formerlyInputList
) no longer invokesonActiveItemChange
if list is empty oractiveItem
isundefined
([Labs] Propagate event correctly when handling empty list #1256) (🎩 @k-simons)InputList
is nowQueryList
and has a new directory structure for consistency with other packages ([Labs] InputList ⇒ QueryList #1243)@blueprintjs/table 1.18.0
Column
now has reorder handles when interaction bar enabled ([Table] Add column reorder handle when interaction bar enabled #1250)Table
now supports focus-cellTab
andEnter
microinteraction behavior ([Table] Adds focus cell tab and enter microinteraction behavior #1251)Tab
moves the focus cell to the right (Shift + Tab
moves it to the left)Enter
moves the focus cell down (Shift + Enter
moves it up)EditableCell
now updates text in response to controlledvalue
prop change ([Table] Have EditableCell fully control value in child EditableText #1239)Documentation
Table
docs now have a section about reorderable content ([Table] Add docs about reorderable content #1271)Table
functionality to the dev preview pagept-table
docs example code now includes<tr>
(Fix example in pt-table documentation #1265) (🎩 @tomshen)