Skip to content

Releases: palantir/blueprint

@blueprintjs/labs@0.15.4

22 Mar 23:31
Compare
Choose a tag to compare

⚠️ This package does not contain any source code of its own. It currently re-exports the contents of @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/icons@2.0.0

@blueprintjs/datetime@2.0.0

@blueprintjs/core@2.0.0

@blueprintjs/timezone@2.0.0-rc.4

22 Mar 01:00
Compare
Choose a tag to compare

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 of React.HTMLProps in components that support arbitrary HTML props.

@blueprintjs/timezone 2.0.0-rc.4

  • No changes since RC 3, just bumping version.

@blueprintjs/table@2.0.0-rc.4

22 Mar 01:00
Compare
Choose a tag to compare

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 of React.HTMLProps in components that support arbitrary HTML props.

@blueprintjs/table 2.0.0-rc.4

  • #2228 EditableCell fix controlled mode to allow edits to be rejected
  • #2267 Fix onVisibleCellsChange on scroll in React 16 (:tophat: @mmoutenot)

@blueprintjs/select@2.0.0-rc.4

22 Mar 01:00
Compare
Choose a tag to compare

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 all select components
    • Pull initialContent, noResults, itemListRenderer up to QueryList props (other components extend this shared interface)
    • QueryList renderer receives rendered itemList ReactNode.
    • itemListRenderer is now the only one with access to items/itemsParentRef/renderItem props.
    • The default itemListRenderer produces a Menu using filteredItems (to preserve arrow keys order).
    • New utility function renderFilteredItems() exported from package.
  • #2213 Add filteredItems to renderer props
  • #2245 Add query to itemRenderer props (:tophat: @reiv)

@blueprintjs/icons@2.0.0-rc.4

22 Mar 01:01
Compare
Choose a tag to compare

General

  • 🌟 #2241 Run published CSS files through postcss to remove comments and run Autoprefixer.

@blueprintjs/datetime@2.0.0-rc.4

22 Mar 01:01
Compare
Choose a tag to compare

General

  • 🌟 #2241 Run published CSS files through postcss to remove comments and run Autoprefixer.

@blueprintjs/datetime 2.0.0-rc.4

  • 🌟 #2151 TimePicker new useAmPm prop adds support for 12-hour format (:tophat: @colinbr96)
  • #2271 Remove TimePicker outside padding

@blueprintjs/core@2.0.0-rc.4

22 Mar 01:02
Compare
Choose a tag to compare

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 of React.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 la rootElementTag (: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 SVG Icon 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