mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Date widget: support for display date format
(#1710)
* Date widget: support for `display date format` * unit tests update * pin js-api version * Fix Thumbnail preview (#1689) * Fix Thumbnail preview * Fix thumbnail unit test * Remove the fix prexif * Rollback the pin js api version * Update package.json * 1.2.1 tasklist,processlist,form
This commit is contained in:
committed by
Mario Romano
parent
c13c3aaeeb
commit
c290c47229
@@ -50,10 +50,10 @@
|
||||
"md-date-time-picker": "^2.2.0",
|
||||
"ng2-translate": "2.5.0",
|
||||
"alfresco-js-api": "~1.2.0",
|
||||
"ng2-activiti-tasklist": "1.2.0",
|
||||
"ng2-activiti-tasklist": "1.2.1",
|
||||
"ng2-alfresco-core": "1.2.0",
|
||||
"ng2-alfresco-datatable": "1.2.0",
|
||||
"ng2-activiti-processlist": "1.2.0"
|
||||
"ng2-activiti-processlist": "1.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jasmine": "^2.2.33",
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "ng2-activiti-processlist",
|
||||
"description": "Show active processes from the Activiti Process Services suite",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.1",
|
||||
"author": "Alfresco Software, Ltd.",
|
||||
"scripts": {
|
||||
"clean": "npm install rimraf && npm run clean-build && rimraf dist node_modules typings",
|
||||
@@ -63,8 +63,8 @@
|
||||
"md-date-time-picker": "^2.2.0",
|
||||
"ng2-translate": "2.5.0",
|
||||
"alfresco-js-api": "~1.2.0",
|
||||
"ng2-activiti-form": "1.2.0",
|
||||
"ng2-activiti-tasklist": "1.2.0",
|
||||
"ng2-activiti-form": "1.2.1",
|
||||
"ng2-activiti-tasklist": "1.2.1",
|
||||
"ng2-alfresco-core": "1.2.0",
|
||||
"ng2-alfresco-datatable": "1.2.0"
|
||||
},
|
||||
|
Reference in New Issue
Block a user