Skip to content

Latest commit

 

History

History
308 lines (131 loc) · 8.65 KB

File metadata and controls

308 lines (131 loc) · 8.65 KB

1.6.0 (2016-07-11)

1.5.0 (2016-06-26)

Bug Fixes

  • docs: make buttons display block on xs views (#46)(fd14292)

Features

1.4.0 (2016-06-26)

Features

  • Card: add Card related components (#44)(b782807)

1.3.4 (2016-06-12)

Bug Fixes

1.3.3 (2016-06-12)

1.3.2 (2016-06-12)

1.3.1 (2016-04-24)

1.3.0 (2016-03-31)

Bug Fixes

  • .gitignore: add root directories to ignore (8952445)

1.2.4 (2016-03-28)

Bug Fixes

  • src: update paths to src (c61c466)

1.2.3 (2016-03-28)

Bug Fixes

1.2.2 (2016-03-28)

Bug Fixes

  • src: update path to src (5e0caa6)

1.2.1 (2016-03-28)

1.2.0 (2016-03-28)

Features

  • Navbar: add Navbar components (91ad2b4)

1.1.0 (2016-03-27)

Features

  • Navs: Add nav components (5e2ba03)

1.0.0 (2016-03-27)

Code Refactoring

  • components: standardize custom tag names (494e4ec)

BREAKING CHANGES

  • components: El prop is now tag. This standardizes the way custom elements should render their html “tags”.

0.8.0 (2016-03-27)

Features

  • Layout: Add Container, Row, Col components (69ada73)

0.7.2 (2016-03-26)

0.7.1 (2016-03-26)

0.7.0 (2016-03-26)

Features

  • Button: render anchor tag if href prop exists (61f4a11)

0.6.1 (2016-03-26)

0.6.0 (2016-03-26)

Features

  • package: add bootstrap@4.0.0-alpha.2 and css loaders (046079b)

0.5.7 (2016-03-25)

Bug Fixes

  • ButtonGroup: remove btn-group when vertical (9b70e37)
  • docs: add and use reactstrap alias (fcfe88d)

0.5.6 (2016-03-24)

0.5.5 (2016-03-24)

Bug Fixes

  • ModalHeader: update close character (7128e78)

0.5.4 (2016-03-20)

0.5.3 (2016-03-14)

0.5.2 (2016-03-14)

Bug Fixes

  • examples: remove .min from example script (b051dc1)

0.5.1 (2016-03-13)

0.5.0 (2016-03-13)

Bug Fixes

  • tests: make them faster & fix dropdown (5dadc6f)

Features

  • Fade: enable fading components (a84df68)
  • Label: add component (28d3edf)
  • Layout: add PopoverExample (8200ee2)
  • Layout: include LabelsExample in Layout (df1baa4)
  • lib: export Label component (2856cd0)
  • Modal: add modal components (6c2293e)
  • Popover: add component (bc66aec)
  • PopoverContent: add component (7282225)
  • PopoverTitle: add component (bdf6623)

0.4.0 (2016-02-29)

Features

  • Tooltips: add component and utils (0ddbed5)

0.3.0 (2016-02-28)

Bug Fixes

  • Button: add disabled class (96627ef)

Features

  • Dropdowns: add TetherContent support (16c0f86)
  • Dropdowns: pass more methods to children (87596e4)
  • TetherContent: support Tethering Content to Targets (573d47e)

0.2.0 (2016-02-21)

Bug Fixes

  • package.json: add missing dev-dep babel-polyfill (065e978)

Features

  • ButtonDropdown: wrap Dropdown for ButtonDropdown (a2ea178)
  • ButtonGroup: Add button group and toolbar (123b435)
  • buttons: update examples & tests (52fd2fb)
  • Buttons: support block level buttons (f9cf8db)
  • Dropdowns: add examples (3d48e8c)
  • Dropdowns: basic dropdown, toggle, menu & menu items (750aaf9)