github palantir/blueprint release-1.7.0
v1.7.0

latest releases: @blueprintjs/table@5.1.4, @blueprintjs/table-dev-app@5.1.4, @blueprintjs/select@5.1.4...
7 years ago

🎆 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

    image image image image image

  • NEW <EditableText confirmOnEnterKey multiline /> swaps confirm/newline entry keys #20

  • NEW .pt-select now supports .pt-minimal modifier #501

  • NEW support for Spinner in InputGroup #488

    spinner

  • 🌟 Fixed Remove color rule from icon classes #437

  • Fixed AnchorButton expects HTMLAnchorElement props #539

  • Fixed Button onClick no longer called twice via enter #518

  • Fixed Checkbox warning about indeterminate prop #529

  • Fixed EditableText will not fire events if value has not changed #483

  • Fixed Tabs onChange is no longer called twice when controlled #520

  • Fixed Added type attribute to Tag remove button (🎩 @devjunkORG) #550

  • Fixed Toaster with autofocus 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 without border #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.

    image

@blueprintjs/datetime 1.6.0

  • Fixed DateInput calls onChange with null when empty #504
  • Fixed Export IDateInputProps from package #543

@blueprintjs/table 1.4.0

⚠️ This package's main files were accidentally moved so imports will not work correctly. We will publish a patch release on Monday.

  • 🌟 NEW Header cells support loading prop (🎩 @michael-yx-wu) #452
  • 🌟 NEW Table and Column loadingOptions (🎩 @michael-yx-wu) #473
    image
  • 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

Documentation

  • NEW TypeScript section on Overview page explains the language to newcomers #464, #491

Don't miss a new blueprint release

NewReleases is sending notifications on new releases.