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(calendar): 修复自定义起始日高亮列错误问题 #2452

Merged
merged 4 commits into from
Jul 24, 2023

Conversation

eiinu
Copy link
Member

@eiinu eiinu commented Jul 24, 2023

这个 PR 做了什么? (简要描述所做更改)

这个 PR 是什么类型? (至少选择一个)

  • 新特性提交
  • 日常 bug 修复
  • 站点、文档改进
  • 演示代码改进
  • 组件样式/交互改进
  • TypeScript 定义更新
  • 包体积优化
  • 性能优化
  • 功能增强
  • 国际化改进
  • 代码重构
  • 代码风格优化
  • 测试用例
  • 分支合并
  • 其他改动(是关于什么的改动?)

这个 PR 涉及以下平台:

  • NutUI 4.0 H5
  • NutUI 4.0 小程序
  • NutUI 3.0 H5
  • NutUI 3.0 小程序

这个 PR 是否已自测:

@codecov
Copy link

codecov bot commented Jul 24, 2023

Codecov Report

Merging #2452 (5e147a2) into v4 (32744bd) will decrease coverage by 0.03%.
The diff coverage is 88.88%.

❗ Current head 5e147a2 differs from pull request most recent head 5235f4d. Consider uploading reports for the commit 5235f4d to get more accurate results

@@            Coverage Diff             @@
##               v4    #2452      +/-   ##
==========================================
- Coverage   85.03%   85.01%   -0.03%     
==========================================
  Files         152      152              
  Lines       20401    20416      +15     
  Branches     2286     2288       +2     
==========================================
+ Hits        17348    17356       +8     
- Misses       3048     3055       +7     
  Partials        5        5              
Impacted Files Coverage Δ
src/packages/__VUE/calendaritem/index.vue 67.53% <88.88%> (+0.46%) ⬆️

... and 1 file with indirect coverage changes

@eiinu eiinu merged commit 1cdc34d into jdf2e:v4 Jul 24, 2023
3 checks passed
@eiinu eiinu deleted the fix-calendar branch July 24, 2023 15:28
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.

Calendar日历组件周起始日非星期日时,未正确高亮周末列
1 participant