Skip to content

v1.33.0

Compare
Choose a tag to compare
@cmslewis cmslewis released this 13 Nov 20:32
4a363aa

πŸŽ‰ Blueprint is now licensed under Apache 2.0. Go forth and be merry! πŸŽ‰


πŸŽ† Highlights: Apache 2.0 license, Slider vertical orientation, Card component, DateTime week numbers, improved Table-editing triggers

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

General

  • #1751 🌟 Replace license with Apache 2.0

@blueprintjs/core 1.33.0

πŸ’Ž New features

  • #1730 🌟 NEW Card component (🎩 @jacekjagiello)
  • #1762 🌟 Slider and RangeSlider now support vertical orientation
  • #1797 Collapse Add keepChildrenMounted prop to keep children mounted when closed (hidden via styles) (🎩 @kendraknittel)

πŸ› Bug fixes

  • #1736 Fix false positive Unknown prop popoverProps... console warnings (🎩 @haosharon)
  • #1759 Button Fix erroneous padding when text=""
  • #1747 Button Fix style for disabled+active+minimal buttons
  • #1722 ContextMenu respects dark theme (🎩 @mcintyret)
  • #1752 ContextMenu Improve types: IContextMenuTarget.renderContextMenu can return undefined (🎩 @AlexLandau)
  • #1746 Dialog Fix user text selection in dialogs
  • #1796 EditableText Ensure scroll position moves to the end of the input when necessary
  • #1799 Menu no longer collapses submenus when you're not expecting it (🎩 @mfedderly)
  • #1767 NumericInput Avoid using a reserved ClojureScript keyword as an identifier (partial 🎩 @wodin)
  • #1795 RangeSlider When values equal, always move the nearest handle on track click

@blueprintjs/datetime 1.24.0

πŸ’Ž New features

πŸ› Bug fixes

  • #1792 DateInput selected value stays selected when canClearSelection=false with timePrecision enabled
  • #1789 DateRangePicker shows selected date's end month on init if contiguousCalendarMonths=false

@blueprintjs/table 1.30.0

πŸ’Ž New features

  • #1760 🌟 EditableCell Type into the focused cell by pressing any key
  • #1729 🌟 Table Pressing the F2 key enters edit mode on the focused cell

πŸ› Bug fixes

  • #1793 Table Fixed issues with controlling editable column names and reordering editable columns

@blueprintjs/labs 0.13.0

πŸ› Bug fixes

  • #1787 MultiSelect no longer throws an error when selectedItems is not provided

Documentation

  • #1788 Table Added documentation for resizeRowsByApproximateHeight instance method
  • #1720 Remove deprecated props from examples
  • #1757 Fix typo in Icon docs
  • #1749, #1758 Fix broken links in Popover and Tooltip2 docs