v1.13.0
π Highlights: Tabs2
doesn't need kids to be happy, Popover
and Table
can see clearly now the blur is gone.
π Latest docs: blueprintjs.com/docs
@blueprintjs/core 1.13.0
- π Fixed blurry
Popover
issues seem much improved in recent versions of Chrome #394 - π Fixed
Tabs2
supports undefinedchildren
(or absence thereof entirely) #838, #841 - Fixed
Tabs2
supports.pt-large
modifier via its own className #799
<Tabs2 className={Classes.LARGE} />
- Fixed disabled, minimal
Button
background on IE #865
@blueprintjs/datetime 1.11.0
- NEW
DateRangeInput
selectAllOnFocus
prop (defaultfalse
) #858 - NEW
DateRangeInput
allowSingleDayRange
prop (defaultfalse
) #861- these two new props directly mimic their counterparts on
DateRangePicker
.
- these two new props directly mimic their counterparts on
- Fixed
DateRangeInput
month view does not shift on day hover #853 - Improved
DateRangeInput
more intuitive click-to-deselect behavior #856 - Improved
DateRangeInput
shows formatted min and max dates in empty fields on focus (#874) - βοΈ Changed Deleted
DateInput
calendar icon button and addedrightElement
prop (#868)- To add the button back, supply a
Button
element via the newrightElement
prop:
const calendarButton = <Button className={Classes.MINIMAL} disabled={/* ... */} iconName="calendar" intent={Intent.PRIMARY} onClick={/* ... */} />; return <DateInput rightElement={calendarButton} />;
- To add the button back, supply a
@blueprintjs/table 1.10.0
- π Fixed blurry table text (due to a recent Chrome bug) #742
- Fixed
className
support inTable
,Column
, andColumnHeaderCell
#641, #690 - βοΈ Changed
TruncatedFormat
preformatted
prop now defaults tofalse
#763- Set
preformatted={true}
if the cell contents are already formatted as desired; all whitespace and line breaks will be respected.
- Set
Documentation
- update syntax highlighting: latest TS grammars enables fancier colors #848