v1.33.0
π 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
andRangeSlider
now support vertical orientation - #1797
Collapse
AddkeepChildrenMounted
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 whentext=""
- #1747
Button
Fix style for disabled+active+minimal buttons - #1722
ContextMenu
respects dark theme (π© @mcintyret) - #1752
ContextMenu
Improve types:IContextMenuTarget.renderContextMenu
can returnundefined
(π© @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
- #1740 π Add styling for week numbers (π© @franciscofabian)
- #1790
DateInput
can now configuretimePickerProps
π Bug fixes
- #1792
DateInput
selected value stays selected whencanClearSelection=false
withtimePrecision
enabled - #1789
DateRangePicker
shows selected date's end month on init ifcontiguousCalendarMonths=false
@blueprintjs/table 1.30.0
π New features
- #1760 π
EditableCell
Type into the focused cell by pressing any key - #1729 π
Table
Pressing theF2
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 whenselectedItems
is not provided