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

Feature backdrop #232

Closed alanbosco closed 4 years ago

alanbosco commented 4 years ago

Feature update for the backdrop base on the issue: #231

  1. Prop added 'hideBackdrop' for hiding backdrop.
  2. Prop added 'backdropClick' for disabling click to cancel on backdrop (outside click).
  3. Updated ReadMe.
codecov-commenter commented 4 years ago

Codecov Report

Merging #232 into v1.x will increase coverage by 0.03%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             v1.x     #232      +/-   ##
==========================================
+ Coverage   92.79%   92.82%   +0.03%     
==========================================
  Files           8        8              
  Lines         222      223       +1     
  Branches       57       58       +1     
==========================================
+ Hits          206      207       +1     
  Misses          8        8              
  Partials        8        8              
Impacted Files Coverage Δ
src/Datetime.vue 93.47% <100.00%> (+0.14%) :arrow_up:

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...d6770a1. Read the comment docs.

mariomka commented 4 years ago

Hi @alanbosco, it seems good!

I'll try to merge it today later.

alanbosco commented 4 years ago

@mariomka Thank you.

alanbosco commented 4 years ago

@mariomka Hey, did you get time to merge?

mariomka commented 4 years ago

Merged! Thank you. Nice PR, it includes tests and updates in the readme 😍.

I will release a new version in a few minutes.

mariomka commented 4 years ago

@alanbosco Published new version 1.0.0-beta.14