Skip to content

Commit e16e84b

Browse files
committed
chore(release): prepare version 0.21.0
1 parent e3d3dfc commit e16e84b

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ For more details on the contents of a release, see [the GitHub release page] (ht
99

1010
_**Note:** Yet to be released breaking changes appear here._
1111

12+
## 0.21.0
13+
14+
Release date: `2025-07-22`
15+
16+
For more details, see the [0.21.0 Changelog](https://github.com/maxGraph/maxGraph/releases/tag/v0.21.0) on the GitHub release page.
17+
18+
This release improves Webpack and Node.js compatibility, removes legacy code, and slightly reduces bundle size.
19+
1220
**Breaking Changes**:
1321
- The `AbstractGraph.fit` method moved to `FitPlugin`, as well as the `minFitScale` and `maxFitScale` properties.
1422
The method now accepts a single parameter, mainly to minimize the need to pass many default values.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@maxgraph/core",
33
"license": "Apache-2.0",
44
"private": false,
5-
"version": "0.20.0",
5+
"version": "0.21.0",
66
"type": "module",
77
"sideEffects": [
88
"**/*.css"

packages/core/src/util/Constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
*/
2222
// WARN: this constant is updated at release time by the script located at 'scripts/update-versions.mjs'.
2323
// So, if you modify the name of this file or this constant, please update the script accordingly.
24-
export const VERSION = '0.20.0';
24+
export const VERSION = '0.21.0';
2525

2626
/**
2727
* Defines the portion of the cell which is to be used as a connectable

0 commit comments

Comments
 (0)