Socket
Socket
Sign inDemoInstall

vue-bootstrap-datetimepicker

Package Overview
Dependencies
16
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
23Next

5.0.1

Diff

Changelog

Source

5.0.1

  • Final version
ankurk91
published 5.0.0 •

Changelog

Source

5.0.0

  • Same as previous beta version but without beta dist tag
ankurk91
published 5.0.0-beta.2 •

Changelog

Source

5.0.0-beta.2

  • Change export names
ankurk91
published 4.1.4 •

Changelog

Source

4.1.4

  • Update dependencies
ankurk91
published 5.0.0-beta.1 •

Changelog

Source

5.0.0-beta.1

ankurk91
published 4.1.3 •

Changelog

Source

4.1.3

  • Update dependencies
ankurk91
published 4.1.2 •

Changelog

Source

4.1.2

  • Internal: no longer require to use Object.assign
ankurk91
published 4.1.1 •

Changelog

Source

4.1.1

  • Fix: a bug where changes in config properties were not being detected
ankurk91
published 4.1.0 •

Changelog

Source

4.1.0

  • Add: Support for inline mode
ankurk91
published 4.0.0 •

Changelog

Source

4.0.0 (breaking)

  • Change:
    • Component now sets the v-model value in same format as specified in config, previously it was moment string 2017-10-02T06:14:35.665Z but now it should follow the format; for example if format is DD/MM/YYYY then v-model will be like 22/10/2017
    • input-class prop has been removed, you can always use Vue.js inbuilt class binding
      <date-picker v-model="date" class="custom-input"></date-picker>
    
    • Similarly name, id, placeholder and required props has been removed, you can still specify any number of attributes on component
      <date-picker v-model="date" name="date-of-birth" id="js-date" placeholder="Select date" aria-required="true"></date-picker>
    
23Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc