-
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
pivotal
committed
Sep 17, 2015
1 parent
b448cb0
commit d128ad2
Showing
227 changed files
with
183,078 additions
and
295 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,17 +1,29 @@ | ||
<a name="2.0.0-alpha.4"></a> | ||
# 2.0.0-alpha.4 (2015-09-09) | ||
<a name="2.0.0-alpha.5"></a> | ||
# 2.0.0-alpha.5 (2015-09-17) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **dropdowns:** Adds default uniqueid to Dropdowns. ([161198a](https://github.com/pivotal-cf/pivotal-ui/commit/161198a)) | ||
* **dropdowns:** Adds missing dependencies to React Dropdowns ([16f67cc](https://github.com/pivotal-cf/pivotal-ui/commit/16f67cc)) | ||
* **dropdowns:** Fixes the highlighting on hover of dropdown items ([718bfdd](https://github.com/pivotal-cf/pivotal-ui/commit/718bfdd)) | ||
* **overlay-trigger:** Adds missing lodash.uniqueid to React Overlay Triggers ([5373bd3](https://github.com/pivotal-cf/pivotal-ui/commit/5373bd396f25468d8d27e16e9a64379b681dde49)) | ||
* **autocomplete:** withRelatedTarget now merges properties in correct order ([ec27ae0](https://github.com/pivotal-cf/pivotal-ui/commit/ec27ae0)) | ||
* **dividers:** reduce padding around large dividers to match small dividers ([b1a1906](https://github.com/pivotal-cf/pivotal-ui/commit/b1a1906)) | ||
* **draggable-list:** draggable list callback is fixed ([0bdd107](https://github.com/pivotal-cf/pivotal-ui/commit/0bdd107)) | ||
* **forms:** Changes input text color to be darker. ([df046bd](https://github.com/pivotal-cf/pivotal-ui/commit/df046bd)) | ||
* **forms:** Remove help-inline class ([87a90a5](https://github.com/pivotal-cf/pivotal-ui/commit/87a90a5)) | ||
* **react-bootstrap:** only require needed components from react bootstrap ([a2847f9](https://github.com/pivotal-cf/pivotal-ui/commit/a2847f9)) | ||
* **sortable-table:** Clicking on sortable header doesn't select text ([a9ec8a0](https://github.com/pivotal-cf/pivotal-ui/commit/a9ec8a0)), closes [#103050640](https://github.com/pivotal-cf/pivotal-ui/issues/103050640) | ||
|
||
### Features | ||
|
||
* **react-animations:** remove pui-css-react-animations ([e944ad0](https://github.com/pivotal-cf/pivotal-ui/commit/e944ad0)) | ||
* **stream-list:** Exports StreamListItem to use for StreamList ([387053e](https://github.com/pivotal-cf/pivotal-ui/commit/387053e)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* **buttons:** (sass variable): the button-skin-alternate mixin is no longer supported ([800c0f9](https://github.com/pivotal-cf/pivotal-ui/commits/800c0f9)) | ||
* **forms:** help-inline class has been removed from forms ([87a90a5](https://github.com/pivotal-cf/pivotal-ui/commits/87a90a5)) | ||
* **forms:** (sass variable) $input-color is now $neutral-3. ([df046bd](https://github.com/pivotal-cf/pivotal-ui/commits/df046bd)) | ||
* **dividers:** (visual appearance) large dividers have less whitespace ([b1a1906](https://github.com/pivotal-cf/pivotal-ui/commits/b1a1906)) | ||
* **draggable-list:** DraggableList callback onDrop is no longer passed to | ||
list items - use onDragEnd instead to provide a callback. ([0bdd107](https://github.com/pivotal-cf/pivotal-ui/commits/0bdd107)) | ||
|
||
|
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.