Skip to content

Commit

Permalink
Master dev (#2659)
Browse files Browse the repository at this point in the history
* provide repl example

* remove debug statement

* fix version number in docs

* fix npm issues

* Fixes to fr, fi and it locales (#2650)

* Development (#2637)

* provide repl example

* remove debug statement

* fix version number in docs

* fix npm issues

* Locales:
- fixed exported names of "fr" and "fi"
- fixed decade casing in "it"
- uniformed quotes to single in "fr" and "it"

Co-authored-by: Eonasdan <me@eonasdan.com>

* Default popup behavior functions (#2643)

* FloatingUIDOM conversion

* Revert "FloatingUIDOM conversion"

This reverts commit fd1dd24.

* Move to functions

* Remove dep

* Post Build

* Optional import

* Revert version change

* Revert dist changes

* Cleanup and documentation for floatingui

* Cleanup

* Fix mistake

* Final cleanup

Co-authored-by: Owen Schleicher <owen@swarmbox.com>

* Create tr.ts (#2654)

* Feat/fix ts import (#2653)

* fix ts import
added customDateFormat.html

* updated version

* updated version/change log

* make sonar happy

* template updates

* Revert "template updates"

This reverts commit 4e87b86.

* template updates

* template updates

* update packages

Co-authored-by: m-gallesio <46478501+m-gallesio@users.noreply.github.com>
Co-authored-by: oschleic <80231626+oschleic@users.noreply.github.com>
Co-authored-by: Owen Schleicher <owen@swarmbox.com>
Co-authored-by: Omer <ulrozremo@gmail.com>
  • Loading branch information
5 people authored Sep 22, 2022
1 parent 1e839c2 commit 7fbf2a1
Show file tree
Hide file tree
Showing 49 changed files with 1,331 additions and 802 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Report a bug
description: Tell us about your issue.
title: "Provide a general summary of the issue"
assignees: "-"
labels: ["Type: bug", "State: Triage"]
body:
- type: checkboxes
attributes:
Expand Down
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.1
# Tempus Dominus Date/Time Picker v6.1.2

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
3 changes: 2 additions & 1 deletion build/change-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ const DRY_RUN = process.argv.includes('--dry') || process.argv.includes('--dry-r

// These are the filetypes we only care about replacing the version
const GLOB = [
'**/*.{css,html,js,json,md,scss,txt,yml,ts,nuspec}'
'**/*.{css,html,js,json,md,scss,txt,yml,ts,nuspec}',
'!**/change-log*'
]
const GLOBBY_OPTIONS = {
cwd: path.join(__dirname, '..'),
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.1 (https://getdatepicker.com/)
* Tempus Dominus v6.1.2 (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.

47 changes: 40 additions & 7 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 7fbf2a1

Please sign in to comment.