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: restored live reload, added
!default
for Sass variables, no morePopover
scrolling.📖 Latest docs: blueprintjs.com/docs
General
@blueprintjs/core
1.3.0
!default
to all Sass variable declarations so they can be easily customized !default for scss variables #194 (thanks @dmackerman 🎩 )Popover
andTooltip
no longer scroll the page when opening Opening any popover scrolls to bottom of page in Firefox #231 Popover doesn't behave correctly when it has an autofocus'd input inside it #240position: fixed
Overlay doesn't stretch 100% height #183 exposed an issue where Tether will move the element in the DOM, thereby making React very angry and generally breaking everything.bodyElement
option.Button
type
andAnchorButton
role
<Button> Specifying type/role? #242setTimeout
management resolves a bunch of potential errors if components are unmounted while timers are still running TabList React Warning when Unmounted Right after a componentDidUpdate #275Popover
only invokesonClose
when becoming disabled Popover onClose only when disabled changes to true #321core
examples resolve examples "cannot find module" errors #332FocusStyleManager
to its own file so it can be imported independently Move focus style manager to its own file #308@blueprintjs/datetime
1.3.0
DateRangePicker
behavior when viewing the last month of the permitted range Date range picker picker broken in month of December #289DateInput
is now compatible with moment-timezone moment-timezone compatability for DateInput #297 (thanks @mfedderly 🎩 )DatePicker
Utils.measureTextWidth should add span to relevant container not body - measurements are off #316DateInput
data After updated to 1.2.0 DateInput doesn't work #322 Regression in DateInput #340Documentation