From cc0b5e351929e0de8147b1ecc6e37bcc884c7b01 Mon Sep 17 00:00:00 2001 From: Edward Carroll Date: Thu, 1 Sep 2016 22:59:14 +0100 Subject: [PATCH 1/2] Fixed systemjs import bug --- .gitattributes | 2 +- README.md | 2 +- demo/app/pages/getting-started/getting-started.page.html | 2 +- ng2-semantic-ui.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 0fb76dd8d..2fc7a70f5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -demo/js/**/* linguist-vendored \ No newline at end of file +demo/**/* linguist-vendored diff --git a/README.md b/README.md index bc086f760..e298e7d08 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Now you're good to go! ## Dependencies -* [Angular 2](https://angular.io) (2.0.0-rc.5) +* [Angular 2](https://angular.io) (2.0.0-rc.5 **or higher**) * [Semantic UI CSS](http://semantic-ui.com/) (jQuery is **not** required) ## Components diff --git a/demo/app/pages/getting-started/getting-started.page.html b/demo/app/pages/getting-started/getting-started.page.html index 9e14998b5..c4b9468c0 100644 --- a/demo/app/pages/getting-started/getting-started.page.html +++ b/demo/app/pages/getting-started/getting-started.page.html @@ -30,7 +30,7 @@

Installation

Now you're good to go!

Dependencies

-
Angular 2 (2.0.0-rc.5)
+
Angular 2 (2.0.0-rc.5 or higher)
Semantic UI CSS (jQuery is not required)
diff --git a/ng2-semantic-ui.ts b/ng2-semantic-ui.ts index 07635cbbc..742094d5a 100644 --- a/ng2-semantic-ui.ts +++ b/ng2-semantic-ui.ts @@ -1 +1 @@ -export * from './components'; +export * from './components/index'; From 3c11cc64b6248b8f904c9456927ad7cf2e8ce404 Mon Sep 17 00:00:00 2001 From: Edward Carroll Date: Thu, 1 Sep 2016 22:59:24 +0100 Subject: [PATCH 2/2] Bumped version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 839c84f79..c89a1e678 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng2-semantic-ui", - "version": "0.3.2", + "version": "0.3.3", "description": "Angular 2 Semantic UI Components", "repository": { "type": "git",