Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pui-css-bootstrap

Package Overview
Dependencies
Maintainers
13
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pui-css-bootstrap - npm Package Versions

13
9

8.0.1

Diff

Changelog

Source

8.0.1 (2017-03-14)

Bug Fixes

  • Iconography: allow icon svgs to be sourced from app/svg directory (537bd71)
  • Dropdown: link and flat dropdown styling fixes (156be26)
  • Dropdown: dropdown menu styling fix (ef1daaa)
  • Copy to Clipboard: fix calls to window and document

Features

  • Buttons: default aria-label for buttons is the button text, and type is set to button
  • Dropdown: support for small dropdowns

<a name="8.0.0"></a>

jadekler
published 8.0.0 •

Changelog

Source

8.0.0 (2017-03-09)

Bug Fixes

Features

  • 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.

Breaking Changes

  • Buttons: The .button class has been replaced by the .btn class. All <button> tags now require the .btn class to be styled.
  • Dropdowns: CSS version has new structure and classes, see style guide. The small size has been removed. The following changes have been made to the React component:
    • The pullRight option has been replaced with the menuAlign option to accommodate the ability to pull left.
    • The border option has been removed.
    • The toggle option has been replaced with by the icon option.
    • The menuCaret option has been renamed to showIcon for clarity.
  • Forms: The following classes have been removed: .checkbox-inline, .radio-inline, .inline-labels, and .unstyled.
  • Iconography: The .svgicon class has been replaced by the .icon class. The .svg-baseline and .svg-middle classes have been replaced by .icon-baseline and .icon-middle classes.
  • Tables: The following CSS classes have been removed: .table-data, .table-key-value, .table-striped, and .table-light. The variously-sized scrollable tables classes have been removed: .table-scrollable-sm, .table-scrollable-md, and .table-scrollable-lg. Scrollable tables now have a default max height of 164px.
  • Tooltips: The CSS version no longer relies on bootstrap. CSS version has new structure and classes, see style guide.

Deprecated

  • Panels: The following types of panels are deprecated: simple, basic alt, panel title, highlight panel, alternate, shadow, card, and clickable.
  • Tabs: The following types of tabs are deprecated: simple alt tabs and images tabs
  • Typography: h1.title

<a name="7.5.5"></a>

jadekler
published 7.5.5 •

Changelog

Source

7.5.5 (2017-03-08)

Bug Fixes

  • Modals: Inject document object so that Modals can be server rendered (788b6ae)
  • ScrimMixin: Inject document object so that ScrimMixins can be server rendered (788b6ae)

<a name="7.5.4"></a>

jadekler
published 7.5.4 •

Changelog

Source

7.5.4 (2017-02-10)

<a name="7.5.3"></a>

charleshansen
published 7.5.3 •

Changelog

Source

7.5.3 (2017-02-09)

Bug Fixes

  • Autocomplete: Pass onClick handler to custom lists in autocomplete (c2fe76a)

<a name="7.5.3"></a>

jadekler
published 7.5.2 •

Changelog

Source

7.5.2 (2017-02-08)

Bug Fixes

  • Packaging: Do not break commonjs (d52eeed)

<a name="7.5.1"></a>

jadekler
published 7.5.1 •

Changelog

Source

7.5.1 (2017-02-07)

Bug Fixes

  • collapse: Re-publish 7.5.0 because 7.5.0 seemed to have missed collapse.css

<a name="7.5.0"></a>

charleshansen
published 7.5.0 •

Changelog

Source

7.5.0 (2017-02-03)

Bug Fixes

  • Iconography: Style props are applied to wrapper instead of inner element (68d9a21)
  • Modal: Body doesnt scroll when modal is active (7e64586)
  • Autocomplete: Fix onPick throwing an error (4f0110)
  • Autocomplete: Fix zIndex so that it appropriately is displayed on top of things (2a2ee0)

Features

  • FlexGrid: Add flex grid

<a name="7.4.0"></a>

charleshansen
published 7.4.0 •

Changelog

Source

7.4.0 (2017-01-18)

Bug Fixes

  • iconography: updated styles (f076eda)
  • modal: modal can scroll vertically if it is taller than the screen (6760e5b)

Features

  • Icon: Add verticalAlign prop support [#135989699] (a0c75f8)
  • Iconography: Add support for spinner, spinner-md, and spinner-sm (1903e66)

<a name="7.3.1"></a>

charleshansen
published 7.3.1 •

Changelog

Source

7.3.1 (2016-12-14)

Bug Fixes

  • Modals: Modal backdrop fades in correctly (c9d4fee)

<a name="7.3.0"></a>

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc