Skip to content

Commit

Permalink
🌟 Prepare release v2.0.0 🌟 (#2302)
Browse files Browse the repository at this point in the history
* remove docs banner

* update README and whats-new docs notes

* Prepare release v2.0.0

* What's new sentence case

* More what's new sentence casing

* What's new links sentence case

* full changelog button
  • Loading branch information
giladgray authored Mar 22, 2018
1 parent 6e09b74 commit 9bd0a5b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 17 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ If you rely heavily on mobile interactions and are looking for a mobile-first UI

[**Read the introductory blog post β–Έ**](https://medium.com/@palantir/scaling-product-design-with-blueprint-25492827bb4a)

**Support question**? We use the [blueprintjs tag on Stack Overflow β–Έ](http://stackoverflow.com/questions/tagged/blueprintjs)
**Support question**? We use the [**blueprintjs** tag on Stack Overflow **β–Έ**](http://stackoverflow.com/questions/tagged/blueprintjs)

## :construction: 2.0 in development :construction:
## :star2: 2.0 is out! :star2:

The `develop` branch of this repository is currently being used for development of the next major version of Blueprint. See [What's New in Blueprint 2.0](https://github.com/palantir/blueprint/wiki/What's-New-in-Blueprint-2.0) for a list of changes. Track progress with the [2.0.0 milestone](https://github.com/palantir/blueprint/milestone/23).
[**What's new in Blueprint 2.0 β–Έ**](https://github.com/palantir/blueprint/wiki/What's-new-in-Blueprint-2.0)

[**2.0 migration guide β–Έ**](https://github.com/palantir/blueprint/wiki/What's-new-in-Blueprint-2.0#migration-path)

To make a contribution that you wish to have released in a 1.x version of any `@blueprintjs` package, please submit a PR to the `release/1.x` branch.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blueprintjs-monorepo",
"version": "2.0.0-rc.4",
"version": "2.0.0",
"private": true,
"description": "A React UI toolkit for the web.",
"workspaces": [
Expand Down
9 changes: 1 addition & 8 deletions packages/docs-app/src/components/blueprintDocs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import { Classes, setHotkeysDialogProps } from "@blueprintjs/core";
import { IPackageInfo } from "@blueprintjs/docs-data";
import { Banner, Documentation, IDocumentationProps, INavMenuItemProps, NavMenuItem } from "@blueprintjs/docs-theme";
import { Documentation, IDocumentationProps, INavMenuItemProps, NavMenuItem } from "@blueprintjs/docs-theme";
import classNames from "classnames";
import { isPageNode, ITsDocBase } from "documentalist/dist/client";
import * as React from "react";
Expand Down Expand Up @@ -36,12 +36,6 @@ export class BlueprintDocs extends React.Component<IBlueprintDocsProps, { themeN
public state = { themeName: getTheme() };

public render() {
const banner = (
<Banner href="http://blueprintjs.com/docs/v1/">
This documentation is for Blueprint v2, which is currently under development. Click here to go to the v1
docs.
</Banner>
);
const footer = (
<small className={classNames("docs-copyright", Classes.TEXT_MUTED)}>
&copy; {new Date().getFullYear()}
Expand All @@ -63,7 +57,6 @@ export class BlueprintDocs extends React.Component<IBlueprintDocsProps, { themeN
return (
<Documentation
{...this.props}
banner={banner}
className={this.state.themeName}
footer={footer}
header={header}
Expand Down
9 changes: 4 additions & 5 deletions packages/docs-app/src/whats-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Blueprint 2.0 features JavaScript API refactors, smaller & more modular packages, and very few changes to the CSS API.

## πŸ”† Highlights
### Highlights

- The minimum version of React is now 16.2.
- The minimum version of TypeScript for the declaration files is now 2.3.
Expand All @@ -13,7 +13,6 @@ Blueprint 2.0 features JavaScript API refactors, smaller & more modular packages
- `Popover2` is now the default `Popover`. It uses [Popper.js](https://popper.js.org/) instead of [Tether](http://tether.io/), which provides much better auto-positioning capabilities and solves a number of outstanding bugs out-of-the-box.
- All Labs components (in `@blueprintjs/labs`) have been moved into separate packages so that you no longer have to deal with the `0.x` version range for many components that are used widely in production.

## πŸ“ Full changelog

Check out [the 2.0 migration wiki page](https://github.com/palantir/blueprint/wiki/What's-New-in-Blueprint-2.0) for full details on
the breaking changes as well as a recommended migration path.
<a class="pt-button pt-intent-primary" href="https://github.com/palantir/blueprint/wiki/What's-new-in-Blueprint-2.0" target="_blank" style="margin-top: 30px;">
View the full changelog on the wiki
</a>

1 comment on commit 9bd0a5b

@blueprint-bot
Copy link

Choose a reason for hiding this comment

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

🌟 Prepare release v2.0.0 🌟 (#2302)

Preview: documentation | landing | table

Please sign in to comment.