Wojciech Duda
ea81fcd6ad
AAE-37907 Move editorjs-html to dependencies ( #11169 )
8.4.0-17462271089
2025-09-04 12:23:35 +01:00
Wojciech Duda
f1fea0a70b
AAE-37906 Extract rich text parsing service ( #11164 )
...
* AAE-37906 Extract rich text parsing service
* AAE-37906 Add unit tests
* AAE-37906 Remove unused import
* AAE-37906 Fix units
8.4.0-17439184033
2025-09-03 18:02:34 +02:00
Vito Albano
0564e67ba6
AAE-37923 - npm-check-bundle should take the released version to be sure to check the correct package on patch release ( #11168 )
8.4.0-17436326136
2025-09-03 15:15:21 +01:00
dependabot[bot]
3ac2a91ea0
build(deps-dev): bump @typescript-eslint/typescript-estree ( #11157 )
...
Bumps [@typescript-eslint/typescript-estree](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-estree ) from 8.38.0 to 8.41.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-estree/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.41.0/packages/typescript-estree )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/typescript-estree"
dependency-version: 8.41.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
8.4.0-17434132296
2025-09-03 08:55:44 -04:00
dominikiwanekhyland
88b857a8fe
bump @nx/workspace from 20.8.0 to 20.8.2 ( #11163 )
8.4.0-17433991491
2025-09-03 08:50:12 -04:00
Amedeo Lepore
51c55674b4
AAE-35340 Replace deprecated toPromise() usages with firstValueFrom / lastValueFrom ( #11161 )
8.4.0-17433658689
2025-09-03 08:37:13 -04:00
dependabot[bot]
93c872b65d
build(deps): bump Alfresco/alfresco-build-tools from 8.32.1 to 8.33.0 ( #11159 )
...
Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools ) from 8.32.1 to 8.33.0.
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases )
- [Commits](b8c3a89596...ce7f6e0b62
)
---
updated-dependencies:
- dependency-name: Alfresco/alfresco-build-tools
dependency-version: 8.33.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
8.4.0-17433250431
2025-09-03 08:21:05 -04:00
dependabot[bot]
195194fb15
build(deps): bump koa and @nx/angular ( #11166 )
...
Bumps [koa](https://github.com/koajs/koa ) to 3.0.1 and updates ancestor dependency [@nx/angular](https://github.com/nrwl/nx/tree/HEAD/packages/angular ). These dependencies need to be updated together.
Updates `koa` from 2.16.1 to 3.0.1
- [Release notes](https://github.com/koajs/koa/releases )
- [Changelog](https://github.com/koajs/koa/blob/master/History.md )
- [Commits](https://github.com/koajs/koa/compare/v2.16.1...v3.0.1 )
Updates `@nx/angular` from 21.2.2 to 21.4.1
- [Release notes](https://github.com/nrwl/nx/releases )
- [Commits](https://github.com/nrwl/nx/commits/21.4.1/packages/angular )
---
updated-dependencies:
- dependency-name: koa
dependency-version: 3.0.1
dependency-type: indirect
- dependency-name: "@nx/angular"
dependency-version: 21.4.1
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
8.4.0-17433141177
2025-09-03 08:16:50 -04:00
Vito Albano
49375181e4
AAE-30878 Migrating from event-emitter to eventemitter3 which is … ( #11116 )
8.4.0-17403623640
2025-09-02 08:33:35 -04:00
Bartosz Sekula
aae4efdd92
AAE-30058 Integer form field should not allow more than 10 digits ( #11146 )
...
* AAE-30058 Integer form field should not allow more than 10 digits
* Update maxLength validator to get custom values
* fix units
8.4.0-17399835374
2025-09-02 11:51:13 +02:00
Ehsan Rezaei
a4e62974ea
AAE-37847 Create Git tag at the end of release branch process when on patch PR ( #11162 )
...
* AAE-37847 Create Git tag at the end of release branch process when on patch PR
* AAE-37847 Removed extra if condition
8.4.0-17398918477
2025-09-02 11:13:54 +02:00
Wiktor Danielewski
81fed833f5
AAE-35842 Admin - filter out form specific processes (in Process Instances tab) ( #11131 )
...
* AAE-35842 Update ProcessFilterCloudModel
* AAE-35842 Initial implementation
8.4.0-17396068206
2025-09-02 09:10:08 +02:00
Pawel Solowczuk
609144551c
AAE-34139 Switch Yes and No button places and change focus from No to Yes. ( #11148 )
8.4.0-17379951201
2025-09-01 16:04:44 +02:00
Amedeo Lepore
5bc4c02a94
AAE-35385 Improve releasing-patches guide ( #11149 )
8.4.0-17379007632
2025-09-01 15:25:21 +02:00
Grzegorz Jaśkowski
04d488b8ea
[ACS-9768] remove deprecated methods from auth related components ( #11031 )
...
* [ACS-9768] remove deprecated methods from auth related components
* [ACS-9768] remove deprecated method, adjust unit tests
* [ACS-9768] fix sonar cloud issues
* [ACS-9768] fix auth mocks
* [ACS-9768] fix sonar cloud alerts
* [ACS-9768] update method name in docs
8.4.0-17373527064
2025-09-01 11:28:41 +02:00
Ehsan Rezaei
dabab63f78
Fix Post release version bump to align with ACA ( #11153 )
8.4.0-17323733946
2025-08-29 14:24:59 +02:00
AleksanderSklorz
b277a29f32
[ACS-4593] Fixed issue with too long notification text in snackbar ( #11152 )
2025-08-28 15:05:05 +02:00
MichalKinas
bdeb8a8e51
[ACS-10101] Reduce cron job execution window ( #11151 )
2025-08-28 14:12:38 +02:00
dependabot[bot]
9c0313a00c
build(deps): bump Alfresco/alfresco-build-tools ( #11139 )
...
Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools ) from 8.31.0 to 8.32.1.
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases )
- [Commits](a32503e10c...b8c3a89596
)
---
updated-dependencies:
- dependency-name: Alfresco/alfresco-build-tools
dependency-version: 8.32.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-28 08:27:11 +02:00
dependabot[bot]
2200135b82
build(deps): bump Alfresco/alfresco-build-tools from 8.31.0 to 8.32.1 ( #11140 )
...
Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools ) from 8.31.0 to 8.32.1.
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases )
- [Commits](a32503e10c...b8c3a89596
)
---
updated-dependencies:
- dependency-name: Alfresco/alfresco-build-tools
dependency-version: 8.32.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-27 11:45:14 -04:00
dependabot[bot]
a141d19629
build(deps): bump crowdin/github-action from 2.9.1 to 2.10.0 ( #11141 )
...
Bumps [crowdin/github-action](https://github.com/crowdin/github-action ) from 2.9.1 to 2.10.0.
- [Release notes](https://github.com/crowdin/github-action/releases )
- [Commits](590c05e09a...9787f4fcb6
)
---
updated-dependencies:
- dependency-name: crowdin/github-action
dependency-version: 2.10.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-27 11:45:03 -04:00
dependabot[bot]
15ed9a5f81
build(deps): bump github/codeql-action from 3.29.9 to 3.29.11 ( #11142 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.29.9 to 3.29.11.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](df559355d5...3c3833e0f8
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 3.29.11
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-27 11:44:51 -04:00
dominikiwanekhyland
f205cbc33c
Post release version bump ( #11147 )
8.3.0-17240447502
2025-08-26 15:58:18 +02:00
dominikiwanekhyland
e0f0486e66
Release 8.1.1 ( #11145 )
8.2.0-17234132289
8.1.1
2025-08-26 11:35:21 +02:00
dominikiwanekhyland
0576aac985
Revert "CSX-73 Date and Select Satori ( #11056 )" ( #11144 )
...
This reverts commit 9b6688ce10
.
8.2.0-17233271355
2025-08-26 11:00:03 +02:00
dominikiwanekhyland
de537f0a0d
Release 8.1.0 ( #11143 )
8.2.0-17208777081
8.1.0
2025-08-25 14:25:56 +02:00
dominikiwanekhyland
2e20c3da45
[ACS-9978] DynamicChipListComponent not rendered as expected ( #11132 )
9.1.0-17125993488
2025-08-21 13:48:14 +02:00
dependabot[bot]
ac7e21d699
build(deps): bump brace-expansion in /tools/doc ( #11130 )
...
Bumps and [brace-expansion](https://github.com/juliangruber/brace-expansion ). These dependencies needed to be updated together.
Updates `brace-expansion` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/juliangruber/brace-expansion/releases )
- [Commits](https://github.com/juliangruber/brace-expansion/compare/v2.0.1...v2.0.2 )
Updates `brace-expansion` from 1.1.11 to 1.1.12
- [Release notes](https://github.com/juliangruber/brace-expansion/releases )
- [Commits](https://github.com/juliangruber/brace-expansion/compare/v2.0.1...v2.0.2 )
---
updated-dependencies:
- dependency-name: brace-expansion
dependency-version: 2.0.2
dependency-type: indirect
- dependency-name: brace-expansion
dependency-version: 1.1.12
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
9.1.0-17097112837
2025-08-20 07:31:43 -04:00
dominikiwanekhyland
bf8c68e05f
[ACS-9978] DynamicChipListComponent not rendered as expected ( #11128 )
9.1.0-17091577515
2025-08-20 09:25:45 +02:00
dominikiwanekhyland
f81348997b
[ACS-10010] [ACA] Label position problem in some perform actions like 'send-email' ( #11117 )
9.1.0-17090212600
2025-08-20 08:16:16 +02:00
rmnvch
cbc204519e
[ACS-9986]: removes unneccesary styles ( #11105 )
9.1.0-17089916964
2025-08-20 08:00:05 +02:00
dependabot[bot]
ca59fed287
build(deps): bump brace-expansion in /lib/cli ( #11129 )
...
Bumps and [brace-expansion](https://github.com/juliangruber/brace-expansion ). These dependencies needed to be updated together.
Updates `brace-expansion` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/juliangruber/brace-expansion/releases )
- [Commits](https://github.com/juliangruber/brace-expansion/compare/v2.0.1...v2.0.2 )
Updates `brace-expansion` from 1.1.11 to 1.1.12
- [Release notes](https://github.com/juliangruber/brace-expansion/releases )
- [Commits](https://github.com/juliangruber/brace-expansion/compare/v2.0.1...v2.0.2 )
---
updated-dependencies:
- dependency-name: brace-expansion
dependency-version: 2.0.2
dependency-type: indirect
- dependency-name: brace-expansion
dependency-version: 1.1.12
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
9.1.0-17081123764
2025-08-19 16:31:57 -04:00
dependabot[bot]
9bb3d7ff31
build(deps): bump Alfresco/alfresco-build-tools from 8.28.1 to 8.31.0 ( #11126 )
...
Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools ) from 8.28.1 to 8.31.0.
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases )
- [Commits](cbb71914f9...a32503e10c
)
---
updated-dependencies:
- dependency-name: Alfresco/alfresco-build-tools
dependency-version: 8.31.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
9.1.0-17074492380
2025-08-19 11:34:59 -04:00
dependabot[bot]
ba52e7fd56
build(deps): bump actions/checkout from 4.2.2 to 5.0.0 ( #11125 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.2.2 to 5.0.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](11bd71901b...08c6903cd8
)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 5.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
9.1.0-17069517207
2025-08-19 08:26:27 -04:00
dependabot[bot]
e3556735ae
build(deps): bump github/codeql-action from 3.29.8 to 3.29.9 ( #11127 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.29.8 to 3.29.9.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](76621b61de...df559355d5
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 3.29.9
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-19 08:24:47 -04:00
dependabot[bot]
5d12b4e1c9
build(deps): bump Alfresco/alfresco-build-tools ( #11124 )
...
Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools ) from 8.29.0 to 8.31.0.
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases )
- [Commits](a6bffde20b...a32503e10c
)
---
updated-dependencies:
- dependency-name: Alfresco/alfresco-build-tools
dependency-version: 8.31.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
9.1.0-17069467939
2025-08-19 08:24:26 -04:00
Samuel Fialho
9b6688ce10
CSX-73 Date and Select Satori ( #11056 )
...
* CSX-73 Date and Select Satori
* CSX-73 Fix process-header unit test
* CSX-73 Fix core unit test
* CSX-73 Fix core unit test
* CSX-73 Fix task-header unit test
* CSX-73 Fix task-header unit test
* CSX-73 Fix task-header unit test
* CSX-73 Fix card-view dateitem
* CSX-73 Fix card-view dateitem
---------
Co-authored-by: Sahana Ghosal <sahana.ghosal@hyland.com >
9.1.0-17042134070
2025-08-18 14:32:55 +01:00
Darren Thornton
9deaab4c11
AAE-37006 Fix floating label overlapping in dateitem component ( #11118 )
9.1.0-17001752560
2025-08-15 20:03:12 -04:00
Denys Vuika
81e307c81e
AAE-32587 new custom screen registration api ( #11120 )
9.1.0-17001743261
2025-08-15 20:02:24 -04:00
Darren Thornton
0e4fced94e
AAE-37073 Fix error message location and field not highlighting red for card-view-textitem component ( #11115 )
...
* AAE-37073 fix error location and make field highlight red if error
* AAE-37073 code review update - revert change from TranslateModule back to TranslatePipe
9.1.0-16939056653
2025-08-13 08:42:05 -05:00
Alfresco Build
e1dc355647
New Crowdin translations by GitHub Action ( #11114 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
9.1.0-16936596362
2025-08-13 08:02:18 -04:00
dependabot[bot]
09b36a2e2d
build(deps): bump tmp and @inquirer/editor ( #11113 )
...
Bumps [tmp](https://github.com/raszi/node-tmp ) and [@inquirer/editor](https://github.com/SBoudrias/Inquirer.js ). These dependencies needed to be updated together.
Updates `tmp` from 0.2.3 to 0.2.5
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md )
- [Commits](https://github.com/raszi/node-tmp/compare/v0.2.3...v0.2.5 )
Updates `@inquirer/editor` from 4.2.14 to 4.2.16
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases )
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/editor@4.2.14...@inquirer/editor@4.2.16 )
---
updated-dependencies:
- dependency-name: tmp
dependency-version: 0.2.5
dependency-type: indirect
- dependency-name: "@inquirer/editor"
dependency-version: 4.2.16
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-13 08:01:49 -04:00
Denys Vuika
b16e326ac3
AAE-36664 additional linting rules, cleanup ( #11084 )
9.1.0-16936569382
2025-08-13 08:01:09 -04:00
dependabot[bot]
e83c8f7fd7
build(deps): bump Alfresco/alfresco-build-tools ( #11110 )
...
Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools ) from 8.28.1 to 8.29.0.
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases )
- [Commits](cbb71914f9...a6bffde20b
)
---
updated-dependencies:
- dependency-name: Alfresco/alfresco-build-tools
dependency-version: 8.29.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
9.1.0-16879056836
2025-08-11 07:44:25 -04:00
dependabot[bot]
598fdda77d
build(deps): bump actions/cache in /.github/actions/setup ( #11111 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 4.2.3 to 4.2.4.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](5a3ec84eff...0400d5f644
)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: 4.2.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-11 07:44:08 -04:00
dependabot[bot]
0d47a32484
build(deps): bump github/codeql-action from 3.29.7 to 3.29.8 ( #11112 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.29.7 to 3.29.8.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](51f77329af...76621b61de
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 3.29.8
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
9.1.0-16879045101
2025-08-11 07:43:52 -04:00
Denys Vuika
794bc92b4a
AAE-37293 core auth provider api ( #11104 )
9.1.0-16810702540
2025-08-07 12:52:44 -04:00
Denys Vuika
5213621023
AAE-37287 provideExtensions provider api for Angular standalone ( #11103 )
...
* provideExtensions provider api for Angular standalone
* improved typing
9.1.0-16784233431
2025-08-06 13:38:52 -04:00
Wiktor Danielewski
67b1d67668
AAE-37067 Extend QueryParams interface ( #11102 )
9.1.0-16780946581
2025-08-06 17:11:13 +02:00
Alexander Puschkin
1fe4dd6fc9
AAE-36822 Removes showNextTaskCheckbox input for the feature flag ( #11066 )
...
* Removes showNextTaskCheckbox input
Removes the `showNextTaskCheckbox` input from the `UserTaskCloudComponent` and related files.
The `showNextTaskCheckbox` input is no longer needed, instead the visibility of the 'Open next task' checkbox will depend on the canCompleteTask() method.
This change simplifies the component's API and ensures that the checkbox is always displayed when it should be.
* Adds option to open next task after completion
Introduces a new checkbox on the task screen that, when checked, automatically navigates the user to the next available task upon completion of the current one.
It enhances user experience by streamlining task completion workflows, eliminating the need for manual navigation.
* revert changes
* review
9.1.0-16772727457
2025-08-06 11:14:07 +02:00