github palantir/blueprint release-1.10.0
v1.10.0

latest releases: @blueprintjs/webpack-build-scripts@6.2.2, @blueprintjs/table@5.1.5, @blueprintjs/table-dev-app@5.1.5...
7 years ago

🎆 Highlights: new NumericInput props, .pt-tag mixins support custom colors, non-contiguous DateRangePicker months.

📖 Latest docs: blueprintjs.com/docs

General

  • 🖌 Updated Sketch Kit: removed missing font references, added Callouts. #728

@blueprintjs/core 1.10.0

  • 🌟 NEW NumericInput props:
    • allowNumericCharactersOnly (default true) restricts the allowed characters. #618, #676
    • selectAllOnFocus selects all text when the input is focused #705
    • selectAllOnIncrement selects all text when the input is incremented #705
      f69dca2e-f52b-11e6-9bd3-6a42f085598b
  • NEW Tree getNodeContentElement instance method to access the underlying HTMLElement of tree nodes. Useful for implementing scrolling (#644). #679
  • NEW Button active prop sets .pt-active class (🎩 @DrewDennison) #712
  • NEW .pt-file-upload supports :disabled attribute #689
  • Fixed EditableText fires onChange on escape when value is unconfirmed #687
  • Fixed InputGroup action default color in dark theme #709
  • Fixed NonIdealState vertical centering by adding height: 100% #651
  • Fixed NumericInput cursor placement on FF #703 and focus-hoarding on IE11 #704
  • Fixed Bourbon 4.3 deprecation warnings #674
  • Fixed minimal button uses the same styles for :focus and :hover #708
  • Fixed removed unnecessary font-family declarations on inputs #707
  • 🌟 Improved .pt-tag Sass mixins to support custom colors #606
    • ⚠️ this feature breaks the previous Sass mixin APIs for tags (see #668), but you probably weren't using those. now they're safe for public consumption. 🍺
  • Improved button styles no longer use @extend for pseudoclasses #654
  • Improved colored icons now use the same color as intent text #698
  • Improved intent text color contrast in dark theme #657
  • Improved some new Classes constants: ICON and TEXT_OVERFLOW_ELLIPSIS #691

@blueprintjs/datetime 1.8.0

  • 🌟 NEW DateRangePicker contiguousCalendarMonths prop (default true). Disabling this prop allows the left and right calendars to move independently. #432 #575
    drp

@blueprintjs/table 1.7.0

  • NEW Classes constants file (just like core) #438

Don't miss a new blueprint release

NewReleases is sending notifications on new releases.