Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 2.73 KB

CHANGELOG.md

File metadata and controls

41 lines (30 loc) · 2.73 KB

0.1.0 (2014-02-06)

Features

  • accordion: add accordion component (5b9998cd)
  • pagination: add pagination component (7e8b8a57)
  • rating: add rating component (ba4cc60f)
  • typeahead: add typeahead component (4ef37f87)

0.0.0 (2014-01-23)

Bug Fixes

  • alert: properly close tag (3be291e0)
  • dropdown:
    • add position module as dependency to dropdown (7f6aa800)
    • properly set display none (7e6837c1)
    • ng-hide is not compatible with dropdowns in menus (112c367f)
  • modal: close the modal on backdrop click (df895117)

Features

  • alert: convert the alert component (a5d6b722)
  • dropdown:
    • use text binding for dropdownToggle scope property (deaada51)
    • convert the dropdown component (439a587c)
  • modal: convert the modal component (e225039e)
  • popover:
    • use P tag for content (4fcc0be0)
    • use H4 for title and remove Bootstrap classes (67508d72)
    • convert the popover component (ec82ad0b)
  • progressBar: convert progress bar (89caee33)
  • tabs: convert the tabs component to Foundation style (3d34ac80)
  • tooltip: convert the tooltip component (ff636233)
  • tour: add tour component (4af89393)