-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c9d4fee
commit 4e40a91
Showing
84 changed files
with
255 additions
and
250 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
<a name="7.3.0"></a> | ||
# 7.3.0 (2016-12-12) | ||
<a name="7.3.1"></a> | ||
## 7.3.1 (2016-12-14) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **Tables:** Fix column resize on sort change ([7546e1d](https://github.com/pivotal-cf/pivotal-ui/commit/7546e1d)) | ||
* **Tables:** Remove role=button for unsortable headers ([7f1a2d6](https://github.com/pivotal-cf/pivotal-ui/commit/7f1a2d6)) | ||
* **Modals:** Modal backdrop fades in correctly ([c9d4fee](https://github.com/pivotal-cf/pivotal-ui/commit/c9d4fee)) | ||
|
||
### Features | ||
|
||
* **Iconography:** Add new icons ([67f8178](https://github.com/pivotal-cf/pivotal-ui/commit/67f8178)) | ||
* **Tables:** Support sort order none ([afba011](https://github.com/pivotal-cf/pivotal-ui/commit/afba011)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"version": "7.3.0", | ||
"version": "7.3.1", | ||
"description": "React components to display flash messages to the user", | ||
"homepage": "http://styleguide.pivotal.io/", | ||
"dependencies": { | ||
"classnames": "2.2.5", | ||
"pui-css-alerts": "^7.3.0", | ||
"pui-react-iconography": "^7.3.0", | ||
"pui-react-media": "^7.3.0" | ||
"pui-css-alerts": "^7.3.1", | ||
"pui-react-iconography": "^7.3.1", | ||
"pui-react-media": "^7.3.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"version": "7.3.0", | ||
"version": "7.3.1", | ||
"description": "React Back to Top component", | ||
"homepage": "http://styleguide.pivotal.io/", | ||
"dependencies": { | ||
"pui-css-back-to-top": "^7.3.0", | ||
"pui-react-helpers": "^7.3.0", | ||
"pui-react-iconography": "^7.3.0", | ||
"pui-react-mixins": "^7.3.0", | ||
"pui-css-back-to-top": "^7.3.1", | ||
"pui-react-helpers": "^7.3.1", | ||
"pui-react-iconography": "^7.3.1", | ||
"pui-react-mixins": "^7.3.1", | ||
"lodash.throttle": "^3.0.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"version": "7.3.0", | ||
"version": "7.3.1", | ||
"description": "A collection of React components providing styled buttons and links", | ||
"homepage": "http://styleguide.pivotal.io/", | ||
"dependencies": { | ||
"pui-css-buttons": "^7.3.0", | ||
"pui-react-helpers": "^7.3.0" | ||
"pui-css-buttons": "^7.3.1", | ||
"pui-react-helpers": "^7.3.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"version": "7.3.0", | ||
"version": "7.3.1", | ||
"description": "A React Checkbox component", | ||
"homepage": "http://styleguide.pivotal.io/", | ||
"dependencies": { | ||
"classnames": "^2.2.0", | ||
"pui-css-forms": "^7.3.0" | ||
"pui-css-forms": "^7.3.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"version": "7.3.0", | ||
"version": "7.3.1", | ||
"description": "React components providing accordions for showing and hiding content", | ||
"homepage": "http://styleguide.pivotal.io/", | ||
"dependencies": { | ||
"classnames": "^2.2.0", | ||
"pui-css-collapse": "^7.3.0", | ||
"pui-css-dividers": "^7.3.0", | ||
"pui-react-collapsible": "^7.3.0", | ||
"pui-react-helpers": "^7.3.0", | ||
"pui-react-iconography": "^7.3.0" | ||
"pui-css-collapse": "^7.3.1", | ||
"pui-css-dividers": "^7.3.1", | ||
"pui-react-collapsible": "^7.3.1", | ||
"pui-react-helpers": "^7.3.1", | ||
"pui-react-iconography": "^7.3.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"version": "7.3.0", | ||
"version": "7.3.1", | ||
"description": "React component showing and hiding content", | ||
"homepage": "http://styleguide.pivotal.io/", | ||
"dependencies": { | ||
"pui-css-collapse": "^7.3.0", | ||
"pui-react-helpers": "^7.3.0", | ||
"pui-react-mixins": "^7.3.0" | ||
"pui-css-collapse": "^7.3.1", | ||
"pui-react-helpers": "^7.3.1", | ||
"pui-react-mixins": "^7.3.1" | ||
} | ||
} |
12 changes: 6 additions & 6 deletions
12
library/src/pivotal-ui-react/copy-to-clipboard/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"version": "7.3.0", | ||
"version": "7.3.1", | ||
"description": "React copy component", | ||
"homepage": "http://styleguide.pivotal.io/", | ||
"dependencies": { | ||
"pui-css-copy-to-clipboard": "^7.3.0", | ||
"pui-react-helpers": "^7.3.0", | ||
"pui-react-iconography": "^7.3.0", | ||
"pui-react-overlay-trigger": "^7.3.0", | ||
"pui-react-tooltip": "^7.3.0" | ||
"pui-css-copy-to-clipboard": "^7.3.1", | ||
"pui-react-helpers": "^7.3.1", | ||
"pui-react-iconography": "^7.3.1", | ||
"pui-react-overlay-trigger": "^7.3.1", | ||
"pui-react-tooltip": "^7.3.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"version": "7.3.0", | ||
"version": "7.3.1", | ||
"description": "React components providing horizontal rules for dividing content", | ||
"homepage": "http://styleguide.pivotal.io/", | ||
"dependencies": { | ||
"pui-css-dividers": "^7.3.0", | ||
"pui-react-helpers": "^7.3.0" | ||
"pui-css-dividers": "^7.3.1", | ||
"pui-react-helpers": "^7.3.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"version": "7.3.0", | ||
"version": "7.3.1", | ||
"description": "A React component for showing a list of items that can be re-ordered by the user", | ||
"homepage": "http://styleguide.pivotal.io/", | ||
"dependencies": { | ||
"classnames": "^2.2.0", | ||
"pui-css-lists": "^7.3.0", | ||
"pui-react-helpers": "^7.3.0", | ||
"pui-react-iconography": "^7.3.0" | ||
"pui-css-lists": "^7.3.1", | ||
"pui-react-helpers": "^7.3.1", | ||
"pui-react-iconography": "^7.3.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"version": "7.3.0", | ||
"version": "7.3.1", | ||
"description": "A React dropdown component", | ||
"homepage": "http://styleguide.pivotal.io/", | ||
"dependencies": { | ||
"classnames": "^2.1.2", | ||
"pui-css-dropdowns": "^7.3.0", | ||
"pui-react-iconography": "^7.3.0", | ||
"pui-react-mixins": "^7.3.0" | ||
"pui-css-dropdowns": "^7.3.1", | ||
"pui-react-iconography": "^7.3.1", | ||
"pui-react-mixins": "^7.3.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"version": "7.3.0", | ||
"version": "7.3.1", | ||
"description": "A React component that provides an accordion for showing and hiding content where the toggle and the content can be in separate places", | ||
"homepage": "http://styleguide.pivotal.io/", | ||
"dependencies": { | ||
"pui-react-collapsible": "^7.3.0" | ||
"pui-react-collapsible": "^7.3.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"version": "7.3.0", | ||
"version": "7.3.1", | ||
"description": "React components for laying-out content in a grid", | ||
"homepage": "http://styleguide.pivotal.io/", | ||
"dependencies": { | ||
"classnames": "^2.2.3", | ||
"pui-css-grids": "^7.3.0", | ||
"pui-react-helpers": "^7.3.0" | ||
"pui-css-grids": "^7.3.1", | ||
"pui-react-helpers": "^7.3.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"version": "7.3.0", | ||
"version": "7.3.1", | ||
"description": "A React component for rendering Font Awesome icons", | ||
"homepage": "http://styleguide.pivotal.io/", | ||
"dependencies": { | ||
"pui-css-iconography": "^7.3.0", | ||
"pui-react-helpers": "^7.3.0", | ||
"pui-react-svg": "^7.3.0" | ||
"pui-css-iconography": "^7.3.1", | ||
"pui-react-helpers": "^7.3.1", | ||
"pui-react-svg": "^7.3.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"version": "7.3.0", | ||
"version": "7.3.1", | ||
"description": "A React component for rendering responsive and linked images", | ||
"homepage": "http://styleguide.pivotal.io/", | ||
"dependencies": { | ||
"pui-css-images": "^7.3.0", | ||
"pui-react-helpers": "^7.3.0" | ||
"pui-css-images": "^7.3.1", | ||
"pui-react-helpers": "^7.3.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"version": "7.3.0", | ||
"version": "7.3.1", | ||
"description": "A collection of React components providing styled inputs", | ||
"homepage": "http://styleguide.pivotal.io/", | ||
"dependencies": { | ||
"classnames": "^2.2.0", | ||
"pui-css-forms": "^7.3.0", | ||
"pui-react-helpers": "^7.3.0", | ||
"pui-react-iconography": "^7.3.0" | ||
"pui-css-forms": "^7.3.1", | ||
"pui-react-helpers": "^7.3.1", | ||
"pui-react-iconography": "^7.3.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"version": "7.3.0", | ||
"version": "7.3.1", | ||
"description": "A React component for showing a colored pill of text", | ||
"homepage": "http://styleguide.pivotal.io/", | ||
"dependencies": { | ||
"pui-css-labels": "^7.3.0", | ||
"pui-react-helpers": "^7.3.0" | ||
"pui-css-labels": "^7.3.1", | ||
"pui-react-helpers": "^7.3.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"version": "7.3.0", | ||
"version": "7.3.1", | ||
"description": "A collection of React components for rendering different kinds of lists", | ||
"homepage": "http://styleguide.pivotal.io/", | ||
"dependencies": { | ||
"pui-css-lists": "^7.3.0", | ||
"pui-css-lists": "^7.3.1", | ||
"classnames": "^2.2.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"version": "7.3.0", | ||
"version": "7.3.1", | ||
"description": "React components for laying out images/audio/video next to text content", | ||
"homepage": "http://styleguide.pivotal.io/", | ||
"dependencies": { | ||
"classnames": "^2.2.0", | ||
"pui-css-media": "^7.3.0" | ||
"pui-css-media": "^7.3.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"version": "7.3.0", | ||
"version": "7.3.1", | ||
"description": "React components for opening and closing modal windows", | ||
"homepage": "http://styleguide.pivotal.io/", | ||
"dependencies": { | ||
"pui-css-modals": "^7.3.0", | ||
"pui-css-typography": "^7.3.0", | ||
"pui-react-helpers": "^7.3.0" | ||
"pui-css-modals": "^7.3.1", | ||
"pui-css-typography": "^7.3.1", | ||
"pui-react-helpers": "^7.3.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"version": "7.3.0", | ||
"version": "7.3.1", | ||
"description": "A React component for showing a dropdown of notification messages", | ||
"homepage": "http://styleguide.pivotal.io/", | ||
"dependencies": { | ||
"pui-react-dropdowns": "^7.3.0", | ||
"pui-react-helpers": "^7.3.0", | ||
"pui-react-iconography": "^7.3.0", | ||
"pui-react-dropdowns": "^7.3.1", | ||
"pui-react-helpers": "^7.3.1", | ||
"pui-react-iconography": "^7.3.1", | ||
"classnames": "^2.1.3" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.