π Highlights: browser-ready bundles in NPM distribution (+unpkg), new NumericInput
component, Menu
is gray + "active" support, cmd+c copy table cells!
π Latest docs: blueprintjs.com/docs
General
- π NEW each package now includes a
dist/<name>.bundle.js
file which is a UMD bundle of all the javascript #588- this will allow us to support consumption from Unpkg CDN, which is useful for environments like JSFiddle
- NEW test suite for NPM main files, ensures #566 won't happen again
- NEW isomorphic test suite ensures basic component support for server-side rendering (π© @codebling) #370, #595
- Changed sweet refactors to the gulp build code make it friendlier #589
- Updated wiki pages and
CONTRIBUTING.md
#5
@blueprintjs/core 1.8.0
- π NEW
NumericInput
component (see docs)! #189
Supports normal, major (hold shift), and minor (hold alt) steps. Step sizes default to 1, 10, 0.1 respectively.
- NEW
EditableText
maxLength
prop #557 - NEW
@ContextMenuTarget
decorator supportsonContextMenuClose
method (π© @Binck360) #591 - NEW
Toast
action
can be a link (usingAnchorButton
internally) #611 - π Changed
Menu
hover colors to gray; blue "selected" state can be applied with.pt-active.pt-intent-primary
#389 #565
- Fixed
EditableText
only adds buffer spacing on IE and Edge #482 - Fixed
Button
correctly callsonKeyDown
andonKeyUp
props #561 - Fixed
Button
type
prop now appears in the documentation #571 - Fixed loading
Button
now hideschildren
as well astext
#572 - Fixed z-index stack for button groups and control groups ensures perfect shadows every time! #592
@blueprintjs/datetime 1.7.0
- no code changes, merely the addition of
dist/datetime.bundle.js
@blueprintjs/table 1.5.0
- π NEW copy table cells with cmd+c / ctrl+c (welcome to the team @gscshoyru!) #542
- you must implement the new
getCellClipboardData(row, col)
callback prop onTable
to enable this functionalityβit does not come for free πΈ
- you must implement the new
- Fixed ghost cells appearance in empty table #603
- Updated dependency on
@blueprintjs/core
to^1.8.0
for latest features
Documentation
- Fixed landing page tagline centering on IE #584