Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
2.0.0 (#293)
Browse files Browse the repository at this point in the history
* fix StatusEnum Rendition service

* [ADF-1523] preserve username between page reloads (#270)

* preserve username between page reloads

* update package lock

* update changelog

* fix profile picture url bug (#272)

* rollback the change due to API issues (#273)

* Update CHANGELOG.md

* [ADF-1678] cleanup typings schema (#276)

* typings schema cleanup

* changelog update

* fix for node.js streaming (#278)

* [ADF-1004] d.ts process service (#275)

* d.ts process service

* improve d.ts and fix readme

* [ADF-1751] Dev apopovics versioning proto (#284)

version API

* [ADF-1818] ADD create person method in peopleApi (#283)

* ADD create person method in peopleApi

* removed unused pice of auth from test

* remove opt

* fix name mock

* fix admin documentation api

* remove duplicated NodesApi interface

* [ADF-1829] PeopleApi - getSiteMembership wrong returned type

* [ADF-1860] update NodesApi definition (#288)

* update NodesApi definition

* return type fixes

* fix ratings api definition

* update return types

* improve d.ts

* add new methods: (#289)

getModelJSON
getModelJSONForProcessDefinition

* missing bit

* remove gitignore scripts folder

* next version script

* [ADF-1933] added QueryBody to the index.d.ts (#290)

* [ADF-1933] name should be QueryBody not QueryNode (#291)

* content api fixes (#292)

* remove /activiti-app/ from JSON calls

* 2.0.0 bump version

* remove lock
  • Loading branch information
eromano authored Nov 29, 2017
1 parent ca71de3 commit 0e4cd9f
Show file tree
Hide file tree
Showing 34 changed files with 4,112 additions and 6,182 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ target
*.tgz
*.DS_Store
/package/
/scripts/
/dist/
.history
package-lock.json
13 changes: 13 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"cSpell.words": [
"Sharedlinks",
"activiti",
"bodyadd",
"colspan",
"guid",
"hotfix",
"site",
"unclaim",
"webscript"
]
}
23 changes: 21 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,25 @@
</p>

# Alfresco JS API
<a name="1.9.0"></a>

<a name="2.0.0"></a>
# [2.0.0](https://github.com/Alfresco/alfresco-js-api/releases/tag/2.0.0) (28-11-2017)

## Features
- [Missing Create a person API call](https://issues.alfresco.com/jira/browse/ADF-282)
- [Versions (partial) end points](https://issues.alfresco.com/jira/browse/ADF-1589)

## Fix
- [Many validation errors for "index.d.ts" of alfresco-js-api](https://issues.alfresco.com/jira/browse/ADF-1678)
- [APS ContentApi is not present on index.d.ts](https://issues.alfresco.com/jira/browse/ADF-245)
- [getFileContent response returns empty object when it's a PDF file (JPG files works fine) ](https://issues.alfresco.com/jira/browse/ADF-271)
- [Fix the Github markdown for README.md](https://issues.alfresco.com/jira/browse/ADF-279)
- [PeopleApi - getSiteMembership wrong returned type](https://issues.alfresco.com/jira/browse/ADF-1829)
- [Update superagent to 3.7.0 ](https://issues.alfresco.com/jira/browse/ADF-1833)
- [NodesApi.getNodeChildren has wrong return type](https://issues.alfresco.com/jira/browse/ADF-1860)
- [diagrams.service.ts is not using the alfresco-js-api](https://issues.alfresco.com/jira/browse/ADF-1800)
- [getContentThumbnailUrl returns file data instead or URL](https://issues.alfresco.com/jira/browse/ADF-1962)
- [ContentApi is missing the preview rendition API](https://issues.alfresco.com/jira/browse/ADF-1963)

# [1.9.0](https://github.com/Alfresco/alfresco-js-api/releases/tag/1.9.0) (09-10-2017)

Expand All @@ -12,6 +30,7 @@
- [Wrong StatusEnum implementation for Rendition](https://issues.alfresco.com/jira/browse/ADF-1535)
- [APS task form remains disabled when no custom outcome is provided in ADF 1.8.0](https://issues.alfresco.com/jira/browse/ADF-1523)

<a name="1.8.0"></a>
# [1.8.0](https://github.com/Alfresco/alfresco-js-api/releases/tag/1.8.0) (05-09-2017)

## Features
Expand Down Expand Up @@ -507,4 +526,4 @@ After:
## Chore
- chore add alfresco log anf gitter chat in readme
([9547122b](https://github.com/Alfresco/dev-platform-js-api/commit/9547122bc1609c898382016481e6867934e95b73))
([9547122b](https://github.com/Alfresco/dev-platform-js-api/commit/9547122bc1609c898382016481e6867934e95b73))
Loading

0 comments on commit 0e4cd9f

Please sign in to comment.