pui-css-alerts
Advanced tools
Changelog
8.0.1 (2017-03-14)
<a name="8.0.0"></a>
Changelog
8.0.0 (2017-03-09)
8 point grid system: Many components have been refactored to fit the grid system described in this blog
Accordion/Collapse: Redesigned to 8 point standard. Replaced <h5> tag in panel heading with class .panel-title.
Buttons: Redesigned to 8 point standard.
Dropdown: Redesigned to 8 point standard. CSS solution is truly CSS-only. Added size option. Added floatMenu option to React component to give explicit control over whether menu is floating.
Forms: Redesigned to 8 point standard. Custom icons fixed to 18px by 18px.
Iconography: Wrapping element for Icons were changed from span to div. Added spinner SVGs in three different sizes; sm, md, lg. The spinners can be used in Icons. You can then attach a spinner icon in a button.
Links: Link animation speed changed from 300ms to 150ms.
Modals: Redesigned to 8 point standard. Replaced close image with SVG. Replaced modal body wrapping <p> tag with .modal-body class. Removed bootstrap influence from modals styling.
Panels: Redesigned to 8 point standard.
Tables: Redesigned to 8 point standard. Added flex-grid-driven table in addition to standard HTML table (both React and CSS). Added border and hover modifier classes for CSS only tables.
Tabs: Redesigned to 8 point standard.
Tooltips: Redesigned to 8 point standard. Added a TooltipTrigger React component that uses a different rendering strategy from OverlayTrigger. Added dark and light themes to both TooltipTrigger and OverlayTrigger. CSS solution for tooltip is truly CSS-only. Added three sizes to tooltips (sm, md, lg).
Typography: Redesigned to 8 point standard.
<a name="7.5.5"></a>
Changelog
7.5.1 (2017-02-07)
collapse.css
<a name="7.5.0"></a>
Changelog
7.5.0 (2017-02-03)
<a name="7.4.0"></a>
Changelog
7.4.0 (2017-01-18)
<a name="7.3.1"></a>