Skip to content

Commit

Permalink
chore(release): @antv/[email protected] [skip ci]
Browse files Browse the repository at this point in the history
# @antv/x6 [1.28.0](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2021-10-02)

### Bug Fixes

* 🐛 modify the font size even if the text does not change ([#1397](#1397)) ([f93c290](f93c290))
* 🐛 stop propagation when enable following ([#1398](#1398)) ([59cbe44](59cbe44))

### Features

* ✨ add batch for selection ([#1399](#1399)) ([276abac](276abac))
* ✨ add excludeHiddenNodes for manhattan router ([#1400](#1400)) ([c57908f](c57908f))
  • Loading branch information
x6-bot committed Oct 2, 2021
1 parent 6637cde commit da040a9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions packages/x6/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# @antv/x6 [1.28.0](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2021-10-02)


### Bug Fixes

* 🐛 modify the font size even if the text does not change ([#1397](https://github.com/antvis/x6/issues/1397)) ([f93c290](https://github.com/antvis/x6/commit/f93c290abd8e546e76feb914c4f0457aa6f1bbbf))
* 🐛 stop propagation when enable following ([#1398](https://github.com/antvis/x6/issues/1398)) ([59cbe44](https://github.com/antvis/x6/commit/59cbe44cf308e7b452ac0fba37dd19c86324e475))


### Features

* ✨ add batch for selection ([#1399](https://github.com/antvis/x6/issues/1399)) ([276abac](https://github.com/antvis/x6/commit/276abac2949bd6c2160e749e0d4e41d9201ae08e))
* ✨ add excludeHiddenNodes for manhattan router ([#1400](https://github.com/antvis/x6/issues/1400)) ([c57908f](https://github.com/antvis/x6/commit/c57908fc7e6183319f27a8acc0e3567e76d11e6e))

## @antv/x6 [1.27.2](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2021-10-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/x6/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/x6",
"version": "1.27.2",
"version": "1.28.0",
"description": "JavaScript diagramming library that uses SVG and HTML for rendering.",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/x6/src/global/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
/**
* Auto generated version file, do not modify it!
*/
const version = '1.27.2'
const version = '1.28.0'
export { version }

0 comments on commit da040a9

Please sign in to comment.