Skip to content

Latest commit

 

History

History
94 lines (71 loc) · 4.93 KB

CHANGELOG.md

File metadata and controls

94 lines (71 loc) · 4.93 KB

v0.3.1 (2014-08-19)

Bug Fixes

  • topbar
    • Fix reference to non-existant topBarSection controller on destroy
    • Use $window.scrollY instead of scrollTop() for sticky
    • Fix resize when breakpoint doesn't change (fixes #85)
  • typeahead
    • Fixes non-interactive dropdown opening for asynchronous data
  • modal
    • Fix autofocus elements on model opening

Other

  • The angular-foundation project has moved from Mad Mimi to Pinecone so references have been updated.

v0.3.0 (2014-07-14)

Features

  • topbar:
    • New topbar component
  • interchange:
    • New interchange component

v0.2.2 (2014-05-28)

Bug Fixes

  • tour: Fix tour. It was broken when its primary directive was renamed to step-text. (f92ddf3, closes #50)
  • tour: Added some basic specs for tour. (b4ee50fa2)

v0.2.1 (2014-05-20)

Bug Fixes

  • dropdownToggle: Fix issue with prevent event defaults. (49a079c5, closes #47)

0.2.0 (2014-05-05)

Features

  • offcanvas:

Bug Fixes

  • all:
  • dropdownToggle:
    • Refactor test and fix initial hiding of dropdown target (26e8c5a0)
  • offcanvas:
    • Removed unused isolated scopes that may conflict with other diretives. (980624cf)
    • Fix spec (0fe989ad)

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)