Skip to content

Commit

Permalink
Merge pull request #2409 from Eonasdan/v6-next
Browse files Browse the repository at this point in the history
V6 next
  • Loading branch information
Eonasdan authored Oct 10, 2021
2 parents 101dd36 + 5fc9ffc commit 84c6908
Show file tree
Hide file tree
Showing 39 changed files with 817 additions and 12,100 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ site
*.user
*.csproj
*.sln
*.nupkg
*.nupkg
src/docs/partials/examples/test.html
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/R6R53OEFF)

# Tempus Dominus Date/Time Picker v6.0.0-alpha1.0.13
# Tempus Dominus Date/Time Picker v6.0.0-alpha14

Tempus Dominus is a powerful and robust date time picker for javascript. Version 6 is another major rewrite over the previous version. V6 is written with modern browsers in mind and is written in typescript. Bootstrap, momentjs and jQuery are no longer required dependencies. Popper2 is all that is required for the picker to position correctly. If you still require jQuery (seriously, you should move off that asap) there's a jQuery provider that wraps the native js functions.

Expand Down
5 changes: 5 additions & 0 deletions dist/css/tempus-dominus.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/jQuery-provider.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*global $ */

/*!
* Tempus Dominus v6.0.0-alpha1.0.13 (https://getdatepicker.com/)
* Tempus Dominus v6.0.0-alpha14 (https://getdatepicker.com/)
* Copyright 2013-2021 [object Object]
* Licensed under MIT (https://github.com/Eonasdan/tempus-dominus/blob/master/LICENSE)
*/
Expand Down
144 changes: 80 additions & 64 deletions dist/js/tempus-dominus.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/tempus-dominus.esm.js.map

Large diffs are not rendered by default.

144 changes: 80 additions & 64 deletions dist/js/tempus-dominus.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/tempus-dominus.js.map

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions docs/6/change-log.html
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,24 @@ <h1 class="bd-title title" id="content">Change Log</h1>
</div>
<div id="mainContent" class="bd-content ps-lg-4">
<h1>Version 6</h1>
<section>
<h2>Version 6-alpha_</h2>
<h3>New</h3>
<ul>
<li>Cleaned up css a bit. Got rid of the popper arrow and aligned the picker to the start of the element.</li>
<li><span class="badge bg-danger">BREAKING</span> <code>display.inputFormat</code> now takes a function, not an Intl format. It has also been moved to <code>hooks.inputFormat</code> By default a function will be executed that uses Intl to format the selected date(s) based on the selected components.</li>
<li>Added <code>hooks.inputParse</code></li>
<li>Merged number localization Thanks @hkvstore <a href="https://github.com/Eonasdan/tempus-dominus/issues/2408">#2408</a></li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Merged a fix for parsing issue from comparing constructor names. Thanks @faatihi <a href="https://github.com/Eonasdan/tempus-dominus/issues/2408">#2408</a></li>
<li>Fixed doc issue</li>
<li>Fixed input value for real this time. <a href="https://github.com/Eonasdan/tempus-dominus/issues/2387">#2387</a></li>
<li>Fixed <code>keepOpen</code></li>
<li>Fixed widget positioning with rtl <a href="https://github.com/Eonasdan/tempus-dominus/issues/2400">#2400</a></li>
</ul>
</section>
<section>
<h2>Version 6-alpha1.0.13</h2>
<h3>New</h3>
Expand Down
5 changes: 5 additions & 0 deletions docs/6/css/tempus-dominus.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/6/js/jQuery-provider.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*global $ */

/*!
* Tempus Dominus v6.0.0-alpha1.0.13 (https://getdatepicker.com/)
* Tempus Dominus v6.0.0-alpha14 (https://getdatepicker.com/)
* Copyright 2013-2021 [object Object]
* Licensed under MIT (https://github.com/Eonasdan/tempus-dominus/blob/master/LICENSE)
*/
Expand Down
8 changes: 4 additions & 4 deletions docs/6/js/search.json

Large diffs are not rendered by default.

Loading

0 comments on commit 84c6908

Please sign in to comment.