Skip to content

Commit

Permalink
# 5.0.88 in PROD
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed Oct 28, 2024
1 parent 27337b5 commit 0882339
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 5 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,33 @@
### **Copyrigth**:
*Tiledesk SRL*

# 5.0.88 in PROD

# 5.0.87 in PROD

# 5.0.86 in PROD

# 5.0.85 in PROD
# 5.0.85-rc.2
- **added**: loading progress indicator while closing a conversation

# 5.0.85-rc.1
- **added**: hide header restart menu option if conversation is closed
- **removed**: continueConversationBeforeTime settings property

# 5.0.84 in PROD

# 5.0.84-rc.4
- **added**: checkAcceptedFile fn on dragleave event conversation-content component
- **added**: checkAcceptedFile fn in conversation-footer component

# 5.0.84-rc.3
- **changed**: index-dev lib order import

# 5.0.84-rc.2
- **changed**: bootstrap, jquery and font-awesome libs

# 5.0.84-rc.1
- **removed**: innerHtml from document element

# 5.0.83 in PROD

Expand Down
4 changes: 2 additions & 2 deletions 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-web-widget",
"author": "Tiledesk SRL",
"version": "5.0.87",
"version": "5.0.88",
"license": "MIT",
"homepage": "https://www.tiledesk.com",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/app/modals/confirm-close/confirm-close.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<!-- BUTTON CLOSE-->
<button tabindex="1040" aflistconv #aflistconv class="c21-button-primary" (click)="onConfirm()" [ngStyle]="{'background-color': stylesMap?.get('themeColor'), 'border-color': stylesMap?.get('themeColor'), 'color': stylesMap?.get('foregroundColor') }">
<span class="spinner-container">
<span *ngIf="isLoadingActive" class="spinner-container">
<svg xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="25" height="25" [ngStyle]="{'fill': stylesMap?.get('foregroundColor') }"
viewBox="0 0 100 100" enable-background="new 0 0 0 0" xml:space="preserve">
<path fill="inherit" d="M73,50c0-12.7-10.3-23-23-23S27,37.3,27,50 M30.9,50c0-10.5,8.5-19.1,19.1-19.1S69.1,39.5,69.1,50">
Expand Down

0 comments on commit 0882339

Please sign in to comment.