Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V6 next #2409

Merged
merged 10 commits into from
Oct 10, 2021
Merged

V6 next #2409

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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