Skip to content

Commit f9cd3b7

Browse files
committed
Merge branch 'develop' into update-from-template-merged
2 parents 2547c05 + a7cce64 commit f9cd3b7

38 files changed

+2544
-34
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ body:
1515
attributes:
1616
label: "Checklist"
1717
options:
18-
- label: "I am able to reproduce the bug with the [latest version](https://github.com/xdev-software/template-placeholder/releases/latest)"
18+
- label: "I am able to reproduce the bug with the [latest version](https://github.com/xdev-software/vaadin-date-range-picker/releases/latest)"
1919
required: true
20-
- label: "I made sure that there are *no existing issues* - [open](https://github.com/xdev-software/template-placeholder/issues) or [closed](https://github.com/xdev-software/template-placeholder/issues?q=is%3Aissue+is%3Aclosed) - which I could contribute my information to."
20+
- label: "I made sure that there are *no existing issues* - [open](https://github.com/xdev-software/vaadin-date-range-picker/issues) or [closed](https://github.com/xdev-software/vaadin-date-range-picker/issues?q=is%3Aissue+is%3Aclosed) - which I could contribute my information to."
2121
required: true
2222
- label: "I have taken the time to fill in all the required details. I understand that the bug report will be dismissed otherwise."
2323
required: true

.github/ISSUE_TEMPLATE/enhancement.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ body:
1313
attributes:
1414
label: "Checklist"
1515
options:
16-
- label: "I made sure that there are *no existing issues* - [open](https://github.com/xdev-software/template-placeholder/issues) or [closed](https://github.com/xdev-software/template-placeholder/issues?q=is%3Aissue+is%3Aclosed) - which I could contribute my information to."
16+
- label: "I made sure that there are *no existing issues* - [open](https://github.com/xdev-software/vaadin-date-range-picker/issues) or [closed](https://github.com/xdev-software/vaadin-date-range-picker/issues?q=is%3Aissue+is%3Aclosed) - which I could contribute my information to."
1717
required: true
1818
- label: "I have taken the time to fill in all the required details. I understand that the feature request will be dismissed otherwise."
1919
required: true

.github/ISSUE_TEMPLATE/question.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body:
1212
attributes:
1313
label: "Checklist"
1414
options:
15-
- label: "I made sure that there are *no existing issues* - [open](https://github.com/xdev-software/template-placeholder/issues) or [closed](https://github.com/xdev-software/template-placeholder/issues?q=is%3Aissue+is%3Aclosed) - which I could contribute my information to."
15+
- label: "I made sure that there are *no existing issues* - [open](https://github.com/xdev-software/vaadin-date-range-picker/issues) or [closed](https://github.com/xdev-software/vaadin-date-range-picker/issues?q=is%3Aissue+is%3Aclosed) - which I could contribute my information to."
1616
required: true
1717
- label: "I have taken the time to fill in all the required details. I understand that the question will be dismissed otherwise."
1818
required: true

.run/Run Demo.run.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<component name="ProjectRunConfigurationManager">
22
<configuration default="false" name="Run Demo" type="Application" factoryName="Application">
33
<option name="MAIN_CLASS_NAME" value="software.xdev.vaadin.Application" />
4-
<module name="template-placeholder-demo" />
4+
<module name="vaadin-date-range-picker-demo" />
55
<option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
66
<extension name="coverage">
77
<pattern>

