Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🎆 Highlights: top quality bug fixes and some very impressive new
Table
features.📖 Latest docs: blueprintjs.com/docs
@blueprintjs/core
1.15.0
Popover
useSmartPositioning
does not mutatedefaultProps
for all other popovers on the page Popover useSmartPositioning should not mutate defaultProps #973Collapse
overflow styles (follow-up from Collapse container should only set overflow-y #938) Fix collapse overflow #976Tooltip
inheritDarkTheme
prop now appears in interface Tooltip props type should include inheritDarkTheme #993Tooltip
warns about disabling empty popover only when popover would be shown Only console.warn Empty tooltip warning if tooltip is also not disabled/open #1000displayName
correctly on all components (must bepublic static
) public static displayName #982dark-menu-item
sass mixin argument typo fix sass argument typo #961@blueprintjs/datetime
1.13.0
DateInput
popoverProps
prop proxied toPopover
Feature request: Expose popoverProps from IDateInputProps #560 Surface Date Input Inline Props #974DateInput
correctly passes all props toDateTimePicker
(whentimePrecision
is set) [Date Input] minDate/maxDate doesn't work outside of default range #980DateRangeInput
supports full HTMLInputProps on each input [DateRangeInput] Support full HTMLInputProps on each input #945DateRangeInput
spreads all props toDateRangePicker
DateRangeInput ignores locale prop #970displayName
correctly on all components (must bepublic static
) public static displayName #982@blueprintjs/table
1.12.0
<Table isColumnReorderable={true} onColumnsReordered={myCallback} />
<Table isRowReorderable={true} onRowsReordered={myCallback} />
Table
defers to you to reorder your data appropriately. See the documentation for details onmyCallback
implementation; the newUtils.reorderArray
function can be helpful here.table.resizeRowsByTallestCell(columnIndex)
instance method resizes all rows by the tallest visible cell in that column FR: Resize row height for currently visible items automatically on wrap text #929ref
to your<Table>
@PureRender
decorator to all pure table componentsshouldComponentUpdate
logic where necessary to handle complex propsRegionLayer
internal component API accepts pre-computedregionStyles
instead ofgetRegionStyle
function (but you probably won't notice)Documentation
DateInput
documentation Update docs on DateInput description #966