Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
klawr committed Dec 20, 2020
1 parent 73f2e3a commit 5eda6d0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,17 @@
### `g2.selector.js` / `canvasinteractor.js`
* `interactor.on('pan')`, `interactor.on('drag')` and `interactor.on('wheel')` handling is moved out of the library and is now in the responsibility of the application (s. `g2.drag.html`).
* `hdl` elements can be used elegantly to interactively modify geometry.

## [3.0.0]() on December 2020

### `g2.core.js`
* `g2.mixin` is replaced with `g2.mix`.

### `g2.ext.js`
* Symbols like `nod`, `origin` etc. are moved from `g2.mec` to `g2.ext`.
* Commands `vec`, `avec`, `dim`, `adim` are also moved.
* `label` is no command anymore, but a property on respective `g2` commands.
* `mark` is no command anymore, but a property on respective `g2` commands.

### `g2.chart.html.js`
* A new custom HTML element used for easy rendering of `g2.chart` commands.

0 comments on commit 5eda6d0

Please sign in to comment.