Skip to content

Commit 0cf0f43

Browse files
author
Gabriele Panico
committed
### 3.3.0-rc.1
1 parent d4efb7b commit 0cf0f43

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# chat21-ionic ver 3.0
22

3+
### 3.3.0-rc.1
4+
- added: onBeforeInit event
5+
- added: option to hide logout icon
6+
- changed: BRAND_BASE_INFO values as string or boolean
7+
8+
39
### 3.2.3 in PROD
410

511
### 3.2.3-rc.1

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chat21/chat21-ionic",
33
"author": "Tiledesk SRL",
4-
"version": "3.2.3",
4+
"version": "3.3.0-rc.1",
55
"license": "MIT License",
66
"homepage": "https://tiledesk.com/",
77
"repository": {

src/app/pages/authentication/login/login.page.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ export class LoginPage implements OnInit {
2929
showSpinnerInLoginBtn = false;
3030
showErrorSignIn = false;
3131

32+
LOGOS_ITEMS = LOGOS_ITEMS;
33+
BRAND_BASE_INFO = BRAND_BASE_INFO;
34+
3235
public translationMap: Map<string, string>;
3336
private subscriptions = [];
3437
private logger: LoggerService = LoggerInstance.getInstance();

0 commit comments

Comments
 (0)