Skip to content

Commit db588e4

Browse files
committed
Publish v0.34.0
1 parent 9c20f51 commit db588e4

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to the Reactodia will be documented in this document.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
7+
8+
## [0.34.0] - 2026-03-25
79
#### 🚀 New Features
810
- Support proper graph manipulation on touchscreen devices:
911
* Allow to move and resize elements on touchscreen;
@@ -666,7 +668,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
666668
- Use RDF/JS-compatible IRI and literal terms.
667669
- Removed blank nodes discovery support from `SparqlDataProvider` (might be reimplemented in the future).
668670

669-
[Unreleased]: https://github.com/reactodia/reactodia-workspace/compare/v0.33.0...HEAD
671+
[Unreleased]: https://github.com/reactodia/reactodia-workspace/compare/v0.34.0...HEAD
672+
[0.34.0]: https://github.com/reactodia/reactodia-workspace/compare/v0.33.0...v0.34.0
670673
[0.33.0]: https://github.com/reactodia/reactodia-workspace/compare/v0.32.0...v0.33.0
671674
[0.32.0]: https://github.com/reactodia/reactodia-workspace/compare/v0.31.2...v0.32.0
672675
[0.31.2]: https://github.com/reactodia/reactodia-workspace/compare/v0.31.1...v0.31.2

NOTICE.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
Reactodia Workspace -- library for visual interaction with graph data in a form of a diagram.
2-
Copyright (C) 2025 Alexey Morozov (https://github.com/AlexeyMz)
1+
Reactodia Workspace -- library for visual interaction with graph data in a form of a diagram.
2+
3+
Copyright (C) 2026 Alexey Morozov (https://github.com/AlexeyMz)
4+
35
Copyright (C) 2019 metaphacts GmbH.
46

57
This library is free software; you can redistribute it and/or

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactodia/workspace",
3-
"version": "0.33.0-next",
3+
"version": "0.34.0",
44
"description": "Reactodia Workspace -- library for visual interaction with graphs in a form of a diagram.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)