Skip to content

Release v1.2.13

Latest
Compare
Choose a tag to compare
@daolou daolou released this 11 Sep 11:11

Changes in this Release

History from v1.2.9 to v1.2.13

Commits

Pull Requests

Contributors

  • Mr-jiangzhiguo (11 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                                       | 28 +++++++++++--
 README.md                                          | 34 ++++++++++++----
 __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                                       | 31 ++++++--------
 tsconfig.json                                      |  7 +++-
 17 files changed, 216 insertions(+), 75 deletions(-)