Skip to content

Commit

Permalink
### 3.3.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed May 10, 2024
1 parent d4efb7b commit 0cf0f43
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# chat21-ionic ver 3.0

### 3.3.0-rc.1
- added: onBeforeInit event
- added: option to hide logout icon
- changed: BRAND_BASE_INFO values as string or boolean


### 3.2.3 in PROD

### 3.2.3-rc.1
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chat21/chat21-ionic",
"author": "Tiledesk SRL",
"version": "3.2.3",
"version": "3.3.0-rc.1",
"license": "MIT License",
"homepage": "https://tiledesk.com/",
"repository": {
Expand Down
3 changes: 3 additions & 0 deletions src/app/pages/authentication/login/login.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ export class LoginPage implements OnInit {
showSpinnerInLoginBtn = false;
showErrorSignIn = false;

LOGOS_ITEMS = LOGOS_ITEMS;
BRAND_BASE_INFO = BRAND_BASE_INFO;

public translationMap: Map<string, string>;
private subscriptions = [];
private logger: LoggerService = LoggerInstance.getInstance();
Expand Down

0 comments on commit 0cf0f43

Please sign in to comment.