mariomka / vue-datetime

Mobile friendly datetime picker for Vue. Supports date and datetime modes, i18n and more.
http://mariomka.github.io/vue-datetime
MIT License
987 stars 246 forks source link

current month's notation has been changed. #229

Open ikuosaito1989 opened 4 years ago

ikuosaito1989 commented 4 years ago

Since the notation for the current month is not supported outside of the US, it has been changed to support notation such as Asia. Thank you! ( See https://github.com/mariomka/vue-datetime/issues/228

codecov-commenter commented 4 years ago

Codecov Report

Merging #229 into v1.x will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             v1.x     #229   +/-   ##
=======================================
  Coverage   92.79%   92.79%           
=======================================
  Files           8        8           
  Lines         222      222           
  Branches       57       57           
=======================================
  Hits          206      206           
  Misses          8        8           
  Partials        8        8           
Impacted Files Coverage Δ
src/DatetimeCalendar.vue 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e917282...71b7b3c. Read the comment docs.

ikuosaito1989 commented 4 years ago

Can we merge it? @mariomka

mariomka commented 4 years ago

@ikuosaito1989 it looks good but let me check it later because it changes default behavior.

ikuosaito1989 commented 4 years ago

@mariomka Thanks for the reply. I'm hoping these changes will be merged!