v1.2.0
π Highlights: mobile support for sliders, new icons, new props for controlling table selections, and tons of bug fixes
π Latest docs: blueprintjs.com/docs
@blueprintjs/core 1.2.0
- β NEW! Support for touch events in
Slider
(courtesy of @martynovs) - NEW! 4 new UI icons: tab key, regression chart, translate, eye on
- Fixed Overlay uses
position: fixed
now (instead ofabsolute
) so backdrop and content will never move with page scrolling (unless rendered inline) #183- this change may cause layout issues in your app; let us know if you're having trouble.
- Fixed Hotkey dialog has proper "leave" animation #221
- Fixed Horizontal
Tabs
can now be nested inside verticalTabs
#222- this fix required changing a "descendant" selector to a
>
"child" selector, so theTabs
CSS API now requires that.pt-tab-list
be a direct child of.pt-tabs
- this fix required changing a "descendant" selector to a
- Fixed Input group buttons remain stationary and visible when composed within control groups #236, #237
@blueprintjs/datetime 1.2.0
- Fixed
DateRange
typings allowundefined
values, which more accurately reflects usage #274 - Fixed
moment-timezone
andDateInput
are now compatible #280
@blueprintjs/table 1.2.0
- β NEW! Props for controlling selections, including the ability to transform selection regions #253
- NEW! Export draggable components #251
- Improved More consistent truncated cell visuals and interactions #232
- Fixed Removed
min-width
from editable components #285 - Fixed Cells merge
style
prop instead of overriding #256