Skip to content

Commit

Permalink
(release): 8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
steveblue committed Mar 15, 2024
1 parent 02e1ca4 commit 885889e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 8.3.0

- Feature: new `ZoomOptions` gives users the ability to force update zoom to fit by omitting internal check and combining auto center to reduce chance of flicker.

- Feature: `enablePreUpdateTransform @Input` allows users to disable extra call to `updateTransform` internally, reducing chance of flicker.

- Feature: `stateChange @Output` emits changes in state, allowing users to check status of the graph.

- Feature: `hasGraphDims`, `hasDims`, `hasNodeDims`, and `hasCompoundNodeDims` allow users to check elements have dimension.

- Chore: Update docs.

- Bug: Update graph dimensions before zoom because sometimes they were out of sync.

- Bug: Format README instructions.

## 8.2.4

- Bug: Position was offset by default (#539)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ Run `npm run test` to execute the linter
- Examine log to determine next version (X.Y.Z)
- Run `git checkout -b release/X.Y.Z`
- Update version in `projects/swimlane/ngx-graph/package.json`.
- Update changelog in `projects/swimlane/ngx-graph/CHANGELOG.md`
- Update changelog in `CHANGELOG.md`
- Run `git commit -am "(release): X.Y.Z"`
- Run `git tag X.Y.Z`
- Run `git push origin HEAD --tags`
Expand Down
5 changes: 3 additions & 2 deletions projects/swimlane/ngx-graph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swimlane/ngx-graph",
"version": "8.2.4",
"version": "8.3.0",
"description": "Graph visualization for angular",
"repository": {
"type": "git",
Expand All @@ -21,7 +21,8 @@
"author": "Swimlane",
"maintainers": [
"Marjan Georgiev",
"Assaf Shemesh"
"Assaf Shemesh",
"Stephen Belovarich"
],
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit 885889e

Please sign in to comment.