1.5.0
Updated library:
Upgrading your projects to Angular 4
In order to upgrade your ADF-based project to Angular 4 please update library versions in your main application package.json
file with the following values:
{
"@angular/animations": "~4.0.0",
"@angular/common": "~4.0.0",
"@angular/compiler": "~4.0.0",
"@angular/core": "~4.0.0",
"@angular/forms": "~4.0.0",
"@angular/http": "~4.0.0",
"@angular/platform-browser": "~4.0.0",
"@angular/platform-browser-dynamic": "~4.0.0",
"@angular/router": "~4.0.0",
"@angular/compiler-cli": "~4.0.0",
"core-js": "2.4.1",
"zone.js": "0.8.11"
}
Please note the additional @angular/animations
dependency that was introduced with Angular 4.
In addition ng2-alfresco-core
already re-exports the BrowserAnimationsModule
module needed for various Angular components, so you don't need configuring anything in the application module.
Release Notes - Apps Development Framework - Version 1.5.0
Documentation
- [ADF-189] - Working with development branch documentation - 1543 Github
- [ADF-568] - Broken documentation ng2-activiti-tasklist
- [ADF-577] - update ng2-components/README.md with all the components
- [ADF-602] - Accordion Component - The basic documentation is missing
Feature
- [ADF-528] - activiti-start-process should accept list of process variable in input
- [ADF-534] - [Login] Provide ability to toggle 'Remember me' checkbox
- [ADF-535] - Support for SASS (SCSS) CSS stylesheets
- [ADF-548] - Upon navigation Document List should raise bubbling DOM events as well
- [ADF-552] - Task Service - Fix the input type from string to number
- [ADF-553] - Task Service - Add a new method to get the application details by Id
- [ADF-554] - Process Service - Fix the input type from string to number
- [ADF-555] - Process Service - Add a new method to get the application details by Id
- [ADF-556] - Analytics Service - Add a new method to get the report details by name
- [ADF-557] - Process Filter - Add new property to show/hide icons
- [ADF-573] - Allow disabling drag and drop upload based on condition
- [ADF-617] - [JS-API] TaskApi - Provide the api to delete a related content
Story
- [ADF-570] - Script for Pushing to Registry
Bug
- [ADF-242] - When deleting a report the content remains on screen. - 1616 Github
- [ADF-504] - Warning message doesn't appear on Safari and Firefox
- [ADF-509] - Settings page is not displayed correctly.
- [ADF-512] - Viewer problem in Overlay mode false
- [ADF-521] - alfresco-content.service should get a nodeId in input
- [ADF-531] - Admin is not able to delete a folder from a user home
- [ADF-532] - Social - The icon color is not reset
- [ADF-533] - Social - Wrong counter
- [ADF-547] - The FileModel class is not exported by Upload module
- [ADF-564] - Task List - Should not reload the list with the same data
- [ADF-580] - Build scripts install global libraries
- [ADF-585] - 1.3.x and 1.4.x packages are missing compiled bundles
- [ADF-593] - fix sourcemap test build
- [ADF-606] - Upload directive does not work for Safari
- [ADF-607] - Dropping a file without extension causes "Folder upload is not supported" in Safari
- [ADF-619] - [CI] It is not possible to test JS-API changes without publishing it first
- [ADF-641] - Some file types cannot be DnD into a folder
- [ADF-647] - Display Value of a value taken from a drop down is not working
- [ADF-655] - Upload Button displays wrong label
- [ADF-673] - Text field is not displaying text.
- [ADF-680] - DocumentList is displayed as empty if you delete all files and folders in the last page available.
New Feature
Task
- [ADF-147] - A text field's "Advanced Tab" settings are not reflected in activiti-form in ADF - 1501 Github
- [ADF-168] - Update to Angular 4 - 1522 Github
- [ADF-249] - webpack2 (work in progress) - 1623 Github
- [ADF-350] - Add Demo shell test on travis matrix - 1722 Github
- [ADF-562] - Authentication service should have meaningful event names
- [ADF-563] - Authentication service should expose current user account name
- [ADF-579] - move license check in webpack
- [ADF-587] - Investigate and clarify upgrade to Angular 4 path
- [ADF-613] - Support for Plain Text files in Viewer
- [ADF-642] - Generated word document is not displaying correctly - 1881 Github
- [ADF-685] - Create test case in test rail around attachment list component