Skip to content

Releases: pivotal-cf/pivotal-ui

Mustard Cinnamon

29 Sep 19:06
Compare
Choose a tag to compare

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)
  • **...
Read more

v2.0.0-alpha.5

18 Sep 17:23
Compare
Choose a tag to compare
v2.0.0-alpha.5 Pre-release
Pre-release
v2.0.0-alpha.5

Chocolate

08 Jul 18:54
Compare
Choose a tag to compare

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

27 Jun 00:52
Compare
Choose a tag to compare

1.9.1 (2015-06-26)

Bug Fixes

  • alerts: remove stray 's' in alerts docs ((356e997))

Cherry Garcia

29 Jun 16:34
Compare
Choose a tag to compare

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:
    • add missing license content to all react components ((5227c32), closes (#97441574))
    • add missing license content to all css components ((9bdd636))
  • 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

  • contributor-workflow:
    • add command to copy vendored PUI packages to projects ((8538ef3))
    • improve contributor workflow for react components ((f15b66d))
    • improve contributor workflow for css components ((1d8813c))
  • iconography: Add fa-h1 through fa-h6 and friends ((1ccab00))
  • portals: Add Portals React component to styleguide ((77ca252))
  • react-iconography: add size options to iconography ((5e14a23))
  • styleguide:
    • Add product designer job req #97262154
    • update bitly link to correct url ((699e23a))
    • shiny new intro page ((31b3d0b))

Root Beer Float

28 May 19:17
Compare
Choose a tag to compare

1.8.0 (2015-05-28)

Bug Fixes

  • lists: add iconography as a dependency of lists npm module ((110e627))

Features

  • packaging: Add pui-css-all, containing all css components ((64897ca))
  • react: Upgrade all React components to use React v0.13 ((394f82c))

Mint Chocolate Chip Cookie Dough

27 May 19:24
Compare
Choose a tag to compare

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

18 May 19:24
Compare
Choose a tag to compare

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:
    • Modals regain their fly-in behavior ((1704b41), closes (#94552398))
    • React Modals now display on open ((5536645), closes (#94552398))
  • 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:
  • bordered-panel-title:
    • Add a React component for the new Panel Basic Alt ((d5a435a))
    • Add new panel-basic-alt component ((11ba90a))
  • component-css-files: Output individual CSS files per component ((acb5bb0))
  • deprecated: Deprecate some components ((4abcac5))
  • fonts:
    • Add assets to typography and iconography components ((a2d1f58))
    • Include fonts in typography component #91437306
  • 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

Secret Breakfast - Side of Bacon

07 Apr 23:16
Compare
Choose a tag to compare

1.6.1 (2015-04-07)

Bug Fixes

  • packaging: Remove extra ../ from paths [](%287c863550%29, closes %28#91991302%29)

Secret Breakfast

27 Feb 18:18
@rdy rdy
Compare
Choose a tag to compare

1.6.0 (2015-02-27)

Features

  • timeline-list: style timeline-list ((d0b60da))