Skip to content

Commit

Permalink
Merge branch 'master' into DS-dario
Browse files Browse the repository at this point in the history
  • Loading branch information
dariodepa75 committed Nov 14, 2023
2 parents 30486f3 + 333ce57 commit dd538fc
Show file tree
Hide file tree
Showing 41 changed files with 272 additions and 14,066 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,29 @@
*Dario De Pascalis*
### **Copyrigth**: *Tiledesk SRL*

### 0.0.7
- added: translations on action_category panel-element
- added: disabled text highlight on zoom-in/zoom-out icon double click event
- added: limit scale zoom
- changed: intent base padding
- changed: hide secrets section
- changed: restored version on logo mouse hover
- changed: preview label on cds-action-gpt-task component
- changed: increased minRow cds-action-hide-message
- changed: preview label in favour of icon in cds-action-close and cds-action-agent-handoff
- changed: cds-settings detail section button UI
- bug-fixed: cds-action-reply-gallery preview not open button on click
- bug-fixed: cds-panel-button-configuration not save url changes
- bug-fixed: start intent show 'add action' button on hover
- bug-fixed: cannot drag action from an existing block to a new one
- bug-fixed: cds-panel-action-detail not change action data on action change

### 0.0.6
- added: translations
- added: brandService
- added: brandService
- added: remove connect to block from Capture user reply
- changed: thicken the connectors by one px
- changed: gray connector color

### 0.0.5
- added: loader on cds-dashboard
Expand Down
2 changes: 1 addition & 1 deletion deploy_pre.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ echo "version $version"
if [ "$version" != "" ]; then
git tag -a "$version" -m "`git log -1 --format=%s`"
echo "Created a new tag, $version"
git push remoteTiledesk --tags
git push remote --tags
npm publish
fi

Loading

0 comments on commit dd538fc

Please sign in to comment.