Skip to content
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

Merged
merged 1 commit into from
Mar 21, 2018
Merged

Prepare Release v2.0.0-rc.4 #2291

merged 1 commit into from
Mar 21, 2018

Conversation

giladgray
Copy link
Contributor

@giladgray giladgray commented Mar 21, 2018

Release notes for changes from 2.0.0-rc.3:

General

@blueprintjs/core 2.0.0-rc.4

@blueprintjs/datetime 2.0.0-rc.4

@blueprintjs/icons 2.0.0-rc.4

  • No changes since RC 3, just bumping version.

@blueprintjs/select 2.0.0-rc.4

  • 🌟 [select] itemListRenderer #2252 Add itemListRenderer prop to all select components
    • Pull initialContent, noResults, itemListRenderer up to QueryList props (other components extend this shared interface)
    • QueryList renderer receives rendered itemList ReactNode.
    • itemListRenderer is now the only one with access to items/itemsParentRef/renderItem props.
    • The default itemListRenderer produces a Menu using filteredItems (to preserve arrow keys order).
    • New utility function renderFilteredItems() exported from package.
  • Add filteredItems to queryList #2213 Add filteredItems to renderer props
  • [select] Add query to itemRenderer props #2245 Add query to itemRenderer props (:tophat: @reiv)

@blueprintjs/table 2.0.0-rc.4

@blueprintjs/timezone 2.0.0-rc.4

  • No changes since RC 3, just bumping version.

Documentation

Copy link
Contributor

@cmslewis cmslewis left a 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}\"",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reasoning here?

Copy link
Contributor Author

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.

@cmslewis
Copy link
Contributor

@llorca Let's change the favicon?

image

image

@blueprint-bot
Copy link

Prepare Release v2.0.0-rc.4

Preview: documentation | landing | table | github pages

Copy link
Contributor

@llorca llorca left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎊🎉🔥

@giladgray giladgray merged commit 72b8962 into develop Mar 21, 2018
@giladgray giladgray deleted the release/2.0.0-rc.4 branch March 21, 2018 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants