Skip to content

Commit

Permalink
Development (#2585)
Browse files Browse the repository at this point in the history
* make viewMode optional (#2551)

* introduce a simple overridable function parseInput (#2552)

so that you don't have to know all the internal details when overriding
this just gets 1 input and can return another
Just as formatInput also works (its the opposite)

* fixed #2487, #2495

* fixed #2487, #2495

* fix for #2506

* fix for #2549

* fix for #2549

* pub npm

* pub npm

* package update

* * added locale from pr
* updated github templates
* updated link nav

* fixes #2583, #2578

Co-authored-by: Johan Compagner <jcompagner@servoy.com>
  • Loading branch information
Eonasdan and jcompagner authored Jun 10, 2022
1 parent b54bb33 commit 7214b82
Show file tree
Hide file tree
Showing 35 changed files with 558 additions and 228 deletions.
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,15 @@ Bug reports must include:
- Browser and version (Chrome, Firefox, Safari, Microsoft Edge, Opera, Android Browser)
- Version of the plugin. There is no support for version 3, 4 or 5.
- A test and or fork [this StackBlitz](https://stackblitz.com/edit/tempus-dominus-v6-simple-setup)

# Issues that do not fork one of the following stackblitz projects will be closed!

* [Basic](https://stackblitz.com/edit/tempus-dominus-v6-simple-setup)

* [Dev branch](https://stackblitz.com/edit/tempus-dominus-v6-next)

* [Typescript](https://stackblitz.com/edit/v6-typescript)

* [Using import](https://stackblitz.com/edit/tempus-dominus-v6-simple-setup-import)

* [jQuery](https://stackblitz.com/edit/tempus-dominus-v6-simple-jquery-setup)
3 changes: 2 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ PRs relating to the v4 will be closed and locked.
- [ ] The PR is against the `development` branch
- [ ] Tests for the changes have been added (for bug fixes / features)
- [ ] Docs have been added / updated (for bug fixes / features)
- [ ] Does NOT modify files under the "dist" folder.


* **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...). If this is a fix, please tag a bug.
Expand All @@ -22,4 +23,4 @@ PRs relating to the v4 will be closed and locked.



* **Other information**:
* **Other information**:
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Rate on Openbase](https://badges.openbase.com/js/rating/@eonasdan/tempus-dominus.svg)](https://openbase.com/js/@eonasdan/tempus-dominus?utm_source=embedded&utm_medium=badge&utm_campaign=rate-badge)

# Tempus Dominus Date/Time Picker v6.0.0-beta7
# Tempus Dominus Date/Time Picker v6.0.0-beta8

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
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 $, tempusDominus */

/*!
* Tempus Dominus v6.0.0-beta7 (https://getdatepicker.com/)
* Tempus Dominus v6.0.0-beta8 (https://getdatepicker.com/)
* Copyright 2013-2021 Jonathan Peterson
* Licensed under MIT (https://github.com/Eonasdan/tempus-dominus/blob/master/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/js/jQuery-provider.min.js

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

149 changes: 116 additions & 33 deletions dist/js/tempus-dominus.esm.js

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/tempus-dominus.esm.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/js/tempus-dominus.esm.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 7214b82

Please sign in to comment.