Skip to content

v1.9.0

Compare
Choose a tag to compare
@llorca llorca released this 13 Feb 16:39

πŸŽ† Highlights: .pt-form-group with helper text, sensible EditableText events, smarter Table truncation popovers

πŸ“– Latest docs: blueprintjs.com/docs

General

  • πŸ”¨ Changed major refactors to Gulp build code should demystify the magic while retaining all the power and flexibility #617 #649

@blueprintjs/core 1.9.0

  • 🌟 NEW .pt-form-group CSS component is an advanced label that supports helper text below the input #594 #413

    release-form-group
  • NEW Add Tree onNodeContextMenu callback prop to support context menus per node #637
  • NEW Support for .pt-fill in control groups #633
  • NEW two UI icons: pt-icon-followers and pt-icon-following #665

    release-follower-following
  • 🌟 Changed EditableText event handling #629 #573 #483
    • onChange is called only when the input's value changes
    • onConfirm is called on enter or blur; onCancel is called on esc
  • Changed snappier tooltip animations #640

    release-tooltip-speed
  • Fixed NumericInput dark theme bugs #632
  • Fixed optimize Popover arrow rendering (🎩 @bogdanpetru) #650
  • Fixed style precedence of :disabled and [readonly] controls #652
  • Fixed NumericInput no longer selects all text when props change #658
  • Fixed Utils.safeInvoke supports strictNullChecks #666

@blueprintjs/table 1.6.0

  • 🌟 NEW TruncatedFormat detectTruncation prop (enabled by default) only shows popover when text exceeds length #634

Documentation

  • Fixed Table docs overflow on Firefox (🎩 @bogdanpetru) #598
  • Fixed Restore props default values #642
  • Updated Clean up wording inside props tables #639