CHANGELOG.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# 4.2.2
2+
* Migrated deployment to _Sonatype Maven Central Portal_ [#155](https://github.com/xdev-software/standard-maven-template/issues/155)
3+
* Updated dependencies
4+
5+
# 4.2.1
6+
* Fix naming so that Vaadin Directory sync works [#318](https://github.com/xdev-software/vaadin-addon-template/issues/318)
7+
* Updated dependencies
8+
9+
# 4.2.0
10+
* Improved styling
11+
* Overlay now has the same minimum width as the underlying DateRangePicker
12+
* The default is ``20em``, this can be changed using ``--date-range-picker-min-width``
13+
* Layouts inside the overlay now use the full available width
14+
* Removed excess top padding from input components
15+
* Refactored CSS class names (should cause less conflicts now)
16+
* Updated to Vaadin 24.5
17+
18+
# 4.1.1
19+
* Only use client-side locale for formatting when no ``formatLocale`` has been set #353
20+
21+
# 4.1.0
22+
* Updated to Vaadin 24.4
23+
* Minor code improvements
24+
25+
# 4.0.2
26+
* ⚠️ GroupId changed from ``com.xdev-software`` to ``software.xdev``
27+
* Updated dependencies
28+
29+
# 4.0.1
30+
* Various dependency updates including Vaadin 24.1
31+
32+
# 4.0.0
33+
⚠️<i>This release contains breaking changes</i>
34+
35+
* Adds support for Vaadin 24+, drops support for Vaadin 23<br/>
36+
<i>If you are still using Vaadin 23, use the ``3.x`` versions.</i>
37+
* Requires Java 17+
38+
* Fixed Broken overlay detection on Vaadin 24 #224
39+
* Added ``AllowRangeLimitExceeding``; default value is ``true``
40+
* Updated dependencies
41+
42+
# 3.0.3
43+
* Renamed ``defaultModel`` to ``initialModel``
44+
* Updated dependencies
45+
46+
# 3.0.2
47+
* Updated dependencies
48+
* Vaadin 23.3
49+
50+
# 3.0.1
51+
* Updated dependencies
52+
* Vaadin 23.2
53+
54+
# 3.0.0
55+
⚠️<i>This release contains breaking changes</i>
56+
57+
* Adds support for Vaadin 23+, drops support for Vaadin 14 #155<br/>
58+
<i>If you are still using Vaadin 14, use the ``2.x`` versions.</i>
59+
* Requires Java 11+
60+
* Updated dependencies

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ Bigger changes may require a complete restart.
4747
* [Vaadin automatically reloads the UI on each restart](https://vaadin.com/docs/latest/configuration/live-reload/spring-boot).<br/>
4848
You can control this behavior with the ``vaadin.devmode.liveReload.enabled`` property (default: ``true``).
4949

50-
## Releasing [![Build](https://img.shields.io/github/actions/workflow/status/xdev-software/template-placeholder/release.yml?branch=master)](https://github.com/xdev-software/template-placeholder/actions/workflows/release.yml)
50+
## Releasing [![Build](https://img.shields.io/github/actions/workflow/status/xdev-software/vaadin-date-range-picker/release.yml?branch=master)](https://github.com/xdev-software/vaadin-date-range-picker/actions/workflows/release.yml)
5151

5252
Before releasing:
53-
* Consider doing a [test-deployment](https://github.com/xdev-software/template-placeholder/actions/workflows/test-deploy.yml?query=branch%3Adevelop) before actually releasing.
53+
* Consider doing a [test-deployment](https://github.com/xdev-software/vaadin-date-range-picker/actions/workflows/test-deploy.yml?query=branch%3Adevelop) before actually releasing.
5454
* Check the [changelog](CHANGELOG.md)
5555

5656
If the ``develop`` is ready for release, create a pull request to the ``master``-Branch and merge the changes

README.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,31 @@
1-
[![Published on Vaadin Directory](https://img.shields.io/badge/Vaadin%20Directory-published-00b4f0?logo=vaadin)](https://vaadin.com/directory/component/template-placeholder)
2-
[![Latest version](https://img.shields.io/maven-central/v/software.xdev/template-placeholder?logo=apache%20maven)](https://mvnrepository.com/artifact/software.xdev/template-placeholder)
3-
[![Build](https://img.shields.io/github/actions/workflow/status/xdev-software/template-placeholder/check-build.yml?branch=develop)](https://github.com/xdev-software/template-placeholder/actions/workflows/check-build.yml?query=branch%3Adevelop)
1+
[![Published on Vaadin Directory](https://img.shields.io/badge/Vaadin%20Directory-published-00b4f0?logo=vaadin)](https://vaadin.com/directory/component/daterangepicker-for-vaadin)
2+
[![Latest version](https://img.shields.io/maven-central/v/software.xdev/vaadin-date-range-picker?logo=apache%20maven)](https://mvnrepository.com/artifact/software.xdev/vaadin-date-range-picker)
3+
[![Build](https://img.shields.io/github/actions/workflow/status/xdev-software/vaadin-date-range-picker/check-build.yml?branch=develop)](https://github.com/xdev-software/vaadin-date-range-picker/actions/workflows/check-build.yml?query=branch%3Adevelop)
44
![Vaadin 24+](https://img.shields.io/badge/Vaadin%20Platform/Flow-24+-00b4f0)
55

6-
# template-placeholder
7-
A Vaadin Template Repo
6+
# DateRangePicker for Vaadin
7+
A Vaadin Flow DateRangePicker implementation
88

99
![demo](assets/demo.png)
1010

1111

1212
## Installation
13-
[Installation guide for the latest release](https://github.com/xdev-software/template-placeholder/releases/latest#Installation)
13+
[Installation guide for the latest release](https://github.com/xdev-software/vaadin-date-range-picker/releases/latest#Installation)
14+
15+
#### Compatibility with Vaadin
16+
17+
| Vaadin version | DateRangePicker version |
18+
| --- | --- |
19+
| Vaadin 24+ (latest) | ``4+`` |
20+
| Vaadin 23 | ``3.x`` |
21+
| Vaadin 14 | ``2.x`` |
1422

1523
### Spring-Boot
1624
* You may have to include ``software/xdev`` inside [``vaadin.allowed-packages``](https://vaadin.com/docs/latest/integrations/spring/configuration#configure-the-scanning-of-packages)
1725

1826
## Run the Demo
1927
* Checkout the repo
20-
* Run ``mvn install && mvn -f template-placeholder-demo spring-boot:run``
28+
* Run ``mvn install && mvn -f vaadin-date-range-picker-demo spring-boot:run``
2129
* Open http://localhost:8080
2230

2331
<details>
@@ -33,4 +41,4 @@ If you need support as soon as possible and you can't wait for any pull request,
3341
See the [contributing guide](./CONTRIBUTING.md) for detailed instructions on how to get started with our project.
3442

3543
## Dependencies and Licenses
36-
View the [license of the current project](LICENSE) or the [summary including all dependencies](https://xdev-software.github.io/template-placeholder/dependencies)
44+
View the [license of the current project](LICENSE) or the [summary including all dependencies](https://xdev-software.github.io/vaadin-date-range-picker/dependencies)

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
## Reporting a Vulnerability
44

5-
Please report a security vulnerability [on GitHub Security Advisories](https://github.com/xdev-software/template-placeholder/security/advisories/new).
5+
Please report a security vulnerability [on GitHub Security Advisories](https://github.com/xdev-software/vaadin-date-range-picker/security/advisories/new).

assets/demo.avif

147 KB
Binary file not shown.

assets/demo.png

-8.72 KB
Loading

0 commit comments

Comments
 (0)