Skip to content

Commit

Permalink
2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pleek91 committed Nov 3, 2023
1 parent 4c6d392 commit bb999ef
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,20 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [2.1.0](https://github.com/PrefectHQ/graphs/compare/2.0.5...2.1.0)
#### [2.1.1](https://github.com/PrefectHQ/graphs/compare/2.1.0...2.1.1)

- Add a minWidth to the viewport [`#311`](https://github.com/PrefectHQ/graphs/pull/311)
- Don't hijack cmd + f or ctrl + f [`#312`](https://github.com/PrefectHQ/graphs/pull/312)
- highlight selection paths [`#310`](https://github.com/PrefectHQ/graphs/pull/310)
- Light mode support [`#306`](https://github.com/PrefectHQ/graphs/pull/306)

#### [2.1.0](https://github.com/PrefectHQ/graphs/compare/v2.1.0...2.1.0)

> 2 November 2023
#### [v2.1.0](https://github.com/PrefectHQ/graphs/compare/2.0.5...v2.1.0)

> 2 November 2023
- Don't update the viewport when in dependency view [`#308`](https://github.com/PrefectHQ/graphs/pull/308)
- Center the viewport after the layout changes [`#307`](https://github.com/PrefectHQ/graphs/pull/307)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@prefecthq/graphs",
"private": false,
"version": "2.1.0",
"version": "2.1.1",
"description": "Large scale graphs designed for Prefect",
"scripts": {
"serve": "vite --host --mode=demo",
Expand Down

0 comments on commit bb999ef

Please sign in to comment.