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: TODO
📖 Latest docs: blueprintjs.com/docs
@blueprintjs/core
1.17.0
NumericInput
clampValueOnBlur
prop will restrict the value to betweenmin
andmax
when the input is blurred (defaultfalse
for compatibility) NumericInput doesn't constain min and max on text entry #1044NumericInput
large
prop applies.pt-large
modifier to use larger inputs and buttons NumericInput doesn't pass down className props (or accept ".pt-large" modifier) #907.pt-large
once to the container element, so we opted for a prop to ensure the correct classes are added correctly, see [NumericInput] Add support for large styling #1038EditableText
only setsdefaultValue
on initial render EditableText should not reset value in componentWillReceiveProps when uncontrolled #987Tabs2
clicking selected tab again firesonChange
Have Tabs2 fire onChange even when current tab is clicked #1067react-addons-css-transition-group
withreact-transition-group
per Transferring TransitionGroup Maintenance facebook/react#8125 (:tophat: @benhjames) Replace deprecated dependency react-addons-css-transition-group #1051core
, every package is affected by this change, through the magic of peer dependencies@types
are on you@blueprintjs/datetime
1.15.0
DateRangePicker
withcontiguousCalendarMonths=false
now shows hovered range [DateRangePicker] Fix hover state when contiguousCalendarMonths = false #1048react-day-picker
dependency to latestv5.3.0
Upgrade to react-day-picker v5 #688 upgrade to react-day-picker v5 #1014react-day-picker
NPM module now includes its own typings, so we were able to remove some interfaces that were redefined locally to avoid adding an@types
dependencyDate[Range]Picker
APIs, but they are no longer compatible with older versions ofreact-day-picker
@blueprintjs/docs
1.1.0
Navigator
scrolls selected item into viewport Issues with Docs Navigator (Search box) #335@blueprintjs/table
1.14.0
Table#resizeRowsByTallestCell
instance method now accepts an array of column indices to consider when computing tallest cell, or no arguments to consider all columns in the viewport (:tophat: @philcchen) Apply resizeRowsByTallestCell to multiple columns #1070Documentation