From c8c868e3bcaead12e9f7e9a772a28b562f8ed0f8 Mon Sep 17 00:00:00 2001 From: Arnav Gupta Date: Sat, 17 Feb 2018 14:51:55 +0530 Subject: [PATCH] update README and CHANGELOG Signed-off-by: Arnav Gupta --- CHANGELOG.md | 4 ++++ README.md | 15 +++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index adbd7dc2e..3b62a7786 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/README.md b/README.md index c65f57b8c..e1acbf8a1 100644 --- a/README.md +++ b/README.md @@ -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_ ```