v1.7.0
π Highlights: Sketch files, full Table loading, better button box-shadows, uncolored icons
π Latest docs: blueprintjs.com/docs
General
- π NEW Sketch files! #417
- Upgrade Blueprint is now compiled with TypeScript 2.1.5 #492
- This change should be transparent to consumers, except:
- π¦ Each package has a new dependency on
tslib
due to use of new--importHelpers
flag
- π¨ Fixed The build now lints all TypeScript files equally #549
- π¨ Fixed preview comments for forks! (π© @invliD) #498
@blueprintjs/core 1.7.0
-
NEW UI Icons!
endorsed
,full stacked chart
,grouped bar chart
,horizontal bar chart ascending
,vertical bar chart ascending
-
NEW
<EditableText confirmOnEnterKey multiline />
swaps confirm/newline entry keys #20 -
NEW
.pt-select
now supports.pt-minimal
modifier #501 -
NEW support for
Spinner
inInputGroup
#488 -
π Fixed Remove
color
rule from icon classes #437 -
Fixed
AnchorButton
expectsHTMLAnchorElement
props #539 -
Fixed
Button
onClick
no longer called twice via enter #518 -
Fixed
Checkbox
warning aboutindeterminate
prop #529 -
Fixed
EditableText
will not fire events ifvalue
has not changed #483 -
Fixed
Tabs
onChange
is no longer called twice when controlled #520 -
Fixed Added
type
attribute toTag
remove button (π© @devjunkORG) #550 -
Fixed
Toaster
withautofocus
now correctly focuses new toasts #469 -
Changed
Classes
dictionary is now much more complete thanks to π© @samirbr #526 -
π Changed button styles to use only
box-shadow
withoutborder
#233, #537
See #537 (comment) for reasoning behind this change. Suffice to say it resolves a whole host of visual issues across the core components.
@blueprintjs/datetime 1.6.0
- Fixed
DateInput
callsonChange
withnull
when empty #504 - Fixed Export
IDateInputProps
from package #543
@blueprintjs/table 1.4.0
- π NEW Header cells support
loading
prop (π© @michael-yx-wu) #452 - π NEW
Table
andColumn
loadingOptions
(π© @michael-yx-wu) #473
- NEW docs and example for formatted cell components #228
- Fixed Show ghost cells with 0 columns or rows (π© @michael-yx-wu) #535
- Fixed
renderCell()
className
is passed correctly #562