Skip to content

Releases: palantir/blueprint

@blueprintjs/docs-theme@1.0.0

21 Feb 21:27
Compare
Choose a tag to compare

This is a new 1.x package which has been ported from 2.0.0-rc.2. It replaces @blueprintjs/docs and upgrades the documentalist dependency to 1.0.0.

@blueprintjs/datetime@1.25.4

15 Feb 21:09
Compare
Choose a tag to compare
  • DateRangeInput: Fixed various month ordering bugs (#2133) thanks @kaplona!
    • When minDate === startDate === endDate month, both left and right calendar shows that month, but right calendar month selector shows the next month.
    • When calculating initialMonth, endDate isn't taken in account. This could result in left calendar month being after right calendar month, if only endDate defined.
  • DateInput: Popover now closes on more interactions, including tabbing away from the last element in the Popover contents and hitting ESC on the input (#2093) thanks @mud!

@blueprintjs/core@1.35.5

15 Feb 21:07
Compare
Choose a tag to compare
  • More graceful h5 CSS selectors to help avoid conflicts with 2.x (#2141)

@blueprintjs/core@1.35.4

08 Feb 23:40
Compare
Choose a tag to compare
  • Added strikethrough UI icon (#2114)

@blueprintjs/core@2.0.0-rc.1

@blueprintjs/table@1.31.2

05 Feb 16:34
Compare
Choose a tag to compare
  • Add sideEffects:false to package manifest (#2081)

@blueprintjs/labs@0.14.4

05 Feb 16:33
Compare
Choose a tag to compare
  • Add sideEffects:false to package manifest (#2081)

@blueprintjs/datetime@1.25.3

05 Feb 16:33
Compare
Choose a tag to compare
  • Add sideEffects:false to package manifest (#2081)

@blueprintjs/core@1.35.3

05 Feb 16:20
Compare
Choose a tag to compare
  • Add sideEffects:false to package manifest (#2081)

@blueprintjs/table@1.31.1

26 Jan 19:16
Compare
Choose a tag to compare
  • #2027 Add support for excluding certain contents of a column header from the double-click-to-resize interaction text width calculation. To use this feature, add .bp-table-text-no-measure to an element you wish to have excluded (for example, a column description).