Skip to content

Commit

Permalink
v7.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
charleshansen committed Dec 14, 2016
1 parent c9d4fee commit 4e40a91
Show file tree
Hide file tree
Showing 84 changed files with 255 additions and 250 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="7.3.1"></a>
## 7.3.1 (2016-12-14)


### Bug Fixes

* **Modals:** Modal backdrop fades in correctly ([c9d4fee](https://github.com/pivotal-cf/pivotal-ui/commit/c9d4fee))

<a name="7.3.0"></a>
# 7.3.0 (2016-12-12)

Expand Down
11 changes: 4 additions & 7 deletions LATEST_CHANGES.md
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))
2 changes: 1 addition & 1 deletion library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pivotal-ui",
"private": true,
"description": "***",
"version": "7.3.0",
"version": "7.3.1",
"main": "gulpfile.js",
"devDependencies": {
"a11y": "^0.3.3",
Expand Down
8 changes: 4 additions & 4 deletions library/src/pivotal-ui-react/alerts/package.json
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"
}
}
6 changes: 3 additions & 3 deletions library/src/pivotal-ui-react/autocomplete/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "7.3.0",
"version": "7.3.1",
"description": "React autocomplete component",
"homepage": "http://styleguide.pivotal.io/",
"dependencies": {
"classnames": "^2.2.0",
"from": "^0.1.3",
"pui-css-autocomplete": "^7.3.0",
"pui-css-autocomplete": "^7.3.1",
"pui-cursor": "^3.0.4",
"pui-react-mixins": "^7.3.0",
"pui-react-mixins": "^7.3.1",
"scroll-into-view": "^1.3.0",
"through": "^2.3.8",
"trie-search": "^0.1.1"
Expand Down
10 changes: 5 additions & 5 deletions library/src/pivotal-ui-react/back-to-top/package.json
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"
}
}
6 changes: 3 additions & 3 deletions library/src/pivotal-ui-react/buttons/package.json
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"
}
}
4 changes: 2 additions & 2 deletions library/src/pivotal-ui-react/checkbox/package.json
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"
}
}
12 changes: 6 additions & 6 deletions library/src/pivotal-ui-react/collapse/package.json
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"
}
}
8 changes: 4 additions & 4 deletions library/src/pivotal-ui-react/collapsible/package.json
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 library/src/pivotal-ui-react/copy-to-clipboard/package.json
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"
}
}
6 changes: 3 additions & 3 deletions library/src/pivotal-ui-react/dividers/package.json
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"
}
}
8 changes: 4 additions & 4 deletions library/src/pivotal-ui-react/draggable-list/package.json
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"
}
}
8 changes: 4 additions & 4 deletions library/src/pivotal-ui-react/dropdowns/package.json
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"
}
}
4 changes: 2 additions & 2 deletions library/src/pivotal-ui-react/expander/package.json
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"
}
}
6 changes: 3 additions & 3 deletions library/src/pivotal-ui-react/grids/package.json
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"
}
}
2 changes: 1 addition & 1 deletion library/src/pivotal-ui-react/helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.3.0",
"version": "7.3.1",
"description": "A collection of helpers used by pivotal-ui-react components",
"dependencies": {
"classnames": "^2.1.2"
Expand Down
8 changes: 4 additions & 4 deletions library/src/pivotal-ui-react/iconography/package.json
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"
}
}
6 changes: 3 additions & 3 deletions library/src/pivotal-ui-react/images/package.json
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"
}
}
8 changes: 4 additions & 4 deletions library/src/pivotal-ui-react/inputs/package.json
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"
}
}
6 changes: 3 additions & 3 deletions library/src/pivotal-ui-react/labels/package.json
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"
}
}
4 changes: 2 additions & 2 deletions library/src/pivotal-ui-react/lists/package.json
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"
}
}
4 changes: 2 additions & 2 deletions library/src/pivotal-ui-react/media/package.json
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"
}
}
2 changes: 1 addition & 1 deletion library/src/pivotal-ui-react/mixins/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.3.0",
"version": "7.3.1",
"description": "Mixins for use in Pivotal UI Components",
"dependencies": {
"fbjs": "^0.7.2",
Expand Down
8 changes: 4 additions & 4 deletions library/src/pivotal-ui-react/modals/package.json
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"
}
}
8 changes: 4 additions & 4 deletions library/src/pivotal-ui-react/notifications/package.json
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"
}
}
4 changes: 2 additions & 2 deletions library/src/pivotal-ui-react/overlay-trigger/package.json
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 for displaying a tooltip or popover on user action",
"dependencies": {
"pui-react-mixins": "^7.3.0",
"pui-react-mixins": "^7.3.1",
"lodash.uniqueid": "^3.0.0",
"react-tether": "^0.5.2"
},
Expand Down
Loading

0 comments on commit 4e40a91

Please sign in to comment.