Skip to content

Commit 791622f

Browse files
authored
Merge pull request #71 from xdev-software/develop
v2.1.1
2 parents 3a7660c + 0359ce2 commit 791622f

File tree

12 files changed

+68
-19820
lines changed

12 files changed

+68
-19820
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,9 @@ error-screenshots/
2323
webpack.generated.js
2424

2525
#JRebel
26-
rebel.xml
26+
rebel.xml
27+
28+
#Vaadin
29+
package.json
30+
package-lock.json
31+
webpack.config.js

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[![Published on Vaadin Directory](https://img.shields.io/badge/Vaadin%20Directory-published-00b4f0.svg)](https://vaadin.com/directory/component/daterangepicker-for-vaadin)
12
[![Build](https://img.shields.io/github/workflow/status/xdev-software/vaadin-date-range-picker/Master%20CI)](https://github.com/xdev-software/vaadin-date-range-picker/actions?query=workflow%3A%22Master+CI%22)
23
[![Latest version](https://img.shields.io/maven-central/v/com.xdev-software/vaadin-date-range-picker)](https://mvnrepository.com/artifact/com.xdev-software/vaadin-date-range-picker)
34
[![Build Develop](https://img.shields.io/github/workflow/status/xdev-software/vaadin-date-range-picker/Develop%20CI/develop?label=build%20develop)](https://github.com/xdev-software/vaadin-date-range-picker/actions?query=workflow%3A%22Develop+CI%22+branch%3Adevelop)
@@ -8,11 +9,11 @@ A Vaadin Flow DateRangePicker implementation
89
![demo](demo.png)
910

1011
## Installation
11-
[Installation guide of the latest release](https://github.com/xdev-software/vaadin-date-range-picker/releases/latest#Installation)
12+
[Installation guide for the latest release](https://github.com/xdev-software/vaadin-date-range-picker/releases/latest#Installation)
1213

1314
## Run the Demo
1415
* Checkout the repo
15-
* Run ``mvn clean package``
16+
* Run ``mvn clean install``
1617
* Navigate into ``vaadin-date-range-picker-demo``
1718
* Run ``mvn jetty:run``
1819
* Open http://localhost:8080

0 commit comments

Comments
 (0)