Commit Graph
2550 Commits
Author SHA1 Message Date
Alex Molodyh fd9313ec16 AAE-44435 Fix incorrect Start process button on user task forms (#11837) 2026-05-20 14:19:24 +05:30
Alfresco BuildandCrowdin Bot efa19245f3 New Crowdin translations by GitHub Action (#11848)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2026-05-20 14:19:24 +05:30
Ehsan Rezaei 5321ab3f57 AAE-45173 Adding background color to tooltip card (#11852) 2026-05-20 14:19:24 +05:30
Joshua Cain bb70552d81 AAE-44098 Bottom tab navigation buttons (#11834)
* feat: enable tab navigation buttons

* feat: better strings and button positioning

* feat: reduce overall padding

* feat: adjust buttons based on ux mockups

* test: add some tests

* fix: build error

* fix: rename property to showBottomTabNavButtons for clarity

* feat: simplify changes

* test: copilot suggestion

* fix: prevent upstream visual regression issues.

* fix: copilot suggestions

* fix: height change
2026-05-20 14:19:24 +05:30
Diogo Bastos ef32b15e5a AAE-45076 Fix svg icon style (#11849) 2026-05-20 14:19:23 +05:30
Alfresco BuildandCrowdin Bot ef91579e71 New Crowdin translations by GitHub Action (#11831)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2026-05-20 14:19:23 +05:30
Vito Albano 669c85c76b AAE-44946 - Sending also previous value to allow valuation and valida… (#11836)
* AAE-44946 - Sending also previous value to allow valuation and validation

* AAE-44946 - Sending also previous value to allow valuation and validation

* AAE-44749 - Fixed wrong subscribe in test

* AAE-45038 - Fixing logs and unit tests
2026-05-20 14:19:23 +05:30
Ehsan Rezaei 9d32dba979 AAE-44987 Applying color and background to sidenav (#11846) 2026-05-20 14:19:22 +05:30
AleksanderSklorz 577dd546a4 [ACS-11350] keyboard navigation user incorrect focus order after collapsing the left navigation menu (#11835)
* [ACS-11350] Fixed focus after collapsing navigation menu

* [ACS-11350] Unit tests

* [ACS-11350] Addressed copilot comments

* [ACS-11350] Addressed copilot comment

* [ACS-11350] Addressed copilot comment
2026-05-20 14:19:21 +05:30
Joshua Cain 82cfd14cd7 Revert "AAE-44098 Bottom Tab nav buttons (#11801)" (#11832)
This reverts commit 7864f1a8e0.
2026-05-20 14:19:21 +05:30
Joshua Cain fa3b8cb944 AAE-44098 Bottom Tab nav buttons (#11801)
* feat: enable tab navigation buttons
2026-05-20 14:19:21 +05:30
Darren Thornton 77170feb96 AAE-44761 Remove unused imports (#11829) 2026-05-20 14:19:20 +05:30
2289db1528 AAE-40649 Material Design 3 migration (#11286)
* AAE-38957 Cleanup code from color assignments on Material elements (#11266)

* AAE-38646   cleanup core lib from custom variables (#11259)

* AAE-38646 General cleanup of custom variables from core lib

* AAE-38646 Cleanup some of the remaining variables

* AAE-38646 Last color-mix removal

* AAE-38646 Reduce amount of customizations

* AAE-38646 apply overrides, reduce customization

* AAE-38646 modify remaining styles

* AAE-38646 Fix override assignemnts

* AAE-38646 Address comments, cleanup unused

* AAE-38978 Cleanup process-services-cloud lib from custom css variables (#11295)

* AAE-38978 Cleanup custom variables inside process-services-cloud lib

* AAE-38978 Adjust rich text widget styling

* AAE-38978 Comment fixes

* AAE-38980 Cleanup insights lib from custom css variables (#11314)

* AAE-38980 Cleanup insights lib from custom css variables

* AAE-38980 Removed unnecessarily specific selector

* AAE-38979 Cleanup content-services lib from custom css variables (#11313)

* AAE-38979 Remove/replace variable and hardcoded customizations

* AAE-38979 Cleanup unused @use and @import statements

* AAE-39159 Cleanup process-services lib from custom css variables (#11316)

* AAE-39159 Cleanup process-services lib from custom css variables

* AAE-39159 Fix import and build

* Fix build

* Remove leftover button customization

* fix missing brace

* AAE-39748 Pagination font size match md3

* fix incorrect html templates after rebase

* swap leftover variables

* fix units

* copilot comments

* visual regression result fixes

* CSX-204 Update card view components (#11358)

* CSX-535 Update background color on readonly for card view selectitem (#11799)

* remove invalid color test

* add stylelint rule

---------

Co-authored-by: Ehsan Rezaei <ehsan.rezaei@hyland.com>
Co-authored-by: Ricardo Dias <ricardo.dias@hyland.com>
2026-05-20 14:19:20 +05:30
AleksanderSklorz 1f784596bb Post release version bump (#11828)
* Post release version bump

* Post release version bump

* Post release version bump

* Post release bump
2026-05-20 14:19:20 +05:30
AleksanderSklorz 32e1cd743e Release 8.4.1 (#11827)
* Release 8.4.1

* Release 8.4.1
2026-05-20 14:19:20 +05:30
AleksanderSklorz 27d854c5fc Release 8.4.0 (#11826)
* Release 8.4.0

* Release 8.4.0

* Release 8.4.0

* Release 8.4.0
2026-05-20 14:19:20 +05:30
Denys Vuika 6d2f2859c3 Fix security vulnerabilities in npm dependencies (#11815)
* Update package dependencies: remove unused 'picomatch' and 'minimatch' modules from package-lock.json, and add specific versions for 'picomatch', 'minimatch', 'path-to-regexp', and 'serialize-javascript' in package.json.

* Upgrade nx and @nx/workspace to fix minimatch vulnerabilities

- Upgrade nx from 22.4.1 to 22.6.3
- Upgrade @nx/workspace from 22.4.5 to 22.6.3
- Remove minimatch override to maintain Karma compatibility

This resolves the high severity minimatch vulnerabilities while
keeping tests functional.

* Refactor nx.json: Consolidate sharedGlobals array and add analytics flag

- Merged multiple lines in the sharedGlobals array for better readability.
- Added an analytics flag set to false for configuration.

* Update package dependencies: bump @nx packages to version 22.6.5 [ci:force]

* Add test specifications for feature flags and user initial pipe [ci:force]

- Introduced new selectors for feature flag components in `features.directive.spec.ts` and `not-features.directive.spec.ts`.
- Added an injectable sanitizer class in `user-initial.pipe.spec.ts` to enhance testing capabilities.
- Created a new log file `out.txt` to capture Karma test execution details and warnings.
2026-05-20 14:19:18 +05:30
Alfresco BuildandCrowdin Bot be1d3ad82a New Crowdin translations by GitHub Action (#11810)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2026-05-20 14:19:18 +05:30
Denys Vuika 7b2df4961e Remove mocha and jasmine-ajax dependencies (#11813) 2026-05-20 14:19:17 +05:30
David Olson 1c2b91dadc AAE-44184 Colspan setting on form fields is ignored or not properly applied (#11800)
* AAE-44184 Colspan setting on form fields is ignored or not properly applied

* AAE-44184 Better handling of empty columns

* AAE-44184 Fixing stale adf-form-field instances

* AAE-44184 Consolidating duplicate code
2026-05-20 14:19:17 +05:30
Anton Ramanovich 1371f3fc4b [ACS-11506]: moved aria-live region (#11808)
* [ACS-11506]: moved aria-live region

* [ACS-11506]: regression tests
2026-05-20 14:19:16 +05:30
Alfresco BuildandCrowdin Bot 1bb5e42761 New Crowdin translations by GitHub Action (#11796)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2026-05-20 14:19:16 +05:30
Wojciech Duda abd8fce3bd AAE-44086 Unify styling and coloring of errors in forms (#11797) 2026-05-20 14:19:15 +05:30
Darren Thornton c2c0d827cf AAE-44002 Allow user input for date and datetime fields (#11791) 2026-05-20 14:19:14 +05:30
David Olson 905953e30e AAE-40741 Form rule Validate form doesn't do anything (#11788) 2026-05-20 14:19:14 +05:30
Anamika Dey 1d39216fc9 AAE-43974 Refactoring added for text and amount form widgets 2026-05-11 12:24:06 +05:30
Darren Thornton 74252797b7 AAE-28918 Fix for start process button is enabled when required widgets are read only without value (#11781)
* AAE-28918 Fix start process button is enabled when required widgets are read only without value

* Apply Copilot review suggestions.

* updates after code review comments

* revert change made earlier
2026-04-01 13:32:30 -05:00
Alfresco BuildandCrowdin Bot 2cd51b4789 New Crowdin translations by GitHub Action (#11787)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2026-04-01 12:30:38 +01:00
Tomek Hanaj d7a8f03dbf AAE-43749 Added date formatting according to locale (#11769)
* [AAE-43749] added date formatting according to locale

* [AAE-43749] applied pr comments

* [AAE-43749] pipe use default date format reacting to locale
2026-04-01 12:29:41 +01:00
Anton RamanovichandMichalKinas a3e13da3a4 [ACS-10280]: Keyboard Navigation: Search: Unnecessary stops in the results table using the Tab key (#11736)
* [ACS-10280]: move selection handling to row

* [ACS-10280]: clean up

* [ACS-10280]: rollback title

* [ACS-10280]: migrate to conditional aria-hidden

* [ACS-10280]: revert to fix hxp

* [ACS-10280]: sonar fix

* [ACS-10280] Use new Angular control flow syntax

* [ACS-10280] Unit test fix

---------

Co-authored-by: MichalKinas <michal.kinas@hyland.com>
2026-04-01 10:17:00 +02:00
Wojciech Duda 28fe6d3a76 AAE-43710 Fix form field spacing misalignments (#11763) 2026-03-31 10:32:26 +02:00
Alfresco BuildandCrowdin Bot 7953eee9b0 New Crowdin translations by GitHub Action (#11778)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2026-03-30 10:32:24 +01:00
David Olson e97439f09b AAE-43391 Disable 'Start process' and 'Complete' when whitespace is entered into required form fields (#11760) 2026-03-24 09:50:30 -05:00
Michal Kinas 46989ae081 [ACS-11319] Move tree actions menu item buttons inside the component (#11749)
* [ACS-11319] Move tree actions menu item buttons inside the component

* [ACS-11319] Copilot review fixes
2026-03-19 14:47:30 +01:00
Alfresco BuildandCrowdin Bot 22d8d00e2e New Crowdin translations by GitHub Action (#11750)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2026-03-19 11:48:28 +00:00
Samuel Fialho a50dfd050d CSX-460 Revert Remove excess disabled attribute PR (#11748) 2026-03-19 10:20:53 +00:00
Dominik Iwanek e57910f5c3 [ACS-11271] Rebranding of FE apps (#11746) 2026-03-19 08:58:01 +01:00
Mykyta Maliarchuk 3bea95b8e0 Revert "[ACS-10219] add class selector (#11387)" (#11745)
This reverts commit f5f7c04a85.
2026-03-18 16:24:07 +01:00
Diogo Bastos ebf742c54b AAE-43331 Expand adf-icon (#11744)
* AAE-43331 Expand adf-icon

* AAE-43331 Fix css
2026-03-18 11:12:58 +00:00
AleksanderSklorz a865372819 [ACS-10267] Announce titles for repository info as headings (#11728)
* [ACS-10267] Announce titles for repository info as headings

* [ACS-10267] Addressed copilot comments

* [ACS-10267] Addressed copilot comments
2026-03-16 11:31:33 +01:00
Alfresco BuildandCrowdin Bot f3cf57c9d8 New Crowdin translations by GitHub Action (#11732)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2026-03-16 08:40:50 +00:00
David Olson e325ad3871 AAE-39678 Apply visibility conditions if dependent field's value is changed with form rules (#11729) 2026-03-12 11:51:20 -05:00
AleksanderSklorz 83e80906d8 [ACS-11213] upgrade ngx translate to v17 (#11719)
* [ACS-11213] Upgraded ngx-translate to v17

* [ACS-11213] Fix translations

* [ACS-11213] Reverted redundant change

* [ACS-11213] Translations fix

* [ACS-11213] Fixed unit tests

* [ACS-11213] Added unit tests for changes in translate-loader.service

* [ACS-11213] Added empty line

* [ACS-11213] Addressed copilot comments
2026-03-12 09:52:59 +01:00
Michal Kinas ef5944a09c Post-release version bump (#11734) 2026-03-11 20:30:57 +01:00
Michal Kinas f44e4e90e8 Release 8.3.1 (#11731)
* Release 8.3.1

* CLI js-api version fix
2026-03-11 14:25:08 +01:00
Michal Kinas 89851a625a Release 8.3.0 (#11730) 2026-03-11 11:14:33 +01:00
David Olson 68b1b98c83 AAE-42904 Escape html in evaluated fields and variables for rich-text display widget (#11718) 2026-03-09 10:25:55 -05:00
Michal Kinas 3e44f2d358 [ACS-11259] Fix categories deletion in content metadata component (#11717)
* [ACS-11259] Fix categories deletion in content metadata component

* [ACS-11259] CR fixes

* [ACS-11259] Next batch of CR fixes
2026-03-05 16:10:06 +01:00
AleksanderSklorz 0b7b89e5d8 [ACS-11213] Reverted ngx translate upgrade (#11702) 2026-02-27 23:42:44 +01:00
AleksanderSklorz ec312d49ab [ACS-11213] Updated ngx translate in libs (#11699) 2026-02-27 13:19:49 +01:00