chore(release): @antv/x6-sites@1.2.0 [skip ci]

# @antv/x6-sites [1.2.0](https://github.com/antvis/x6/compare/@antv/x6-sites@1.1.2...@antv/x6-sites@1.2.0) (2021-01-26)

### Bug Fixes

* 🐛 remove single tool by name or index ([#565](https://github.com/antvis/x6/issues/565)) ([f87dc43](73d5d67541)), closes [#552](https://github.com/antvis/x6/issues/552)
* add `placeholder` and `notFoundText` for stencil component ([#574](https://github.com/antvis/x6/issues/574)) ([c9100ab](c42464b376)), closes [#555](https://github.com/antvis/x6/issues/555)
* x6 support ie 11 ([#585](https://github.com/antvis/x6/issues/585)) ([8cb2f48](5df9aaaa88))

### Features

*  auto resize graph when container resized ([ff6e2b6](9c7bc9a4bb)), closes [#531](https://github.com/antvis/x6/issues/531)

### Dependencies

* **@antv/x6:** upgraded to 1.12.17
This commit is contained in:
x6-bot
2021-01-26 07:21:18 +00:00
parent be8c7f66b9
commit d8ee2aea3d
2 changed files with 24 additions and 2 deletions

View File

@ -1,3 +1,25 @@
# @antv/x6-sites [1.2.0](https://github.com/antvis/x6/compare/@antv/x6-sites@1.1.2...@antv/x6-sites@1.2.0) (2021-01-26)
### Bug Fixes
* 🐛 remove single tool by name or index ([#565](https://github.com/antvis/x6/issues/565)) ([f87dc43](https://github.com/antvis/x6/commit/f87dc43e439bfd13b7afe193db096bacd456bdcd)), closes [#552](https://github.com/antvis/x6/issues/552)
* add `placeholder` and `notFoundText` for stencil component ([#574](https://github.com/antvis/x6/issues/574)) ([c9100ab](https://github.com/antvis/x6/commit/c9100abb8576eaf55c5a9b0c5496f63c1796af5a)), closes [#555](https://github.com/antvis/x6/issues/555)
* x6 support ie 11 ([#585](https://github.com/antvis/x6/issues/585)) ([8cb2f48](https://github.com/antvis/x6/commit/8cb2f489d2f913dd9fa80dab5c50e1fffe7f6939))
### Features
* ✨ auto resize graph when container resized ([ff6e2b6](https://github.com/antvis/x6/commit/ff6e2b63bce78992cdb1892c84d7bf2ce6c2bbc3)), closes [#531](https://github.com/antvis/x6/issues/531)
### Dependencies
* **@antv/x6:** upgraded to 1.12.17
## @antv/x6-sites [1.2.1](https://github.com/antvis/x6/compare/@antv/x6-sites@1.2.0...@antv/x6-sites@1.2.1) (2021-01-25)

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "@antv/x6-sites",
"version": "1.2.1",
"version": "1.2.0",
"description": "X6 sites deployed on gh-pages",
"scripts": {
"clean": "gatsby clean",
@ -16,7 +16,7 @@
],
"dependencies": {
"@antv/gatsby-theme-antv": "^1.0.3",
"@antv/x6": "^1.12.16",
"@antv/x6": "^1.12.17",
"@antv/x6-react-components": "^1.1.1",
"@antv/x6-react-shape": "^1.2.5",
"antd": "^4.4.2",