From ec169703d5d0b2a61a5408c737e2ef526d774d5d Mon Sep 17 00:00:00 2001
From: Dmitry Nehaychik <4dmitr@gmail.com>
Date: Tue, 19 Jun 2018 21:58:51 +0300
Subject: [PATCH] release: 2.0.0-rc.9 (#499)
---
CHANGELOG.md | 53 +++++++++++++++++++++++++++++
package-lock.json | 2 +-
package.json | 2 +-
src/framework/auth/package.json | 4 +--
src/framework/security/package.json | 2 +-
src/framework/theme/package.json | 2 +-
6 files changed, 59 insertions(+), 6 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0cd16f7ed5..1df15482bc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,56 @@
+
+# [2.0.0-rc.9](https://github.com/akveo/nebular/compare/2.0.0-rc.8...2.0.0-rc.9) (2018-06-19) :rocket:
+
+### Highlights
+
+* New design theme **Corporate**
+* New components: Progress Bar, Alert
+* OAuth2 Strategy with Google Auth example
+* New documentation website with live examples
+* Auth module refactoring
+
+### Bug Fixes
+
+* **context-menu:** hide on menu item click ([#431](https://github.com/akveo/nebular/issues/431)) ([a5bcd3c](https://github.com/akveo/nebular/commit/a5bcd3c))
+* **docs:** add missing operator ([#455](https://github.com/akveo/nebular/issues/455)) ([1cb4993](https://github.com/akveo/nebular/commit/1cb4993))
+* **docs:** add progress-bar icon ([#476](https://github.com/akveo/nebular/issues/476)) ([98562f5](https://github.com/akveo/nebular/commit/98562f5))
+* **docs:** fix auth install article Closes [#273](https://github.com/akveo/nebular/issues/273) ([180d8f1](https://github.com/akveo/nebular/commit/180d8f1))
+* **docs:** update mobile styles ([#487](https://github.com/akveo/nebular/issues/487)) ([6af2694](https://github.com/akveo/nebular/commit/6af2694))
+* **docs:** update styles ([#486](https://github.com/akveo/nebular/issues/486)) ([9e44fb8](https://github.com/akveo/nebular/commit/9e44fb8))
+* **footer:** use correct footer color variable ([#454](https://github.com/akveo/nebular/issues/454)) ([c2e310d](https://github.com/akveo/nebular/commit/c2e310d))
+* **layout:** fix layout height when header is not fixed ([#437](https://github.com/akveo/nebular/issues/437)) ([084391b](https://github.com/akveo/nebular/commit/084391b))
+* **popover:** hide when host was removed ([#430](https://github.com/akveo/nebular/issues/430)) ([a07496d](https://github.com/akveo/nebular/commit/a07496d))
+* **reveal-card:** fix second card being visible on small screens ([#438](https://github.com/akveo/nebular/issues/438)) ([cad2246](https://github.com/akveo/nebular/commit/cad2246))
+* **rtl:** reset bootstrap default styles ([#414](https://github.com/akveo/nebular/issues/414)) ([7634df5](https://github.com/akveo/nebular/commit/7634df5))
+* **search:** resolve search field component factory ([#439](https://github.com/akveo/nebular/issues/439)) ([15cf18d](https://github.com/akveo/nebular/commit/15cf18d))
+* **theme:** add new variable(btn-outline-focus-fg) for focused outline buttons ([#471](https://github.com/akveo/nebular/issues/471)) ([df31a4c](https://github.com/akveo/nebular/commit/df31a4c))
+* **theme:** remove layout-padding for corporate theme, remove unnecessary color from icon ([#496](https://github.com/akveo/nebular/issues/496)) ([49abbb9](https://github.com/akveo/nebular/commit/49abbb9))
+
+
+### Code Refactoring
+
+* **auth:** provider -> strategy, `setup` method, multiple tokens ([3428ec3](https://github.com/akveo/nebular/commit/3428ec3))
+
+
+### Features
+
+* **auth:** add OAuth2 example with google auth ([fd95095](https://github.com/akveo/nebular/commit/fd95095))
+* **auth:** add OAuth2 strategy ([2f28cbc](https://github.com/akveo/nebular/commit/2f28cbc))
+* **card:** option to hide toggle button in reveal/flip cards ([#448](https://github.com/akveo/nebular/issues/448)) ([ef5ebbb](https://github.com/akveo/nebular/commit/ef5ebbb))
+* **docs:** update docs design, add playground examples ([f40e78f](https://github.com/akveo/nebular/commit/f40e78f))
+* **docs:** update urls to include baseUrl ([#489](https://github.com/akveo/nebular/issues/489)) ([f7fb11a](https://github.com/akveo/nebular/commit/f7fb11a))
+* **docs:** use path-location instead of hash ([61d4139](https://github.com/akveo/nebular/commit/61d4139))
+* **menu:** add collapseAll function ([#478](https://github.com/akveo/nebular/issues/478)) ([2942bfd](https://github.com/akveo/nebular/commit/2942bfd))
+* **sidebar:** breakpoints configuration for compacted states ([#457](https://github.com/akveo/nebular/issues/457)) ([56411db](https://github.com/akveo/nebular/commit/56411db))
+* **theme:** add alert component ([ee27fda](https://github.com/akveo/nebular/commit/ee27fda))
+* **theme:** add progress-bar component ([#459](https://github.com/akveo/nebular/issues/459)) ([3693494](https://github.com/akveo/nebular/commit/3693494))
+* **theme:** corporate - new theme ([#479](https://github.com/akveo/nebular/issues/479)) ([c75eaf7](https://github.com/akveo/nebular/commit/c75eaf7))
+
+### HOW TO UPGRADE/BREAKING CHANGES
+Multiple breaking changes introduced to auth module to improve code readability,
+follow better naming conventions and for better extensibility in future releases.
+More details and update steps: https://github.com/akveo/nebular/blob/master/src/framework/auth/UPGRADE.md#200-rc8-200-rc9
+
# [2.0.0-rc.8](https://github.com/akveo/nebular/compare/2.0.0-rc.7...2.0.0-rc.8) (2018-05-10)
diff --git a/package-lock.json b/package-lock.json
index cf6446e6ea..8ddc3856ed 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "nebular",
- "version": "2.0.0-rc.8",
+ "version": "2.0.0-rc.9",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 7d2a18f784..d35393e4b3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "nebular",
- "version": "2.0.0-rc.8",
+ "version": "2.0.0-rc.9",
"license": "MIT",
"author": "akveo ",
"browserslist": [
diff --git a/src/framework/auth/package.json b/src/framework/auth/package.json
index fef2b8aa9e..f953573d80 100644
--- a/src/framework/auth/package.json
+++ b/src/framework/auth/package.json
@@ -1,6 +1,6 @@
{
"name": "@nebular/auth",
- "version": "2.0.0-rc.8",
+ "version": "2.0.0-rc.9",
"description": "@nebular/auth",
"main": "./bundles/auth.umd.js",
"module": "./index.js",
@@ -32,7 +32,7 @@
"@angular/router": "^6.0.0",
"@angular/forms": "^6.0.0",
"@angular/http": "^6.0.0",
- "@nebular/theme": "2.0.0-rc.8",
+ "@nebular/theme": "2.0.0-rc.9",
"rxjs": "~5.5.5"
}
}
diff --git a/src/framework/security/package.json b/src/framework/security/package.json
index b5040461e8..31984366f9 100644
--- a/src/framework/security/package.json
+++ b/src/framework/security/package.json
@@ -1,6 +1,6 @@
{
"name": "@nebular/security",
- "version": "2.0.0-rc.8",
+ "version": "2.0.0-rc.9",
"description": "@nebular/security",
"main": "./bundles/security.umd.js",
"module": "./index.js",
diff --git a/src/framework/theme/package.json b/src/framework/theme/package.json
index 72cade6e5f..19e6585b4d 100644
--- a/src/framework/theme/package.json
+++ b/src/framework/theme/package.json
@@ -1,6 +1,6 @@
{
"name": "@nebular/theme",
- "version": "2.0.0-rc.8",
+ "version": "2.0.0-rc.9",
"description": "@nebular/theme",
"main": "./bundles/theme.umd.js",
"module": "./index.js",