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

Commit

Permalink
build: release 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyuanchen committed Sep 29, 2020
1 parent 1155127 commit aa2a1a1
Show file tree
Hide file tree
Showing 18 changed files with 4,434 additions and 5,314 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.10 (Sep 29, 2020)

- Add some new i18n languages.

## 1.0.9 (Sep 21, 2019)

- Fix the issue of converting `31/10/2019` to `01/10/2019` when the current month only has 30 days (#222).
Expand Down
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,6 @@ Initialize with `$.fn.datepicker` method.
```js
$('[data-toggle="datepicker"]').datepicker();
```
## Use as Inline
```html
<div id="inline-datepicker"></div>
```
```js
$(document).ready(function(){
$('#inline-datepicker').datepicker({
// language: 'ar-AE',
inline: true,
});
});
```

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

Expand Down
Loading

0 comments on commit aa2a1a1

Please sign in to comment.