Skip to content

Commit

Permalink
Prepare Release v1.30.0 (#1642)
Browse files Browse the repository at this point in the history
* Prepare Release v1.30.0

* Fix package versions

* Undo version bumps on datetime and docs

* Bump labs package dependency on core

* remove unused import

* build fixes: add json-loader to all bundle tasks, localResolve labs package

* rebuild site
  • Loading branch information
cmslewis authored Oct 2, 2017
1 parent ae5974d commit 48ab7b7
Show file tree
Hide file tree
Showing 12 changed files with 4,131 additions and 39,782 deletions.
1 change: 1 addition & 0 deletions Gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ const projects = [
"@blueprintjs/core",
"@blueprintjs/datetime",
"@blueprintjs/docs",
"@blueprintjs/labs",
"@blueprintjs/table",
"dom4",
"moment",
Expand Down
11 changes: 6 additions & 5 deletions docs/blueprint-landing.css
Original file line number Diff line number Diff line change
Expand Up @@ -1917,7 +1917,8 @@ a.pt-button {
display: block; }
.pt-editable-text.pt-multiline .pt-editable-content {
overflow: auto;
white-space: pre-wrap; }
white-space: pre-wrap;
word-wrap: break-word; }

.pt-select select {
display: inline-block;
Expand Down Expand Up @@ -3047,7 +3048,7 @@ a.pt-button {
margin: 0 7px;
line-height: 30px;
color: #5c7080; }
.pt-input-group .pt-spinner {
.pt-input-group .pt-input-action > .pt-spinner {
margin: 3px; }
.pt-input-group .pt-tag {
margin: 5px; }
Expand Down Expand Up @@ -3093,7 +3094,7 @@ a.pt-button {
padding-left: 40px; }
.pt-input-group.pt-large .pt-input:not(:last-child) {
padding-right: 40px; }
.pt-input-group.pt-large .pt-spinner {
.pt-input-group.pt-large .pt-input-action > .pt-spinner {
margin: 8px; }
.pt-input-group.pt-round .pt-button,
.pt-input-group.pt-round .pt-input,
Expand Down Expand Up @@ -6849,7 +6850,7 @@ table.pt-table {
.pt-dark .pt-tree-node.pt-tree-node-selected > .pt-tree-node-content {
background-color: #137cbd; }
/*
* Copyright 2015-present Palantir Technologies, Inc. All rights reserved.
* Copyright 2015 Palantir Technologies, Inc. All rights reserved.
*/
.pt-wireframes {
position: absolute;
Expand Down Expand Up @@ -7015,7 +7016,7 @@ table.pt-table {
animation-delay: 5s; }

/*
* Copyright 2015-present Palantir Technologies, Inc. All rights reserved.
* Copyright 2015 Palantir Technologies, Inc. All rights reserved.
*/
body,
h1,
Expand Down
Loading

1 comment on commit 48ab7b7

@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 v1.30.0 (#1642)

Preview: documentation
Coverage: core | datetime

Please sign in to comment.