* [ADF-4755] [CardViewDateItemComponent] Provide a way to reset date.
* Added clear icon to reset date to empty.
* Added Translation key to the new icon.
* * Added displayClearAction flag to toggle clear action.* Added None as default for the selectItem components.* Added displayNoneOption flag to toggle the default none option.
* * Fixed comments.
* * Added translation key for 'none' option.
* * Updated dateItem css to the match recent changes.
* * Fixed failing unit tests* Updated TaskHeader components with the displayClearAction.
* * Updated demo shell card-view component to test the latest changes
* Add a new command update-commit-sha that update the package.json with the latest commit. This is useful for the UI apps to track the latest commit sha of the released version
* fix typo
* [ADF-4684] Content Metadata Card dates should be localised
* Passed locale param in datePipe
* Set default locale value in card-view-dateitem model
* Updated property locale in card-view-dateitem component on change in language
* * Added test case
* * Added unit test case
* * Removing locale arg from datepipe
* [ADF-4713] Add new DecimalNumber Pipe to transform and localize numbers
* Unsubscribe from userPreference service
* Make Pipe impure
* Add documentation in localization page
* added right click method to browseractions
* added rightclickrowbyindex method to DataTableComponentPage
* updated row locator
* removed the rightclick from here
* e2e tests for saving the date format fine and checking that still able to save the dynamic table with non-required DateTime field.
* remove empty line spaces.
* e2e test for ADF-4699 - Allow a form to be used (or not used) in standalone tasks
* e2e test for ADF-4699 - Allow a form to be used (or not used) in standalone tasks
* test enhancements
* replacing the app with forms with standAlone flag in the json.
* remove xit test and ban xit and xdescribe use in the future
* remove xit test and ban xit and xdescribe use in the future
* remove test excluded
* remove consecutive blank line
* split download api into separate service
* move tests and fix code
* break dependency for thumbnail service
* update tests
* test fixes
* fix code
* fix unit tests
* return to previous page on close
* update e2e
* [ADF-4424] Improve PreviousRouteService to use it in pdfViewer
* change previous Url logic
* remove navigation logic
* remove test
* Update pdfViewer.component.spec.ts
* back button logic for viewer outlet
* unit tests
* remove fdescribe
* remove unused service
* e2e
* return to location
* remove click filter step
* remove unnecessary test steps
* remove un existen export
* unify preview between PS and CS in demo shell
* fix dispalyname property
* e2e tests for restore content directive
* e2e tests for restore content directive
* e2e tests for restore content directive
* changed the method for restore icon to check for display rather than enabled.
* test enhancements
* removed empty folder test as irrelevant.
* added test for restore of Site or Library
* test enhancements
* test enhancements
* Create an adf-cli dispatcher to run the docker-publish
* not needed
* fix typo comma
* Create the adf-cli dist folder that contains
-bin
-script
-package.json
Build the dist folder during the ADF CI/CI pipeline
* added tests for Edit Folder Directive
* added tests for Copy and Move actions on no permission folder.
* moved the checkDisabled function to BrowserActions to make it reusable.
* updated method name
* [ADF-4716] Dynamic Table not working properly (regression)
[ADF-4722] Wrong date is displayed when updating row of dynamic table
* removing dynamic table date added
* * fix e2e
* C310199, C310142, empty form validations, Form validations with required field and invalid data.Added a new form to candidatebaseapp, 'FormToTestValidations'
* using BrowserActions