Skip to content

Latest commit

 

History

History
198 lines (160 loc) · 9.53 KB

CHANGELOG.md

File metadata and controls

198 lines (160 loc) · 9.53 KB

v0.9.0 (unreleased)

Bug Fixes

  • topbar
    • Fix incorrect unbinding of resize and scroll events on destroy (#283)

v0.8.0 (2015-10-13)

Features

  • modal
    • Adds the parent option to override where the modal HTML is injected into. (#270)
    • Adds a $modalInstance.reposition() function to recalculate and reposition the modal window. (#274)

Bug Fixes

  • modal
    • Prevents a crash when dismiss() or close() are called on a closed modal. (#260)

Other

  • all
    • Drop advertised support for IE9.
  • dropdownToggle
    • Add f-open-dropdown class to opened dropdown content. (#263)

v0.7.0 (2015-09-25)

Features

  • all
    • Support for Angular 1.4. Angular 1.3 support remains but support for Angular 1.2 has been dropped. (#265)
  • tabs
    • Add an option to not select a tab on initial load. (#196)

Bug Fixes

  • typeahead
    • Ensure that the typeahead-loading expression is always set to false after asynchronous loads. (#210)

Other

  • accordion
    • Use Foundation's active class for the open accordion section. (#228)

v0.6.0 (2015-04-13)

Features

  • dropdownToggle
    • Add 'expanded' class when toggled
  • modal
    • Add controllerAs option. (#176)

Bug Fixes

  • modal
    • Fixes focus on model open
  • tour
    • Fixes an issue where tour would stay open when location changed
    • Prevents a SecurityError from being raised when accessing localStorage
  • topbar
    • Fix event unbinding
    • Fix sticky topbar when page is refreshed. (#213)

v0.5.1 (2014-11-29)

Bug Fixes

  • topbar and modal
    • Fixes an issue where page offset would not be calculated correctly in IE. (#151)

v0.5.0 (2014-11-20)

Bug Fixes

  • dropdownToggle
    • Fixes an issue where a dropdown within a topbar would not display properly. (#153)
    • Unbind click handler on $destroy (095a0d4)
  • tabs
    • Fixes an issue where the active attribute would not be set properly (#125)
  • modal
    • Destroy modal scope on close (#139)

Features

  • all
    • Angular 1.3 support (#144)

Other

  • all
    • Add editorconfig (#134)
    • Upgrade Karma to 0.12.x
    • Use bower to pull in test dependencies (#149 and #154)
  • tabs
    • Improved tests (#132)

v0.4.0 (2014-10-15)

Bug Fixes

  • modal
    • Fixes an issue where modal input elements could not be focused if ngTouch was enabled. (c359d0b)
    • Fixes the size of modals with overflowing content. (#87)
  • tooltip
    • Fix unregistering of dynamic tooltip triggers (fdc2df9)
  • dropdownToggle
    • Improved behavior for small screens
    • Fix overflow

Features

  • mediaQueries
    • Extracted mediaQueries factory into its own module so it can be reused. (#99)
  • accordion
    • Add active class to the open accordion segment (27e787f)

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)