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 v1.3.0 #344

Merged
merged 1 commit into from
Dec 9, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/assets/img/fb-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/img/fb-image@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 6 additions & 5 deletions docs/blueprint-landing.css
Original file line number Diff line number Diff line change
Expand Up @@ -1464,11 +1464,6 @@ span.pt-icon {
.pt-focus-disabled :focus ~ .pt-control-indicator {
outline: none !important; }

/** Copyright 2015 Palantir Technologies, Inc. All rights reserved.
// Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
// and https://github.com/palantir/blueprint/blob/master/PATENTS */

.pt-alert {
max-width: 400px;
padding: 20px; }
Expand Down Expand Up @@ -4238,6 +4233,12 @@ body.pt-overlay-open {
.pt-button-group:not(.pt-vertical) .pt-tether-target {
float: left; }

.pt-portal {
position: absolute;
top: 0;
right: 0;
left: 0; }

@-webkit-keyframes linear-progress-bar-stripes {
from {
background-position: 0 0; }
Expand Down
22,686 changes: 12,580 additions & 10,106 deletions docs/blueprint-landing.js

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions docs/docs/docs.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12,621 changes: 6,537 additions & 6,084 deletions docs/docs/docs.js

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,19 @@
<title>Blueprint – A React UI toolkit for the web</title>
<meta name="description" content="A React UI toolkit for the web">
<meta name="viewport" content="width=device-width">

<!-- Facebook Sharing -->
<meta property="og:url" content="http://blueprintjs.com/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Blueprint - A React UI toolkit for the web" />
<meta property="og:description" content="A React UI toolkit for the web" />
<meta property="og:image" content="http://blueprintjs.com/assets/img/fb-image.png" />

<!-- Styles -->
<link rel="stylesheet" href="blueprint-landing.css">
<link rel="icon" href="assets/img/favicon.png" sizes="32x32" type="image/png">

<!-- Google Analytics -->
<script type="text/javascript">
if (location.hostname === "blueprintjs.com") {
(function(i,s,o,g,r,a,m){i["GoogleAnalyticsObject"]=r;i[r]=i[r]||function(){
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": "blueprint",
"version": "1.2.0",
"version": "1.3.0",
"private": true,
"description": "A React UI toolkit for the web.",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/core",
"version": "1.2.0",
"version": "1.3.0",
"description": "Core styles & components",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/datetime/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@blueprintjs/datetime",
"version": "1.2.0",
"version": "1.3.0",
"description": "Components for interacting with dates and times",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"style": "dist/blueprint-datetime.css",
"dependencies": {
"@blueprintjs/core": "^1.2.0",
"@blueprintjs/core": "^1.3.0",
"classnames": "^2.2",
"moment": "^2.14.1",
"react-day-picker": "^2.5.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@blueprintjs/docs",
"version": "1.2.0",
"version": "1.3.0",
"description": "Blueprint Docs",
"main": "dist/index.html",
"private": true,
"dependencies": {
"@blueprintjs/core": "^1.2.0",
"@blueprintjs/datetime": "^1.2.0",
"@blueprintjs/core": "^1.3.0",
"@blueprintjs/datetime": "^1.3.0",
"@blueprintjs/table": "^1.2.0",
"chroma-js": "1.1.1",
"classnames": "2.2.5",
Expand Down