github palantir/blueprint release-1.13.0
v1.13.0

latest releases: @blueprintjs/webpack-build-scripts@6.2.2, @blueprintjs/table@5.1.5, @blueprintjs/table-dev-app@5.1.5...
7 years ago

🎆 Highlights: Tabs2 doesn't need kids to be happy, Popover and Table can see clearly now the blur is gone.

📖 Latest docs: blueprintjs.com/docs

@blueprintjs/core 1.13.0

  • 🌟 Fixed blurry Popover issues seem much improved in recent versions of Chrome #394
  • 🌟 Fixed Tabs2 supports undefined children (or absence thereof entirely) #838, #841
  • Fixed Tabs2 supports .pt-large modifier via its own className #799
    <Tabs2 className={Classes.LARGE} />
  • Fixed disabled, minimal Button background on IE #865

@blueprintjs/datetime 1.11.0

  • NEW DateRangeInput selectAllOnFocus prop (default false) #858
  • NEW DateRangeInput allowSingleDayRange prop (default false) #861
    • these two new props directly mimic their counterparts on DateRangePicker.
  • Fixed DateRangeInput month view does not shift on day hover #853
  • Improved DateRangeInput more intuitive click-to-deselect behavior #856
  • Improved DateRangeInput shows formatted min and max dates in empty fields on focus (#874)
  • ❗️ Changed Deleted DateInput calendar icon button and added rightElement prop (#868)
    • To add the button back, supply a Button element via the new rightElement prop:
    const calendarButton = <Button
            className={Classes.MINIMAL}
            disabled={/* ... */}
            iconName="calendar"
            intent={Intent.PRIMARY}
            onClick={/* ... */}
    />;
    return <DateInput 
        rightElement={calendarButton}
    />;

@blueprintjs/table 1.10.0

  • 🌟 Fixed blurry table text (due to a recent Chrome bug) #742
  • Fixed className support in Table, Column, and ColumnHeaderCell #641, #690
  • ❗️ Changed TruncatedFormat preformatted prop now defaults to false #763
    • Set preformatted={true} if the cell contents are already formatted as desired; all whitespace and line breaks will be respected.

Documentation

  • update syntax highlighting: latest TS grammars enables fancier colors #848

Don't miss a new blueprint release

NewReleases is sending notifications on new releases.