From 7a8fb9c1f8593e466eb5ff24ee41350904cb98a7 Mon Sep 17 00:00:00 2001 From: Jeff Browning Date: Wed, 15 Oct 2014 10:01:38 -0400 Subject: [PATCH] Update changelog for 0.4.0 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c03a5c1..1857b99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ + +# v0.4.0 (unreleased) +## Bug Fixes +* **modal** + - Fixes an issue where modal input elements could not be focused if ngTouch was enabled. ([c359d0b](https://github.com/pineconellc/angular-foundation/commit/c359d0bc4b61d6d5b9a4c1a516443231f334e91f)) + - Fixes the size of modals with overflowing content. ([#87](https://github.com/pineconellc/angular-foundation/pull/89)) +* **tooltip** + - Fix unregistering of dynamic tooltip triggers ([fdc2df9](https://github.com/pineconellc/angular-foundation/commit/fdc2df9ebcc00edc04d11abf4d018f7ef6a5b269)) +* **dropdownToggle** + - Improved behavior for small screens + - Fix overflow + +## Features +* **mediaQueries** + - Extracted `mediaQueries` factory into its own module so it can be reused. ([#99](https://github.com/pineconellc/angular-foundation/pull/99)) +* **accordion** + - Add active class to the open accordion segment ([27e787f](https://github.com/pineconellc/angular-foundation/commit/27e787fad563f70cae79e6c57077daa563a2e8e2)) + # v0.3.1 (2014-08-19) ## Bug Fixes