Skip to content

请问antv/x6 2.x版本,何时发布动画插件 #4633

请问antv/x6 2.x版本,何时发布动画插件

请问antv/x6 2.x版本,何时发布动画插件 #4633

Workflow file for this run

name: 👋 Welcome
on:
pull_request_target:
types: [opened, closed]
issues:
types: [opened]
jobs:
welcome:
runs-on: ubuntu-latest
steps:
- uses: wow-actions/use-app-token@v2
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.PRIVATE_KEY }}
- uses: wow-actions/welcome@v1
with:
GITHUB_TOKEN: ${{ env.BOT_TOKEN }}
FIRST_ISSUE: |
👋 @{{ author }}
Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it.
To help make it easier for us to investigate your issue, please follow the [contributing guidelines](https://github.com/antvis/X6/blob/master/CONTRIBUTING.md).
We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
FIRST_PR: |
👋 @{{ author }}
💖 Thanks for opening this pull request! 💖
Please follow the [contributing guidelines](https://github.com/antvis/X6/blob/master/CONTRIBUTING.md). And we use [semantic commit messages](https://github.com/antvis/X6/blob/master/CONTRIBUTING.md#commit-message-format) to streamline the release process.
Examples of commit messages with semantic prefixes:
- `fix: don't overwrite prevent_default if default wasn't prevented`
- `feat: add graph.scale() method`
- `docs: graph.getShortestPath is now available`
Things that will help get your PR across the finish line:
- Follow the TypeScript, JavaScript, CSS and React coding style.
- Run `npm run lint` locally to catch formatting errors earlier.
- Document any user-facing changes you've made.
- Include tests when adding/changing behavior.
- Include screenshots and animated GIFs whenever possible.
We get a lot of pull requests on this repo, so please be patient and we will get back to you as soon as we can.
FIRST_PR_MERGED: |
👋 @{{ author }}
Congrats on merging your first pull request! 🎉🎉🎉