Skip to content

Commit 6ee2cf3

Browse files
committed
chore(docs): Drop advertised support for IE9
1 parent e572e9e commit 6ee2cf3

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@
1010
- Prevents a crash when `dismiss()` or `close()` are called on a closed modal. ([#260](https://github.com/pineconellc/angular-foundation/pull/260))
1111

1212
## Other
13+
* **all**
14+
- Drop advertised support for IE9.
1315
* **dropdownToggle**
14-
- Add `f-open-dropdown` class to opened dropdown content ([#263](https://github.com/pineconellc/angular-foundation/pull/263))
16+
- Add `f-open-dropdown` class to opened dropdown content. ([#263](https://github.com/pineconellc/angular-foundation/pull/263))
1517

1618
<a name="v0.7.0"></a>
1719
# v0.7.0 (2015-09-25)

README.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Do you want to see this in action? Visit http://pineconellc.github.io/angular-fo
1212
## Installation
1313

1414
Installation is easy as angular-mm-foundation has minimal dependencies - only the AngularJS and Foundation's CSS are required.
15-
After downloading dependencies (or better yet, referencing them from your favourite CDN) you need to download build version of this project. All the files and their purposes are described here:
15+
After downloading dependencies (or better yet, referencing them from your favourite CDN) you need to download build version of this project. All the files and their purposes are described here:
1616
https://github.com/pineconellc/angular-foundation/tree/gh-pages
1717
Don't worry, if you are not sure which file to take, opt for `mm-foundation-tpls-[version].min.js`.
1818

@@ -35,27 +35,19 @@ angular.module('myModule', ['mm.foundation']);
3535

3636
We'd gladly accept contributions for any remaining components.
3737

38-
## Supported Browsers
38+
## Supported Browsers
3939

4040
Directives **should** work with the following browsers:
4141

4242
* Chrome (stable and canary channel)
4343
* Firefox
44-
* IE 9 and 10
44+
* IE 10 and Edge
4545
* Opera
4646
* Safari
4747

4848
Modern mobile browsers should work without problems.
4949

50-
**IE 8 is not officially supported at the moment**. This project is run by volunteers and with the current number of commiters
51-
we are not in the position to guarantee IE8 support. If you need support for IE8 we would welcome a contributor who would like to take care about IE8.
52-
Alternativelly you could sponsor this project to guarantee IE8 support.
53-
54-
We believe that most of the directives would work OK after:
55-
* including relevant shims (for ES5 we recommend https://github.com/kriskowal/es5-shim)
56-
* taking care of the steps described in http://docs.angularjs.org/guide/ie
57-
58-
We are simply not regularly testing against IE8.
50+
**IE 8 and 9 are not officially supported.**
5951

6052
## Project philosophy
6153

@@ -105,7 +97,7 @@ Check the Grunt build file for other tasks that are defined for this project.
10597

10698
#### TDD
10799
* Run test: `grunt watch`
108-
100+
109101
This will start Karma server and will continously watch files in the project, executing tests upon every change.
110102

111103
#### Test coverage

0 commit comments

Comments
 (0)