1.1.0 • Published 2 months ago

simplicite-bootstrap-datetimepicker v1.1.0

Weekly downloads
5
License
Apache-2.0
Repository
github
Last release
2 months ago

Bootstrap date time picker

This repo is a fork and adaptation of the code of this repository that was developped for Bootstrap 3 and which is not maintained anymore by its owner.

It contains :

  • a slightly modified version for Bootstrap 3 (in the bootstrap3/ directory)
  • a rewrite version for Bootstrap 4 (in the bootstrap4/ directory)
  • a rewrite version for Bootstrap 5 (in the bootstrap5/ directory)

Building & publishing

This requires that you have node.js installed.

Bump the version number in:

  • package.json
  • bootstrap3/js/bootstrap-datetimepicker.js
  • bootstrap4/js/bootstrap-datetimepicker.js
  • bootstrap5/js/bootstrap-datetimepicker.js

Prepare:

npm install

Build for Bootstrap 3:

npm run build3

Build for Bootstrap 4:

npm run build4

Build for Bootstrap 5:

npm run build5

Publish to NPM registry:

npm publish
1.1.0

2 months ago

1.0.9

2 months ago

1.0.8

2 months ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.3

3 years ago

1.0.0

4 years ago