chore(release): prepare version 0.2.1
parent
1ec9b723c9
commit
452698660b
|
@ -1,5 +1,12 @@
|
||||||
# `maxGraph` Change Log
|
# `maxGraph` Change Log
|
||||||
|
|
||||||
|
## 0.2.1
|
||||||
|
|
||||||
|
This is a bug fix release.
|
||||||
|
|
||||||
|
For more details, see the [0.2.1 Changelog](https://github.com/maxGraph/maxGraph/releases/tag/v0.2.1) on
|
||||||
|
the GitHub release page.
|
||||||
|
|
||||||
## 0.2.0
|
## 0.2.0
|
||||||
|
|
||||||
This release contains bug fixes and documentation improvements.
|
This release contains bug fixes and documentation improvements.
|
||||||
|
@ -10,7 +17,7 @@ This release contains bug fixes and documentation improvements.
|
||||||
- some types related to `CellStateStyle` have been renamed. For more details, see [PR #165](https://github.com/maxGraph/maxGraph/pull/165) and commit [ca1914b](https://github.com/maxGraph/maxGraph/commit/ca1914b5824eed253556df585337aa07d974e920).
|
- some types related to `CellStateStyle` have been renamed. For more details, see [PR #165](https://github.com/maxGraph/maxGraph/pull/165) and commit [ca1914b](https://github.com/maxGraph/maxGraph/commit/ca1914b5824eed253556df585337aa07d974e920).
|
||||||
- some properties of `CellStateStyle` have changed (removed or renamed). The renamed properties better match the former `mxGraph` properties. For more details, see [PR #165](https://github.com/maxGraph/maxGraph/pull/165) and commit [ca1914b](https://github.com/maxGraph/maxGraph/commit/ca1914b5824eed253556df585337aa07d974e920).
|
- some properties of `CellStateStyle` have changed (removed or renamed). The renamed properties better match the former `mxGraph` properties. For more details, see [PR #165](https://github.com/maxGraph/maxGraph/pull/165) and commit [ca1914b](https://github.com/maxGraph/maxGraph/commit/ca1914b5824eed253556df585337aa07d974e920).
|
||||||
|
|
||||||
For more details, see the [0.2.0 Changelog](https://github.com/maxGraph/maxGraph/releases/tag/v0.1.0) on
|
For more details, see the [0.2.0 Changelog](https://github.com/maxGraph/maxGraph/releases/tag/v0.2.0) on
|
||||||
the GitHub release page.
|
the GitHub release page.
|
||||||
|
|
||||||
## 0.1.0
|
## 0.1.0
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@maxgraph/core",
|
"name": "@maxgraph/core",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"version": "0.2.0",
|
"version": "0.2.1",
|
||||||
"description": "maxGraph is a fully client side JavaScript diagramming library that uses SVG and HTML for rendering.",
|
"description": "maxGraph is a fully client side JavaScript diagramming library that uses SVG and HTML for rendering.",
|
||||||
"main": "dist/maxgraph.js",
|
"main": "dist/maxgraph.js",
|
||||||
"module": "dist/esm/index.js",
|
"module": "dist/esm/index.js",
|
||||||
|
|
|
@ -20,7 +20,7 @@ class Client {
|
||||||
/**
|
/**
|
||||||
* Contains the current version of the maxGraph library.
|
* Contains the current version of the maxGraph library.
|
||||||
*/
|
*/
|
||||||
static VERSION = '0.2.0';
|
static VERSION = '0.2.1';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Base path for all URLs in the core without trailing slash.
|
* Base path for all URLs in the core without trailing slash.
|
||||||
|
|
Loading…
Reference in New Issue