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
(🎩 @tgreen7) - #2174
NumericInput
supports continuous value change by holding down the button (🎩 @reiv) - #2255
blueprintPortalClassName
context key supports multiple classes - #2231
Tag
uses SVGIcon
for remove button - #2233 Fix
Toaster
layout regression (🎩 @reiv) - #2275 Fix
FileInput
default button shadow - #2262 Fix
Overlay
React unique key warning - #2280 Fix
Label
helperText
to accept React nodes (🎩 @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 (🎩 @reiv) - #2284 Hide
.pt-skeleton
nested content such as items (🎩 @univerio) - #2247 Upgrade Popper.js and react-popper for latest typings