Release v1.2.11
Changes in this Release
History from v1.2.9 to v1.2.11
Commits
- 0aa627f chore(release): 1.2.11
- 6bf22bd chore: unitTest use ts
- 4d07a1d chore: Update issue templates
- 564ca95 fix: cancel ci push tags
- 6b9808c chore(release): 1.2.10
- e473b9a chore(release): 1.2.9
- 0fc134c fix: workflow/push-action branch apply to main
Pull Requests
Contributors
- Mr-jiangzhiguo (6 commits)
- Mr.jiangzhiguo (1 commits)
Files
.github/ISSUE_TEMPLATE/bug_report.md | 32 +++++++++++++++
.github/ISSUE_TEMPLATE/feature_request.md | 20 +++++++++
.github/workflows/test.yaml | 47 +++++++++++-----------
CHANGELOG.md | 20 +++++++--
__tests__/{basic.test.js => basic.test.ts} | 31 ++++++++------
__tests__/fixtures/components/{Run.js => Run.tsx} | 0
.../fixtures/components/{Walk.js => Walk.tsx} | 0
__tests__/fixtures/{index1.js => index1.tsx} | 0
__tests__/fixtures/{index2.js => index2.tsx} | 2 +-
__tests__/fixtures/tsconfig.json | 24 +++++++++++
__tests__/fixtures/typings.d.ts | 7 ++++
__tests__/fixtures/utils/{index.js => index.ts} | 2 +-
__tests__/support/webpack.base.conf.js | 25 +++++++++---
jest.config.js | 1 +
package.json | 29 +++++--------
tsconfig.json | 2 +
16 files changed, 176 insertions(+), 66 deletions(-)