Releases: senzing-garage/sdk-components-ng
Releases · senzing-garage/sdk-components-ng
2.2.3
- Passing additional or custom headers are necessary in certain operation scenario's, ie: passing
X-Amz-Security-Token
to a Cognito enabled API Gateway address after user authentication.- Methods added to SzConfigurationService :
- addHeaderToApiRequests
- removeHeaderFromApiRequests
- Accessors added to SzConfigurationService :
- additionalApiRequestHeaders
- @input() Accessor added to SzConfigurationComponent :
- additionalHeaders
- Methods added to SzConfigurationService :
- Code Cleanup (various commented out or unused variables removed)
- Graph entity datasource colors are now reorderable via drag. Color with highest priority is shown when a graph entity belongs to multiple datasources.
- Dependency updates
2.2.2
2.2.1
2.2.0
2.1.2
- API Client package updated to the Senzing OAS 2.2.0 specification.
- Web Components code integrated as a child project in to the the
sdk-components-ng
repository. see ticket #169.
Documentation for@senzing/sdk-components-web
now available here. - Bugfixes: #169, #170, #173, #174, #175, #176, #177, #178, #179, #180, #181
2.1.1
2.1.0
Compatibility release for framework upgrade to Angular 10: see https://blog.angular.io/version-10-of-angular-now-available-78960babd41
Major updates to most dependency versions have also been made which should improve file sizes, security, and stability.
The following Senzing projects have also been updated to operate on Angular 10,
see the following links for associated tickets:
2.0.0
Compatibility release for interacting with the 2.0.0 senzing-rest-api-spec and senzing-api-server. For information on specifics of endpoint changes see below:
1.3.1
1.3.0
Added in components that can be used for bulk analysis and bulk loading. The components and services are specifically to facilitate admin functionality.
- new components:
- new models/classes:
- new services:
- new examples:
- example/admin-importing
- relevant tickets