You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,13 @@
2
2
3
3
[](https://openbase.com/js/@eonasdan/tempus-dominus?utm_source=embedded&utm_medium=badge&utm_campaign=rate-badge)
4
4
5
-
# Tempus Dominus Date/Time Picker v6.2.7
5
+
# Tempus Dominus Date/Time Picker v6.2.8
6
6
7
7
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.
8
8
9
9
# Ready State
10
-
The beta is here. There's still plenty of things that can be worked on and you can see the [rough roadmap here](https://github.com/Eonasdan/tempus-dominus/projects).
10
+
11
+
The beta is here. There's still plenty of things that can be worked on and you can see the [rough roadmap here](https://github.com/Eonasdan/tempus-dominus/projects).
11
12
12
13
# Community
13
14
@@ -19,7 +20,7 @@ Please also take a look at the [discussions](https://github.com/Eonasdan/tempus-
19
20
20
21
## Building
21
22
22
-
Run `npm i` to install needed packages.
23
+
Run `npm i` to install needed packages.
23
24
24
25
The docs folder contains the generated documentation site, don't modify this directly as it will be overwritten on build. The dist folder contains the built js/css files.
25
26
@@ -28,14 +29,15 @@ The docs folder contains the generated documentation site, don't modify this dir
28
29
You can run `npm run serve` which will start a browser-sync server. Navigate to `http://localhost:3001/` to view the docs.
29
30
30
31
## Watching for changes
32
+
31
33
Do not run `npm run serve` at the same time.
32
34
33
35
Run `npm start`. This runs browser-sync, the build and watchers for the docs, styles, and typescript.
34
36
35
37
## Where do you use this?
38
+
36
39
I'd love to know if your public site is using this plugin and list your logo on the documentation site. Leave [create a discussion](https://github.com/Eonasdan/tempus-dominus/discussions/categories/show-your-love) and let me know.
37
40
38
41
## Priority support is available at an hourly rate.
39
42
40
43
If you have an urgent request, bug or need installation help, please contact in the discord server.
0 commit comments