chore(release): prepare version 0.4.0
parent
a0b762c707
commit
e175937f02
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,5 +1,15 @@
|
||||||
# `maxGraph` Change Log
|
# `maxGraph` Change Log
|
||||||
|
|
||||||
|
## 0.4.0
|
||||||
|
|
||||||
|
This release contains new features, bug fixes and documentation improvements.
|
||||||
|
|
||||||
|
**Major improvements**
|
||||||
|
- introduce the Manhattan connector
|
||||||
|
|
||||||
|
For more details, see the [0.4.0 Changelog](https://github.com/maxGraph/maxGraph/releases/tag/v0.4.0) on
|
||||||
|
the GitHub release page.
|
||||||
|
|
||||||
## 0.3.0
|
## 0.3.0
|
||||||
|
|
||||||
This release contains new features, bug fixes and documentation improvements.
|
This release contains new features, bug fixes and documentation improvements.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@maxgraph/core",
|
"name": "@maxgraph/core",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"version": "0.3.0",
|
"version": "0.4.0",
|
||||||
"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.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"browser",
|
"browser",
|
||||||
|
|
|
@ -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.3.0';
|
static VERSION = '0.4.0';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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