Skip to content
This repository was archived by the owner on Aug 20, 2022. It is now read-only.

Commit aa2a1a1

Browse files
committed
build: release 1.0.10
1 parent 1155127 commit aa2a1a1

18 files changed

+4434
-5314
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.0.10 (Sep 29, 2020)
4+
5+
- Add some new i18n languages.
6+
37
## 1.0.9 (Sep 21, 2019)
48

59
- Fix the issue of converting `31/10/2019` to `01/10/2019` when the current month only has 30 days (#222).

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -71,18 +71,6 @@ Initialize with `$.fn.datepicker` method.
7171
```js
7272
$('[data-toggle="datepicker"]').datepicker();
7373
```
74-
## Use as Inline
75-
```html
76-
<div id="inline-datepicker"></div>
77-
```
78-
```js
79-
$(document).ready(function(){
80-
$('#inline-datepicker').datepicker({
81-
// language: 'ar-AE',
82-
inline: true,
83-
});
84-
});
85-
```
8674

8775
[⬆ back to top](#table-of-contents)
8876

0 commit comments

Comments
 (0)