-
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 v1.28.0 #1571
Prepare release v1.28.0 #1571
Conversation
Prepare release v1.28.0Preview: documentation | table | github pages |
Looks like we've got another flaky test :( |
@llorca flaky test? things look good to me. edited release notes to provide context on new labs props, moved some more things to Documentation section. need more context on Table new feature: what issue does this fix? can we describe it differently to capture the WHY? |
@giladgray done |
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.
LGTM. Thanks @llorca!
@giladgray yeah I had to manually retrigger the build. Focus stuff again https://circleci.com/gh/palantir/blueprint/3945 |
Um given that #1515 seems to be broken again, should we remove it from the notes? |
Actually I take it back. It appears to work on this PR. It didn't on other recent table ones, but maybe they were just based on older code? |
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.
Language review only
📖 Latest docs: blueprintjs.com/docs
@blueprintjs/core 1.28.0
💎 New features
pt-icon-filter-keep
,pt-icon-filter-remove
,pt-icon-key
,pt-feed-subscribed
,pt-icon-widget-button
,pt-icon-widget-header
,pt-icon-widget-footer
,pt-icon-header-one
,pt-icon-header-two
@blueprintjs/table 1.25.0
💎 New features
TruncatedFormat
now receives parentwidth
/height
as propsTruncatedFormat
avoid re-measuring if the parent size didn't change across updates🐛 Bug fixes
@blueprintjs/labs 0.9.0
💎 New features
Select
/MultiSelect
/Omnibox
initialContent
prop is rendered when query is empty (instead of fullitems
list)noResults
, which is rendered when a non-empty query returns zero resultsSelect
disabled
prop disables thePopover
Documentation
Table
development preview page