Skip to content

Commit 831e028

Browse files
committed
release v1.10.1
1 parent 722dc29 commit 831e028

36 files changed

+1103
-325
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v2
13-
- uses: actions/setup-node@v1
12+
- uses: actions/checkout@v5
13+
- uses: actions/setup-node@v5
1414

1515
- name: Install grunt
1616
run: yarn global add grunt-cli

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ Locale changes:
369369
* De-duplicated Ukrainian files from `uk` and `ua` to just `ua`
370370

371371
Repository changes:
372-
* Documentation has been moved from the base `README.md` file to the `docs/` folder, and been re-written to use sphinx docs. The docs are now viewable online at https://bootstrap-datepicker.readthedocs.org/. The [gh-pages](https://uxsolutions.github.io/bootstrap-datepicker/) branch has been reduced to the sandbox demo.
372+
* Documentation has been moved from the base `README.md` file to the `docs/` folder, and been re-written to use sphinx docs. The docs are now viewable online at https://bootstrap-datepicker.readthedocs.io/. The [gh-pages](https://uxsolutions.github.io/bootstrap-datepicker/) branch has been reduced to the sandbox demo.
373373
* Changed the js file header to point at repo/demo/docs urls instead of eyecon.ro
374374
* The css files are now the output of the standalone build scripts instead of `build/build.less` etc.
375375
* `composer.json` now supports component-installer

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# bootstrap-datepicker
22

33
[![Join the chat at https://gitter.im/uxsolutions/bootstrap-datepicker](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/uxsolutions/bootstrap-datepicker?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4-
[![Build Status](https://travis-ci.org/uxsolutions/bootstrap-datepicker.svg?branch=master)](https://travis-ci.org/uxsolutions/bootstrap-datepicker)
4+
[![Build Status](https://github.com/uxsolutions/bootstrap-datepicker/workflows/Ci/badge.svg)](https://github.com/uxsolutions/bootstrap-datepicker/actions/workflows/ci.yaml)
55
[![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/uxsolutions/bootstrap-datepicker/master/LICENSE)
66
[![npm](https://img.shields.io/npm/dt/bootstrap-datepicker.svg)](https://github.com/uxsolutions/bootstrap-datepicker)
77
[![Twitter Follow](https://img.shields.io/twitter/follow/bsdatepicker.svg?style=social&label=Follow)](https://twitter.com/bsdatepicker)
@@ -19,9 +19,8 @@ Please note: It might take a few hours until a new version is available on cdnjs
1919
## Links
2020

2121
* [Online Demo](https://uxsolutions.github.io/bootstrap-datepicker/)
22-
* [Online Docs](https://bootstrap-datepicker.readthedocs.org/en/stable/) (ReadTheDocs.com)
22+
* [Online Docs](https://bootstrap-datepicker.readthedocs.io/en/stable/) (ReadTheDocs.com)
2323
* [Google Group](https://groups.google.com/group/bootstrap-datepicker/)
24-
* [Travis CI](https://travis-ci.org/uxsolutions/bootstrap-datepicker)
2524

2625
#### Snippets
2726
* [Booking demo with two pickers](https://jsfiddle.net/azaret/25bqa6ho/)

dist/css/bootstrap-datepicker.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-datepicker.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-datepicker.standalone.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-datepicker.standalone.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-datepicker3.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-datepicker3.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-datepicker3.standalone.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)