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:
Tabs2
doesn't need kids to be happy,Popover
andTable
can see clearly now the blur is gone.📖 Latest docs: blueprintjs.com/docs
@blueprintjs/core
1.13.0
Popover
issues seem much improved in recent versions of Chrome Text blurry in popover when zoomed in Chrome #394Tabs2
supports undefinedchildren
(or absence thereof entirely) Tabs2 NPEs if passednull
amongst children. #838, Tabs2 NPEs if passed no children #841Tabs2
supports.pt-large
modifier via its own className Cannot apply pt-large to Tabs2 component #799<Tabs2 className={Classes.LARGE} />
Button
background on IE Disabled minimal button appears with background in IE #865@blueprintjs/datetime
1.11.0
DateRangeInput
selectAllOnFocus
prop (defaultfalse
) [DateRangeInput] Add selectAllOnFocus prop #858DateRangeInput
allowSingleDayRange
prop (defaultfalse
) [DateRangeInput] Add allowSingleDayRange prop #861DateRangePicker
.DateRangeInput
month view does not shift on day hover not able to select previous month to selected month inDateRangeInput
#853DateRangeInput
more intuitive click-to-deselect behavior [DateRangeInput] Make on-click behavior more intuitive #856DateRangeInput
shows formatted min and max dates in empty fields on focus ([DateRangeInput] Show formatted min/max dates on focus when inputs empty #874)DateInput
calendar icon button and addedrightElement
prop ([DateInput] Delete calendar icon, add optional rightElement prop #868)Button
element via the newrightElement
prop:@blueprintjs/table
1.10.0
className
support inTable
,Column
, andColumnHeaderCell
Table doesn't pass through classes provided to its classNames prop #641, TableColumn
component doesn't respect className prop #690TruncatedFormat
preformatted
prop now defaults tofalse
Max width and whitespace styles on TruncatedPopover #763preformatted={true}
if the cell contents are already formatted as desired; all whitespace and line breaks will be respected.Documentation