Releases: palantir/blueprint
Releases · palantir/blueprint
@blueprintjs/docs-theme@1.0.0
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
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 onlyendDate
defined.
- When
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
- More graceful
h5
CSS selectors to help avoid conflicts with 2.x (#2141)
@blueprintjs/core@1.35.4
- Added strikethrough UI icon (#2114)
@blueprintjs/core@2.0.0-rc.1
@blueprintjs/table@1.31.2
- Add sideEffects:false to package manifest (#2081)
@blueprintjs/labs@0.14.4
- Add sideEffects:false to package manifest (#2081)
@blueprintjs/datetime@1.25.3
- Add sideEffects:false to package manifest (#2081)
@blueprintjs/core@1.35.3
- Add sideEffects:false to package manifest (#2081)
@blueprintjs/table@1.31.1
- #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).