Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions packages/graph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Changelog

## [2.0.0-beta.0](https://github.com/gravity-ui/graph/compare/@gravity-ui/graph-2.0.0-beta.0...@gravity-ui/graph-v2.0.0-beta.0) (2025-11-05)


### Features

* add camera bounds ([e7f9130](https://github.com/gravity-ui/graph/commit/e7f9130098413c5b0081575b730e29db5b6a3f68))


### Bug Fixes

* **Config:** add jsdoc for settings Camera.Speed, Camera.Step ([da1dbea](https://github.com/gravity-ui/graph/commit/da1dbea4b842b63a83fd4f0e0085bc2d31af0a7e))
* fix tests and lints ([283de6a](https://github.com/gravity-ui/graph/commit/283de6a6af67347536aed930584b46ac19145348))
* **packages:** update package version to 2.0-beta ([86ce962](https://github.com/gravity-ui/graph/commit/86ce962d7e06400b4ae0192d0d41a49171ca94c4))
* restore isTrackpadDetector.ts after rebase ([ded70a4](https://github.com/gravity-ui/graph/commit/ded70a4404d6b7e2364ca6fa12a3e36071579a25))
* **typescript:** add definite assignment for config property ([f323679](https://github.com/gravity-ui/graph/commit/f32367919ee08c0d5f791e7f29598b2e2478abc0))
* **typescript:** continue reducing TS errors - down to ~542 total ([34ee6b2](https://github.com/gravity-ui/graph/commit/34ee6b2ea645fb52d28f0783ed3f72cc91a4271f))
* **typescript:** improve type safety and reduce TS errors from 655 to ~570 ([5321bf0](https://github.com/gravity-ui/graph/commit/5321bf0343977241c5586c2f7e6ca79b93a5e4d6))


### Miscellaneous Chores

* release 0.0.2 ([29a092d](https://github.com/gravity-ui/graph/commit/29a092d1f3d74759dc0cd322b4bc08c4777fc3af))
* release 0.0.3 ([b724fe9](https://github.com/gravity-ui/graph/commit/b724fe983595c3964a50ba344d702c350eb0f073))
* release 0.0.4 ([fbe3c6e](https://github.com/gravity-ui/graph/commit/fbe3c6eba9c72bdf004168c6370dfc09f2c63b85))
* release 0.0.5 ([f1204ad](https://github.com/gravity-ui/graph/commit/f1204ad4d47128f2352fcd100a18418c0fe9b38f))
* release 0.0.6 ([e71ef16](https://github.com/gravity-ui/graph/commit/e71ef16d9a3d2c36a531e9224ba8d5180956743e))
* release 0.1.1 ([8126d0a](https://github.com/gravity-ui/graph/commit/8126d0ad61d9427d48857fd1d6768742ab36636d))
* release 0.3.1 ([9b43f89](https://github.com/gravity-ui/graph/commit/9b43f89c36a259c7121268da4d53fcb0517b20c9))
* release 1.0.0 ([48fdd24](https://github.com/gravity-ui/graph/commit/48fdd24c63c3653adc18cd1d3ce5e2c353384efa))
* release 1.1.2 ([79a1098](https://github.com/gravity-ui/graph/commit/79a109807fbd96118732c5a4082da2aba7ab1c71))
* release 1.1.4 ([f45c596](https://github.com/gravity-ui/graph/commit/f45c596e271d7d696a4b11960e8d7a208c3bbb4a))
* release 1.2.0-rc ([342203f](https://github.com/gravity-ui/graph/commit/342203f9f53ae9d9bce0ad8224bce0939cf44893))
* release 1.2.1 ([1370c00](https://github.com/gravity-ui/graph/commit/1370c009e15070b201f710b60df280c924f7883f))
* release 2.0.0-beta.0 for @gravity-ui/graph ([c5f5fb1](https://github.com/gravity-ui/graph/commit/c5f5fb1d49278551b25ce0fded4d6b253afeb748))
* release 2.0.0-beta.0 for @gravity-ui/graph-react ([292bd00](https://github.com/gravity-ui/graph/commit/292bd00c8219fbe010d826ed3ad62c10cf5137d4))
Loading