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: mobile support for sliders, new icons, new props for controlling table selections, and tons of bug fixes
π Latest docs: blueprintjs.com/docs
@blueprintjs/core
1.2.0
Slider
(courtesy of @martynovs)position: fixed
now (instead ofabsolute
) so backdrop and content will never move with page scrolling (unless rendered inline) Overlay doesn't stretch 100% heightΒ #183Tabs
can now be nested inside verticalTabs
Horizontal tab inside vertical tab panel still uses the vertical style classΒ #222>
"child" selector, so theTabs
CSS API now requires that.pt-tab-list
be a direct child of.pt-tabs
@blueprintjs/datetime
1.2.0
DateRange
typings allowundefined
values, which more accurately reflects usage Declare values in DateRange as optionalΒ #274moment-timezone
andDateInput
are now compatible DateInput + Moment-Timezone incompatabilityΒ #280@blueprintjs/table
1.2.0
min-width
from editable components [table] Remove min width from editable componentsΒ #285style
prop instead of overriding Merge cell styleΒ #256Documentation