Update Bootstrap Datepicker version to 1.10.0

This commit is contained in:
helioguardabaxo 2023-09-09 10:49:06 -03:00
parent f56ac1d45e
commit 8d9df72114
286 changed files with 22730 additions and 80 deletions

View file

@ -0,0 +1,13 @@
### Expected behaviour
Tell us what should happen.
### Actual behaviour
Tell us what happens instead.
### Datepicker version used
ex. 1.6.1.
### Example code
Jsfiddle example to reproduce the problem.

View file

@ -0,0 +1,7 @@
| Q | A
| --------------- | ---
| Bug fix? | no|yes
| New feature? | no|yes
| BC breaks? | no|yes
| Related tickets | fixes #X, partially #Y, mentioned in #Z
| License | MIT

View file

@ -0,0 +1,22 @@
name: CI
on:
[push, pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- name: Install grunt
run: yarn global add grunt-cli
- name: Install dependencies
run: yarn
- name: Run tests
run: yarn test