github palantir/blueprint release-1.2.0
v1.2.0

latest releases: @blueprintjs/table@5.1.4, @blueprintjs/table-dev-app@5.1.4, @blueprintjs/select@5.1.4...
7 years ago

🎆 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 of absolute) 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 vertical Tabs #222
    • this fix required changing a "descendant" selector to a > "child" selector, so the Tabs CSS API now requires that .pt-tab-list be a direct child of .pt-tabs
  • Fixed Input group buttons remain stationary and visible when composed within control groups #236, #237

@blueprintjs/datetime 1.2.0

  • Fixed DateRange typings allow undefined values, which more accurately reflects usage #274
  • Fixed moment-timezone and DateInput 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

Documentation

  • Fixed Slider popover example is no longer squished #200
  • Fixed Table examples have proper height #203
  • Fixed Icon files can be downloaded again #268

Don't miss a new blueprint release

NewReleases is sending notifications on new releases.