Skip to content

Commit be397d2

Browse files
add missing browser support
1 parent 9579a32 commit be397d2

2 files changed

Lines changed: 33 additions & 1 deletion

File tree

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Simple State Manager 3.0.0
1+
# Simple State Manager 3.1.0
22

33
[![Build Status](https://travis-ci.org/SimpleStateManager/SimpleStateManager.png?branch=master)](https://travis-ci.org/SimpleStateManager/SimpleStateManager) [![Code Climate](https://codeclimate.com/github/SimpleStateManager/SimpleStateManager.png)](https://codeclimate.com/github/SimpleStateManager/SimpleStateManager)
44

@@ -16,6 +16,22 @@ To get started with SSM the first step is to include it in your project, you can
1616
##Documentation
1717
Documentation can be found at http://www.simplestatemanager.com
1818

19+
##Browser Support
20+
Version 3.x of SimpleStateManager and above supports the following browsers:
21+
22+
* Internet Explorer 10+ (Internet Explorer 9 should work if you use a matchMedia polyfill)
23+
* Google Chrome
24+
* Mozilla Firefox
25+
* Opera
26+
* Apple Safari
27+
28+
The library is tested across browser prior to each release and every commit is validated using TravisCI and BrowserStack.
29+
30+
If you need to support Internet Explorer 8 or below their are two options available:
31+
32+
* Use a matchMedia polyfill and a bind polfill
33+
* Use SimpleStateManager 2.X.X branch
34+
1935
##Release Log
2036

2137
###3.0.0 - June 8th, 2015

docs/templates/readme.handlebars

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,22 @@ To get started with SSM the first step is to include it in your project, you can
1616
##Documentation
1717
Documentation can be found at http://www.simplestatemanager.com
1818

19+
##Browser Support
20+
Version 3.x of SimpleStateManager and above supports the following browsers:
21+
22+
* Internet Explorer 10+ (Internet Explorer 9 should work if you use a matchMedia polyfill)
23+
* Google Chrome
24+
* Mozilla Firefox
25+
* Opera
26+
* Apple Safari
27+
28+
The library is tested across browser prior to each release and every commit is validated using TravisCI and BrowserStack.
29+
30+
If you need to support Internet Explorer 8 or below their are two options available:
31+
32+
* Use a matchMedia polyfill and a bind polfill
33+
* Use SimpleStateManager 2.X.X branch
34+
1935
##Release Log
2036

2137
{{#each versions}}

0 commit comments

Comments
 (0)