-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepare Release v2.0.0-rc.4 #2291
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -16,7 +16,7 @@ | |||
"deploy": "gh-pages -d docs -b master", | |||
"dev:all": "lerna run dev --parallel --scope \"!@blueprintjs/{landing-app,table-dev-app}\"", | |||
"dev:core": "lerna run dev --parallel --scope \"@blueprintjs/{core,icons,docs-app}\"", | |||
"dev:docs": "lerna run dev --parallel --scope \"@blueprintjs/{docs-app,docs-theme}\"", | |||
"dev:docs": "lerna run dev --parallel --scope \"@blueprintjs/{core,docs-app,docs-theme}\"", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reasoning here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
consistency: all other dev:*
tasks watch core. both docs-* packages depend on core and i find when i'm dev'ing docs i often want to make changes in core.
@llorca Let's change the favicon? |
Prepare Release v2.0.0-rc.4Preview: documentation | landing | table | github pages |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎊🎉🔥
Release notes for changes from 2.0.0-rc.3:
General
/*
comments only.React.HTMLAttributes
instead ofReact.HTMLProps
in components that support arbitrary HTML props.@blueprintjs/core 2.0.0-rc.4
NumericInput
supports continuous value change by holding down the button (:tophat: @reiv)Tag
uses SVGIcon
for remove buttonToaster
layout regression (:tophat: @reiv)blueprintPortalClassName
context key supports multiple classesKeyCombo
minimal
prop to render icon and text onlyTag
interactive
modifier support (through.pt-interactive
class)FileInput
default button shadowPopover
targetElementTag
prop a larootElementTag
(:tophat: @tgreen7)Overlay
React unique key warningLabel
helperText
to accept React nodes (:tophat: @will-stone)MenuItem
text clipping with alternate fonts and icon alignment (:tophat: @reiv).pt-skeleton
nested content such as items (:tophat: @univerio).pt-popover-target
styles@blueprintjs/datetime 2.0.0-rc.4
TimePicker
newuseAmPm
prop adds support for 12-hour format (:tophat: @colinbr96)TimePicker
outside padding@blueprintjs/icons 2.0.0-rc.4
@blueprintjs/select 2.0.0-rc.4
itemListRenderer
prop to allselect
componentsinitialContent
,noResults
,itemListRenderer
up toQueryList
props (other components extend this shared interface)QueryList
renderer
receives rendereditemList
ReactNode.itemListRenderer
is now the only one with access toitems
/itemsParentRef
/renderItem
props.itemListRenderer
produces aMenu
usingfilteredItems
(to preserve arrow keys order).renderFilteredItems()
exported from package.filteredItems
torenderer
propsquery
toitemRenderer
props (:tophat: @reiv)@blueprintjs/table 2.0.0-rc.4
EditableCell
fix controlled mode to allow edits to be rejectedonVisibleCellsChange
on scroll in React 16 (:tophat: @mmoutenot)@blueprintjs/timezone 2.0.0-rc.4
Documentation
icons
packages to usage examplesPopover