Skip to content

Commit

Permalink
Merge pull request #346 from Senzing/345-update-sdk-components-ng-to-…
Browse files Browse the repository at this point in the history
…510-final

#345 updated [email protected]
  • Loading branch information
arawinters authored Aug 2, 2022
2 parents 016ea8e + d14493b commit 300cd24
Show file tree
Hide file tree
Showing 4 changed files with 146 additions and 10 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
[markdownlint](https://dlaa.me/markdownlint/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.7.1] - 2022-7-19
## [2.7.1] - 2022-8-2

### Added
- added new radio switch for graph match key filtering scope
- added "unlimited" UI options for buildOut and maxEntities graph filtering parameters

### Modified
- bugfixes for match key filtering
- bugfixes for large graph match key filtering
- bugfixes for large graph FOC
- graph match key filters now de-select on entity id(s) change
- bugfixes for graph lifecycle progress/busy indicators.

relevant tickets: #321 #302 #324
relevant tickets: #299 #321 #302 #324

## [2.7.0] - 2022-7-07
This update adds the long-awaited *Expand/Collapse* graph node edge feature. Now nodes in the graph will display a bubble with the number of relationships not currently visible. Relationships can be explored by simply expanding relationships down a path.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG PROD_IMAGE=node:16-alpine3.15
ARG TEST_IMAGE=node:16-bullseye-slim

FROM ${BUILD_IMAGE}
ENV REFRESHED_AT=2022-07-19
ENV REFRESHED_AT=2022-08-2

LABEL Name="senzing/entity-search-web-app" \
Maintainer="[email protected]" \
Expand Down
134 changes: 131 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"e2e": "ng e2e --configuration=e2e --protractor-config=e2e/protractor.conf.js",
"e2e:docker": "ng e2e --port 8080 --configuration=e2e --protractor-config=e2e/protractor.docker.conf.js",
"e2e:headless": "ng e2e --configuration=e2e --protractor-config=e2e/protractor.ci.conf.js",
"prepush": "npm run test:headless"
"prepush": "npm run test:headless",
"postshrinkwrap": "lockfix"
},
"private": true,
"dependencies": {
Expand All @@ -44,8 +45,8 @@
"@auth0/angular-jwt": "^5.0.2",
"@fontsource/material-icons": "^4.5.4",
"@fontsource/roboto": "^4.5.5",
"@senzing/rest-api-client-ng": "^4.0.2",
"@senzing/sdk-components-ng": "^5.1.0-beta.0",
"@senzing/rest-api-client-ng": "~4.0.2",
"@senzing/sdk-components-ng": "~5.1.0",
"@types/d3": "^5.9.1",
"@types/socket.io-client": "^3.0.0",
"acorn": "^8.6.0",
Expand Down Expand Up @@ -105,6 +106,7 @@
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"karma-junit-reporter": "^2.0.1",
"lockfix": "^2.0.1",
"ng-packagr": "^13.3.1",
"protractor": "~7.0.0",
"scss-bundle": "^3.1.2",
Expand Down

0 comments on commit 300cd24

Please sign in to comment.