Skip to content

Commit

Permalink
update README and CHANGELOG
Browse files Browse the repository at this point in the history
Signed-off-by: Arnav Gupta <arnav@codingblocks.com>
  • Loading branch information
championswimmer committed Feb 17, 2018
1 parent 61a5a1d commit c8c868e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file. The project adhere's to Semantic Versioning. See Versioning for more information.

## [2.1.0]
- Supports `ember-fastboot` for Ember 2.x
- Bower not required (hence no blueprint)

## [2.0.1]
### Changed
- Updated Ember to 2.10 and dependencies
Expand Down
15 changes: 15 additions & 0 deletions README.md
Expand Up @@ -16,7 +16,22 @@ This is the official Ember library for the Semantic-UI modules.

# Installation

## v2.1 and above

Install this add-on through Ember CLI. We support Ember versions 2.x


```
ember install semantic-ui-ember
```

That's it.


## v2.0 and below only

Install this add-on through Ember CLI. We support Ember versions 1.13 latest - 2.X.
_NOTE: Ember 2.x only **without** fastboot is supported_


```
Expand Down

0 comments on commit c8c868e

Please sign in to comment.