github palantir/blueprint release-1.21.0
v1.21.0

latest releases: @blueprintjs/table@5.1.3, @blueprintjs/table-dev-app@5.1.3, @blueprintjs/select@5.1.3...
6 years ago

πŸŽ† Highlights: TagInput component, Table column reorder handles, Tab/Enter to navigate Table focus cell

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

@blueprintjs/core 1.21.0

  • NEW Tag onRemove callback now receives full tag props as second argument (#1267)
  • NEW Portal now receives blueprintPortalClassName context property (#1244, #1245) (🎩 @jrafidi)
    • This is beneficial if you are displaying dialogs within a shared component/larger plugin and want to scope your styles.

@blueprintjs/labs 0.2.0

  • 🌟 NEW TagInput component (#1232)
    • Renders Tags inside an input, followed by an actual (ghosted) text input.
    • On Enter, the inputted text is displayed in a new tag.
    • This component is fully controlled, and all tags are individually customizable via tagProps.

taginput

  • Fixed QueryList (formerly InputList) no longer invokes onActiveItemChange if list is empty or activeItem is undefined (#1256) (🎩 @k-simons)
  • Changed InputList is now QueryList andΒ has a new directory structure for consistency with other packages (#1243)

@blueprintjs/table 1.18.0

  • 🌟 NEW Column now has reorder handles when interaction bar enabled (#1250)
    reorder-handle
  • 🌟 NEW Table now supports focus-cell Tab and Enter microinteraction behavior (#1251)
    • Tab moves the focus cell to the right (Shift + Tab moves it to the left)
    • Enter moves the focus cell down (Shift + Enter moves it up)
    • The focus cell is constrained within selected regions if one or more are present.
      jun-19-2017 17-13-53
  • Fixed EditableCell now updates text in response to controlled value prop change (#1239)

Documentation

  • NEW Table docs now have a section about reorderable content (#1271)
  • NEW Added additional Table functionality to the dev preview page
    • Add menu to change cell content (#1229)
    • Add content truncation controls (#1253)
    • Make reordering work (#1263)
  • Changed pt-table docs example code now includes <tr> (#1265) (🎩 @tomshen)

Don't miss a new blueprint release

NewReleases is sending notifications on new releases.