Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(next/antd): fix moment timestamp #3395

Merged
merged 4 commits into from
Sep 14, 2022

Conversation

heihei12305
Copy link
Contributor

Before submitting a pull request, please make sure the following is done...

  • Ensure the pull request title and commit message follow the Commit Specific in English.
  • Fork the repo and create your branch from master or formily_next.
  • If you've added code that should be tested, add tests!
  • If you've changed APIs, update the documentation.
  • Ensure the test suite passes (npm test).
  • Make sure your code lints (npm run lint) - we've done our best to make sure these rules match our internal linting guidelines.

Please do not delete the above content


What have you changed?

Fixed: #3394

@heihei12305 heihei12305 changed the title fix(next): fix moment timestamp fix(next/antd): fix moment timestamp Sep 14, 2022
@codecov
Copy link

codecov bot commented Sep 14, 2022

Codecov Report

Merging #3395 (d132a45) into formily_next (9a817f4) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@              Coverage Diff              @@
##           formily_next    #3395   +/-   ##
=============================================
  Coverage         96.17%   96.17%           
=============================================
  Files               152      152           
  Lines              6582     6590    +8     
  Branches           1837     1841    +4     
=============================================
+ Hits               6330     6338    +8     
  Misses              223      223           
  Partials             29       29           
Impacted Files Coverage Δ
packages/antd/src/__builtins__/moment.ts 97.05% <100.00%> (+0.39%) ⬆️
packages/next/src/__builtins__/moment.ts 97.22% <100.00%> (+0.34%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@janryWang janryWang merged commit 2054c10 into alibaba:formily_next Sep 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug Report] PrewText.DatePicker存在非兼容更新,原来传入时间戳的方式不能使用了
2 participants