Releases: pivotal-cf/pivotal-ui
Releases · pivotal-cf/pivotal-ui
Mustard Cinnamon
2.0.0 (2015-09-29)
BREAKING CHANGES
- alerts: (css class) .alert-icon styles icons within alerts. (a6cfe36)
- buttons: (css class) .btn-primary and PrimaryButton are no longer supported. (8b86a1f)
- buttons: (css class) the value of $error-3, and $red-3 became darker. (232156c)
- buttons: (sass variable): the button-skin-alternate mixin is no longer supported (800c0f9)
- colors: (sass variables) 2.0 conversion table,dark,dark-3 is now dark-4,dark-2 is now dark-3,dark-1 is now dark-2,brand,brand-3 is now brand-8,brand-1 is now brand-3,brand-5 is now brand-10,brand-2 is now brand-5,brand-4 has changed, there is no equivalent color in 2.0 and will now be brand-9 to have a more appropriate place within the brightness scale,accent,accent-5 is now accent-6,accent-4 has changed, there is no equivalent color in 2.0 and will now be accent-5 to have a more appropriate place within the brightness scale,accent-3 is now accent-4,accent-2 is now accent-3,accent-1 is now accent-2,error,error-4 is now error-6,error-3 is now error-4,error-2 is now error-3,error-1 is now error-2,warn,warn-3 is now warn-6,warn-2 is now warn-3,success,success-2 is now success-6 (aeba298)
- dropdowns: (css class) Dropdowns now become darker when opened instead of lighter.(70fece4)
- dropdowns: (javascript) PrimaryDropdowns are no longer supported. (f1bfc81)
- ellipsis: (css class) 2 and 3 line ellipsis no longer supported. (fbd5fc3)
- expander: (html) The DOM for ExpanderTrigger has changed. There is no longer a wrapping div. (480c7bc)
- forms: (css class) Help text on input is now darker. (f2761e3)
- forms: (css class) .help-block has a darker color now. For the old color, use $gray-dark. (f2761e3)
- health_indicators: removes health_indicators from pui-css-deprecated (799eb23)
- images: (javascript) Images no longer responsive by default. Please use the responsive flag. (447a6a0)
- links: (css class) link-lowlight-alt is no longer supported. Please use link-lowlight instead. (757a0a1)
- links: (css class) the value of $link-color, $accent-2, and $blue-2 became darker (29c5826)
- lists: (sass variable) $list-steps-color-current is now $brand-8 (690d59b)
- lists: (css class) addable list animations removed. Do not use. (53315f5)
- lists: (html) The `.event-list` class is no longer supported. If you want to build a event list, build it up using a group list. See an example at http://styleguide.pivotal.io/elements.html#list_group (f8f2e40)
- maps: (css class) Google maps now need the `.labs-map` class to get styles. (d24e699)
- mixin: (sass variable) font() mixin no longer available. Use font-helper mixin from pui-css-typography instead. (dc94761)
- modernizr: (javascript) modernizr is no longer included with Pivotal UI (086002c)
- no-js: removes .no-js from pui-css-deprecated (c3674a2)
- panes: (javascript) outerClass, and innerClass no longer work. Use className and innerClassName to pass the classes, respectively. (76ac09e)
- selects: (sass variables) $input-border is now $neutral-7 (192e5af)
- sortable-table: (javascript) React component has new wrapping components for the header and rows. (537f477)
- tabs: (javascript) For the react version of tabs, the property 'tabs' is now called 'title' (01dad2a)
- tabs: (sass variables) $tab-responsive-color is now $neutral-3 instead of $neutral-4 and $tab-responsive-active-color is now $brand-5 instead of $brand-8 (7d99cec)
- tabs: The old styling of SimpleTabs is no longer
available. The same classes or React Components use the new styles. (a942a44) - tabs: (whitespace) tab default body padding is now on .tab-pane (cac8cde)
- toggles: removes toggles from pui-css-deprecated (945039a)
- typography: (css class) header line height changed and will look closer together on multiline headers but will look the same on single line headers (492247a)
Features
- autocomplete: Add autocomplete React component (6304d0c)
- back-to-top: react back-to-top accepts classname, id, style (92e095b)
- bootstrap: upgrade bootstrap from 3.3.1 to 3.3.5 (6f96e31)
- btn-group: Adds button groups (f2ff18a)
- buttons: react buttons now accept classname, id, and style (1f41c6d)
- collapse: Collapse can now start out open by passing defaultExpanded (7f01614)
- colors: Add new dark swatches and color styles (143695b)
- colors: add type modifiers for dark colors (46bfbf3)
- dividers: Dividers passthrough className, id and style (7d1db48)
- draggable-list: DraggableList passes through attributes (183810a)
- dropdown: Dropdown and DropdownItem pass through attributes (87b40f7)
- forms: Change selects to have label outside (e876de4)
- helpers: add `pui-react-helpers` module, with `mergeProps` function (ea0d732)
- labels: react labels now accept classname, id, style (48e9a39)
- lists: react lists accept classname, id, and style props (4f2a0e1)
- maps: Removes Maps dependency on id for height styling (d24e699)
- modal: Make x to close react modals accessible (48e41dd)
- modal: Modals passthrough className, id, and style (fe01756)
- notification: AlertNotifications passes through id, className, and style (0e8061a)
- notification: Notifications pass through className, style, and id (859e679)
- notifications: Add size prop to react notifications (569fcc8)
- overlay-trigger: Creates a unique id for overlay prop (52523d4)
- panels: Adds passthroughs for className, id, and style (174c544)
- panes: Panes passthrough className, id, and style (76ac09e)
- radio: Classname and style passes through to radio div (9f736c9)
- radio-group: react radio-group accepts classname, id, and style props (4d781f5)
- react-animations: remove pui-css-react-animations (e944ad0)
- ribbons: react ribbons now accept classname, id, and style props (1ecda1f)
- select-fancy: add a select fancy react component (b20a078)
- stream-list: Creates a stream-list component (b96429e)
- tabs: Makes tabs responsive (721cdbf)
- tabs: Adds new component LeftTabs in Tabs package (c1e87dd)
- **...
v2.0.0-alpha.5
v2.0.0-alpha.5
Chocolate
1.10.0 (2015-07-08)
Bug Fixes
- dropdown: Fix border on default alt dropdown hover (5ebcaaf)
- dropdowns: add `pui-css-buttons` as a dependency (f980b16)
- forms: Fix typo in forms styleguide entry (3918e0f)
Features
- notifications: "no notifications" bell no longer needs modifier classes (8e8fd2a)
- notifications: alert notifications badges no longer need modifier classes (f4b963c)
- notifications: notification bells and badges no longer need modifier classes (1b94fdd)
- notifications: notifications bells scale with different size/color modifiers (ebca281)
- typography: typography size classes are !important (b969aac)
DEPRECATION WARNINGS
- notifications: The notification HTML markup is changed. The old
markup will work for now, but will no longer be supported in the next
major release.
Pistachio
Cherry Garcia
1.9.0 (2015-06-24)
Bug Fixes
- colors: Fixes typo in color style guide for
accent-1
. ((27486ab)) - contributor-workflow: remove unnecessary console.log ((8b07548))
- iconography: Add line height to fa-h1 through fa-h6 ((f036f7e))
- notifications: Fix h2 styling on AlertNotification component. ((3e715ac))
- packages:
- packaging: add license to pui-css-bootstrap module ((8c85258), closes (#95916290))
- panel: panel whitespace should support 'none' value ((f34fd1d))
- react-bootstrap: lock react-bootstrap to a non-broken version ((d93dd4c), closes (#97155534))
- react-dropdown: Add documentation of the buttonClassName property ((70f786c))
- vendor-package: temp fix for ci error ((448d820))
Features
Root Beer Float
Mint Chocolate Chip Cookie Dough
1.7.1 (2015-05-27)
Bug Fixes
- alerts: Remove erroneous border from alerts ((5207bfc), closes (#94972296))
- dropdowns: update link dropdown example to have proper spacing ((41a84ac), closes (#94978452))
- btn-default-alt button: Update btn-default-alt to have border ((5e0bbac))
Deprecation warnings
The following components are deprecated, and will be removed in the next major release:
- Large accordions
- Alternate modals
Chocolate Chip Cookie Dough
1.7.0 (2015-05-18)
Bug Fixes
- forms packaging: Do not rely on .h1 styles existing in the forms scss finishes #92549350
- iconography: fixed font-awesome peer dependency [](%284dc7fb7e%29, closes %28#91866334%29)
- modal:
- packaging:
- Fix copyright holder name in css components ((f494575), closes (#92150274))
- Remove extra ../ from paths [](%28c2c1ef89%29, closes %28#91991302%29)
- ribbons: Update styleguide link in Ribbons component ((0b4720a))
- test: use buttons component in modal spec ((2cefe54))
- tooltips: Remove the default transparency from tooltips #91368306
Features
- alignment: move alignment into npm ((abf1e7f))
- back-to-top:
- Add new back-to-top React component to docs ((79f79a7))
- -published back-to-top css finishes #91866360
- bordered-panel-title:
- component-css-files: Output individual CSS files per component ((acb5bb0))
- deprecated: Deprecate some components ((4abcac5))
- fonts:
- iconography: Publish iconography css component with dependencies finishes #91866334
- links: -published links component css finishes #91888924
- maps: Publish pui-css-maps component ((81ddf03))
- prismjs: Publish pui-prismjs ((acf08ae))
- react-expander: Add Expander components to Pivotal UI. ((d1edc00))
- react-grids: Extract and use grids npm package finishes #90971838
- variables-and-mixins: Publish pui-variables.scss and mixins.scss to npm ((7716f2f))
Deprecation warnings
The following components are deprecated, and will be removed in the next major release:
- Health indicators
- Pivnet homepage
- Scales
- Apps Manager-style toggles
- Traffic lights
- No JavaScript
- 2 & 3 line ellipsis
- Event list
The following JavaScript libraries will also not be included in the next major release:
- jQuery
- Bootstrap.js
- Modernizr
- Lodash
- PUI Utils