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: fixednow (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
Tabscan now be nested inside verticalTabs#222- this fix required changing a "descendant" selector to a
>"child" selector, so theTabsCSS API now requires that.pt-tab-listbe 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
DateRangetypings allowundefinedvalues, which more accurately reflects usage #274 - Fixed
moment-timezoneandDateInputare 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-widthfrom editable components #285 - Fixed Cells merge
styleprop instead of overriding #256