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: new
NumericInput
props,.pt-tag
mixins support custom colors, non-contiguousDateRangePicker
months.📖 Latest docs: blueprintjs.com/docs
General
@blueprintjs/core
1.10.0
NumericInput
props:allowNumericCharactersOnly
(defaulttrue
) restricts the allowed characters. Numeric Input Issues #618, [Numeric Input] Add allowNumericCharactersOnly prop #676selectAllOnFocus
selects all text when the input is focused [Numeric Input] Add "selectAllOnFocus" and "selectAllOnIncrement" props #705selectAllOnIncrement
selects all text when the input is incremented [Numeric Input] Add "selectAllOnFocus" and "selectAllOnIncrement" props #705Tree
getNodeContentElement
instance method to access the underlyingHTMLElement
of tree nodes. Useful for implementing scrolling (Ability to scroll a specific item in a tree into view #644). Add Tree#getNodeContentElement #679Button
active
prop sets.pt-active
class (:tophat: @DrewDennison) Add 'active' prop to Button to avoid having to use 'pt-active' in className #712.pt-file-upload
supports:disabled
attribute Add disabled support for pt-file-upload #689EditableText
firesonChange
on escape when value is unconfirmed EditableText not firing an onChange on esc #687InputGroup
action default color in dark theme Fix input group action static color #709NonIdealState
vertical centering by addingheight: 100%
Center NonIdealState vertically #651NumericInput
cursor placement on FF [Numeric Input] Fix two failing cursor-placement unit tests in Firefox #703 and focus-hoarding on IE11 [Numeric Input] Fix focus-hoarding on IE11 #704:focus
and:hover
Same styles for minimal button hover & focus #708font-family
declarations on inputs Remove unnecessary font-family declaration on inputs #707.pt-tag
Sass mixins to support custom colors Mixin for tag coloring #606@extend
for pseudoclasses Clean up button files #654Classes
constants:ICON
andTEXT_OVERFLOW_ELLIPSIS
Expose more CSS classes in JS #691@blueprintjs/datetime
1.8.0
DateRangePicker
contiguousCalendarMonths
prop (defaulttrue
). Disabling this prop allows the left and right calendars to move independently. UX: Alter daterange picker UI to show startmonth/endmonth instead of two consecutive months #432 Independent Daterangepicker months #575@blueprintjs/table
1.7.0
Classes
constants file (just likecore
) Lift out table class names into common file #438