Releases: palantir/blueprint
Releases Β· palantir/blueprint
@blueprintjs/[email protected]
@blueprintjs/select
and @blueprintjs/timezone
to ease migration. The next release of this package will drop this functionality.
Complete 2.0.0 release notes and migration guide
@blueprintjs/[email protected]
@blueprintjs/[email protected]
@blueprintjs/[email protected]
@blueprintjs/[email protected]
General
- π #2241 Run published CSS files through postcss to remove comments and run Autoprefixer.
- #2268 Copyright comments in files use
/*
comments only. - #2269 Use
React.HTMLAttributes
instead ofReact.HTMLProps
in components that support arbitrary HTML props.
@blueprintjs/timezone 2.0.0-rc.4
- No changes since RC 3, just bumping version.
@blueprintjs/[email protected]
@blueprintjs/[email protected]
General
- π #2241 Run published CSS files through postcss to remove comments and run Autoprefixer.
@blueprintjs/select 2.0.0-rc.4
- π #2252 Add
itemListRenderer
prop to allselect
components- Pull
initialContent
,noResults
,itemListRenderer
up toQueryList
props (other components extend this shared interface) QueryList
renderer
receives rendereditemList
ReactNode.itemListRenderer
is now the only one with access toitems
/itemsParentRef
/renderItem
props.- The default
itemListRenderer
produces aMenu
usingfilteredItems
(to preserve arrow keys order). - New utility function
renderFilteredItems()
exported from package.
- Pull
- #2213 Add
filteredItems
torenderer
props - #2245 Add
query
toitemRenderer
props (:tophat: @reiv)
@blueprintjs/[email protected]
General
- π #2241 Run published CSS files through postcss to remove comments and run Autoprefixer.
@blueprintjs/[email protected]
General
- π #2241 Run published CSS files through postcss to remove comments and run Autoprefixer.
@blueprintjs/datetime 2.0.0-rc.4
- π #2151
TimePicker
newuseAmPm
prop adds support for 12-hour format (:tophat: @colinbr96) - #2271 Remove
TimePicker
outside padding
@blueprintjs/[email protected]
General
- π #2241 Run published CSS files through postcss to remove comments and run Autoprefixer.
- #2268 Copyright comments in files use
/*
comments only. - #2269 Use
React.HTMLAttributes
instead ofReact.HTMLProps
in components that support arbitrary HTML props.
@blueprintjs/core 2.0.0-rc.4
- #2230 Publish the 2.0.0 upgrade script which renames most symbols.
# the following script will now appear in your `npm bin` directory. # run it for full usage instructions. ./upgrade-blueprint-2.0.0-rename
- #2256 Add
KeyCombo
minimal
prop to render icon and text only - #2251 Add
Tag
interactive
modifier support (through.pt-interactive
class) - #2276 Add
Popover
targetElementTag
prop a larootElementTag
(:tophat: @tgreen7) - #2174
NumericInput
supports continuous value change by holding down the button (:tophat: @reiv) - #2255
blueprintPortalClassName
context key supports multiple classes - #2231
Tag
uses SVGIcon
for remove button - #2233 Fix
Toaster
layout regression (:tophat: @reiv) - #2275 Fix
FileInput
default button shadow - #2262 Fix
Overlay
React unique key warning - #2280 Fix
Label
helperText
to accept React nodes (:tophat: @will-stone) - #2282 Fix input shadow clipping by removing
.pt-popover-target
styles - #2265, #2285 Fix
MenuItem
text clipping with alternate fonts and icon alignment (:tophat: @reiv) - #2284 Hide
.pt-skeleton
nested content such as items (:tophat: @univerio) - #2247 Upgrade Popper.js and react-popper for latest typings