- tabs
- Add an option to not select a tab on initial load. (#196)
- typeahead
- Ensure that the
typeahead-loading
expression is always set to false after asynchronous loads. (#210)
- Ensure that the
- dropdownToggle
- Add 'expanded' class when toggled
- modal
- Add
controllerAs
option. (#176)
- Add
- 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)
- topbar and modal
- Fixes an issue where page offset would not be calculated correctly in IE. (#151)
- dropdownToggle
- tabs
- Fixes an issue where the active attribute would not be set properly (#125)
- modal
- Destroy modal scope on close (#139)
- all
- Angular 1.3 support (#144)
- all
- tabs
- Improved tests (#132)
- modal
- tooltip
- Fix unregistering of dynamic tooltip triggers (fdc2df9)
- dropdownToggle
- Improved behavior for small screens
- Fix overflow
- mediaQueries
- Extracted
mediaQueries
factory into its own module so it can be reused. (#99)
- Extracted
- accordion
- Add active class to the open accordion segment (27e787f)
- topbar
- Fix reference to non-existant topBarSection controller on destroy
- Use
$window.scrollY
instead ofscrollTop()
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
- The angular-foundation project has moved from Mad Mimi to Pinecone so references have been updated.
- topbar:
- New
topbar
component
- New
- interchange:
- New
interchange
component
- New
- 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)
- offcanvas:
- New offcanvas component (1f6f3bd9)
- all:
- fix plunker (aebade40)
- dropdownToggle:
- Refactor test and fix initial hiding of dropdown target (26e8c5a0)
- offcanvas:
- accordion: add accordion component (5b9998cd)
- pagination: add pagination component (7e8b8a57)
- rating: add rating component (ba4cc60f)
- typeahead: add typeahead component (4ef37f87)
- alert: convert the alert component (a5d6b722)
- dropdown:
- modal: convert the modal component (e225039e)
- popover:
- 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)