[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
v8.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
apps-manager committed Jun 24, 2017
1 parent 0144ee8 commit 4f6ab64
Show file tree
Hide file tree
Showing 88 changed files with 275 additions and 261 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<a name="8.3.1"></a>
## 8.3.1 (2017-06-24)


### Bug Fixes

* **Portals:** Portals render correctly even if the source does not exist ([90820be](https://github.com/pivotal-cf/pivotal-ui/commit/90820be)), closes [#138224093](https://github.com/pivotal-cf/pivotal-ui/issues/138224093)
* **Svg:** when src prop changes, load and render new svg [#146825139] ([2b30d0d](https://github.com/pivotal-cf/pivotal-ui/commit/2b30d0d))

### Features

* **dropdown:** onSelect is triggered by clicking DropdownItem &lt;li&gt; ([e62e3e7](https://github.com/pivotal-cf/pivotal-ui/commit/e62e3e7))
* **Toolbar:** Further tweaks to toolbar [#146811529] ([3b2022a](https://github.com/pivotal-cf/pivotal-ui/commit/3b2022a))



<a name="8.3.0"></a>
# 8.3.0 (2017-06-13)

Expand Down
14 changes: 6 additions & 8 deletions LATEST_CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
<a name="8.3.0"></a>
# 8.3.0 (2017-06-13)
<a name="8.3.1"></a>
## 8.3.1 (2017-06-24)


### Bug Fixes

* **Select:** misalignment of contents [Finishes #146853023] ([21bf21f](https://github.com/pivotal-cf/pivotal-ui/commit/21bf21f))
* **Select:** set margin-top to 0 for select ul [finishes #146853025] ([97889d1](https://github.com/pivotal-cf/pivotal-ui/commit/97889d1))
* **Svg:** when src prop changes, load and render new svg [#146825139] ([c40681a](https://github.com/pivotal-cf/pivotal-ui/commit/c40681a))
* **TableCell:** allow cellClass prop to set classNames on the rendered td [finishes #146845001] ([26543c3](https://github.com/pivotal-cf/pivotal-ui/commit/26543c3))
* **Portals:** Portals render correctly even if the source does not exist ([90820be](https://github.com/pivotal-cf/pivotal-ui/commit/90820be)), closes [#138224093](https://github.com/pivotal-cf/pivotal-ui/issues/138224093)
* **Svg:** when src prop changes, load and render new svg [#146825139] ([2b30d0d](https://github.com/pivotal-cf/pivotal-ui/commit/2b30d0d))

### Features

* **Dropdown:** When Dropdowns are open, clicking outside the dropdown ([0c8dadb](https://github.com/pivotal-cf/pivotal-ui/commit/0c8dadb))
* **tables:** Add column index to table cells ([b532319](https://github.com/pivotal-cf/pivotal-ui/commit/b532319))
* **dropdown:** onSelect is triggered by clicking DropdownItem &lt;li&gt; ([e62e3e7](https://github.com/pivotal-cf/pivotal-ui/commit/e62e3e7))
* **Toolbar:** Further tweaks to toolbar [#146811529] ([3b2022a](https://github.com/pivotal-cf/pivotal-ui/commit/3b2022a))



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": "8.3.0",
"version": "8.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,12 +1,12 @@
{
"version": "8.3.0",
"version": "8.3.1",
"description": "React components to display flash messages to the user",
"homepage": "http://styleguide.pivotal.io/",
"dependencies": {
"classnames": "2.2.5",
"prop-types": ">=15.5.6",
"pui-css-alerts": "=8.3.0",
"pui-react-iconography": "=8.3.0",
"pui-react-media": "=8.3.0"
"pui-css-alerts": "=8.3.1",
"pui-react-iconography": "=8.3.1",
"pui-react-media": "=8.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,14 +1,14 @@
{
"version": "8.3.0",
"version": "8.3.1",
"description": "React autocomplete component",
"homepage": "http://styleguide.pivotal.io/",
"dependencies": {
"classnames": "^2.2.0",
"from": "^0.1.3",
"prop-types": ">=15.5.6",
"pui-css-autocomplete": "=8.3.0",
"pui-css-autocomplete": "=8.3.1",
"pui-cursor": "^3.0.4",
"pui-react-mixins": "=8.3.0",
"pui-react-mixins": "=8.3.1",
"scroll-into-view": "^1.3.0",
"through": "^2.3.8",
"trie-search": "^1.0.0"
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,13 +1,13 @@
{
"version": "8.3.0",
"version": "8.3.1",
"description": "React Back to Top component",
"homepage": "http://styleguide.pivotal.io/",
"dependencies": {
"prop-types": ">=15.5.6",
"pui-css-back-to-top": "=8.3.0",
"pui-react-helpers": "=8.3.0",
"pui-react-iconography": "=8.3.0",
"pui-react-mixins": "=8.3.0",
"pui-css-back-to-top": "=8.3.1",
"pui-react-helpers": "=8.3.1",
"pui-react-iconography": "=8.3.1",
"pui-react-mixins": "=8.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,10 +1,10 @@
{
"version": "8.3.0",
"version": "8.3.1",
"description": "A collection of React components providing styled buttons and links",
"homepage": "http://styleguide.pivotal.io/",
"dependencies": {
"prop-types": ">=15.5.6",
"pui-css-buttons": "=8.3.0",
"pui-react-helpers": "=8.3.0"
"pui-css-buttons": "=8.3.1",
"pui-react-helpers": "=8.3.1"
}
}
12 changes: 6 additions & 6 deletions library/src/pivotal-ui-react/checkbox-dropdown/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"version": "8.3.0",
"version": "8.3.1",
"description": "A React dropdown component with checkboxes",
"homepage": "http://styleguide.pivotal.io/",
"dependencies": {
"classnames": "^2.1.2",
"prop-types": ">=15.5.6",
"pui-css-dropdowns": "=8.3.0",
"pui-react-iconography": "=8.3.0",
"pui-react-dropdowns": "=8.3.0",
"pui-react-checkbox": "=8.3.0",
"pui-react-mixins": "=8.3.0"
"pui-css-dropdowns": "=8.3.1",
"pui-react-iconography": "=8.3.1",
"pui-react-dropdowns": "=8.3.1",
"pui-react-checkbox": "=8.3.1",
"pui-react-mixins": "=8.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,10 +1,10 @@
{
"version": "8.3.0",
"version": "8.3.1",
"description": "A React Checkbox component",
"homepage": "http://styleguide.pivotal.io/",
"dependencies": {
"classnames": "^2.2.0",
"prop-types": ">=15.5.6",
"pui-css-forms": "=8.3.0"
"pui-css-forms": "=8.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,14 +1,14 @@
{
"version": "8.3.0",
"version": "8.3.1",
"description": "React components providing accordions for showing and hiding content",
"homepage": "http://styleguide.pivotal.io/",
"dependencies": {
"classnames": "^2.2.0",
"prop-types": ">=15.5.6",
"pui-css-collapse": "=8.3.0",
"pui-css-dividers": "=8.3.0",
"pui-react-collapsible": "=8.3.0",
"pui-react-helpers": "=8.3.0",
"pui-react-iconography": "=8.3.0"
"pui-css-collapse": "=8.3.1",
"pui-css-dividers": "=8.3.1",
"pui-react-collapsible": "=8.3.1",
"pui-react-helpers": "=8.3.1",
"pui-react-iconography": "=8.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,11 +1,11 @@
{
"version": "8.3.0",
"version": "8.3.1",
"description": "React component showing and hiding content",
"homepage": "http://styleguide.pivotal.io/",
"dependencies": {
"prop-types": ">=15.5.6",
"pui-css-collapse": "=8.3.0",
"pui-react-helpers": "=8.3.0",
"pui-react-mixins": "=8.3.0"
"pui-css-collapse": "=8.3.1",
"pui-react-helpers": "=8.3.1",
"pui-react-mixins": "=8.3.1"
}
}
10 changes: 5 additions & 5 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": "8.3.0",
"version": "8.3.1",
"description": "React copy component",
"homepage": "http://styleguide.pivotal.io/",
"dependencies": {
"prop-types": ">=15.5.6",
"pui-css-copy-to-clipboard": "=8.3.0",
"pui-react-helpers": "=8.3.0",
"pui-react-iconography": "=8.3.0",
"pui-react-tooltip": "=8.3.0"
"pui-css-copy-to-clipboard": "=8.3.1",
"pui-react-helpers": "=8.3.1",
"pui-react-iconography": "=8.3.1",
"pui-react-tooltip": "=8.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,10 +1,10 @@
{
"version": "8.3.0",
"version": "8.3.1",
"description": "React components providing horizontal rules for dividing content",
"homepage": "http://styleguide.pivotal.io/",
"dependencies": {
"prop-types": ">=15.5.6",
"pui-css-dividers": "=8.3.0",
"pui-react-helpers": "=8.3.0"
"pui-css-dividers": "=8.3.1",
"pui-react-helpers": "=8.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,12 +1,12 @@
{
"version": "8.3.0",
"version": "8.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",
"prop-types": ">=15.5.6",
"pui-css-lists": "=8.3.0",
"pui-react-helpers": "=8.3.0",
"pui-react-iconography": "=8.3.0"
"pui-css-lists": "=8.3.1",
"pui-react-helpers": "=8.3.1",
"pui-react-iconography": "=8.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,12 +1,12 @@
{
"version": "8.3.0",
"version": "8.3.1",
"description": "A React dropdown component",
"homepage": "http://styleguide.pivotal.io/",
"dependencies": {
"classnames": "^2.1.2",
"prop-types": ">=15.5.6",
"pui-css-dropdowns": "=8.3.0",
"pui-react-iconography": "=8.3.0",
"pui-react-mixins": "=8.3.0"
"pui-css-dropdowns": "=8.3.1",
"pui-react-iconography": "=8.3.1",
"pui-react-mixins": "=8.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,9 +1,9 @@
{
"version": "8.3.0",
"version": "8.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": {
"prop-types": ">=15.5.6",
"pui-react-collapsible": "=8.3.0"
"pui-react-collapsible": "=8.3.1"
}
}
4 changes: 2 additions & 2 deletions library/src/pivotal-ui-react/flex-grids/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"version": "8.3.0",
"version": "8.3.1",
"description": "React components for laying-out content in a flex grid",
"homepage": "http://styleguide.pivotal.io/",
"dependencies": {
"prop-types": ">=15.5.6",
"pui-css-flex-grids": "=8.3.0"
"pui-css-flex-grids": "=8.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,11 +1,11 @@
{
"version": "8.3.0",
"version": "8.3.1",
"description": "React components for laying-out content in a grid",
"homepage": "http://styleguide.pivotal.io/",
"dependencies": {
"classnames": "^2.2.3",
"prop-types": ">=15.5.6",
"pui-css-grids": "=8.3.0",
"pui-react-helpers": "=8.3.0"
"pui-css-grids": "=8.3.1",
"pui-react-helpers": "=8.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": "8.3.0",
"version": "8.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,13 +1,13 @@
{
"version": "8.3.0",
"version": "8.3.1",
"description": "A React component for rendering Font Awesome icons",
"homepage": "http://styleguide.pivotal.io/",
"dependencies": {
"babel-loader": ">=6.0.0",
"prop-types": ">=15.5.6",
"pui-css-iconography": "=8.3.0",
"pui-react-helpers": "=8.3.0",
"pui-react-svg": "=8.3.0",
"pui-css-iconography": "=8.3.1",
"pui-react-helpers": "=8.3.1",
"pui-react-svg": "=8.3.1",
"react-svg-loader": "^1.1.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,10 +1,10 @@
{
"version": "8.3.0",
"version": "8.3.1",
"description": "A React component for rendering responsive and linked images",
"homepage": "http://styleguide.pivotal.io/",
"dependencies": {
"prop-types": ">=15.5.6",
"pui-css-images": "=8.3.0",
"pui-react-helpers": "=8.3.0"
"pui-css-images": "=8.3.1",
"pui-react-helpers": "=8.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,12 +1,12 @@
{
"version": "8.3.0",
"version": "8.3.1",
"description": "A collection of React components providing styled inputs",
"homepage": "http://styleguide.pivotal.io/",
"dependencies": {
"classnames": "^2.2.0",
"prop-types": ">=15.5.6",
"pui-css-forms": "=8.3.0",
"pui-react-helpers": "=8.3.0",
"pui-react-iconography": "=8.3.0"
"pui-css-forms": "=8.3.1",
"pui-react-helpers": "=8.3.1",
"pui-react-iconography": "=8.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": "8.3.0",
"version": "8.3.1",
"description": "A React component for showing a colored pill of text",
"homepage": "http://styleguide.pivotal.io/",
"dependencies": {
"pui-css-labels": "=8.3.0",
"pui-react-helpers": "=8.3.0"
"pui-css-labels": "=8.3.1",
"pui-react-helpers": "=8.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,10 +1,10 @@
{
"version": "8.3.0",
"version": "8.3.1",
"description": "A collection of React components for rendering different kinds of lists",
"homepage": "http://styleguide.pivotal.io/",
"dependencies": {
"prop-types": ">=15.5.6",
"pui-css-lists": "=8.3.0",
"pui-css-lists": "=8.3.1",
"classnames": "^2.2.0"
}
}
Loading

0 comments on commit 4f6ab64

Please sign in to comment.