Skip to content

Commit

Permalink
Merge branch 'update-from-template' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
AB-xdev committed Apr 23, 2024
2 parents cf29059 + eb0d169 commit 29409e5
Show file tree
Hide file tree
Showing 10 changed files with 319 additions and 445 deletions.
2 changes: 1 addition & 1 deletion .idea/checkstyle-idea.xml

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

1 change: 0 additions & 1 deletion .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@
# specific language governing permissions and limitations
# under the License.
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2024 XDEV Software
Copyright 2024 XDEV Software

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
![Vaadin 24+](https://img.shields.io/badge/Vaadin%20Platform/Flow-24+-00b4f0)

# vaadin-editable-label

A Vaadin Flow implementation for editable labels

![demo](assets/demo.png)
Expand All @@ -28,7 +27,6 @@ final EditableLabel<EmailField, String> emailLabel = new EditableLabel<>(new Ema
```

## Installation

[Installation guide for the latest release](https://github.com/xdev-software/vaadin-editable-label/releases/latest#Installation)

#### Compatibility with Vaadin
Expand All @@ -39,7 +37,6 @@ final EditableLabel<EmailField, String> emailLabel = new EditableLabel<>(new Ema
| Vaadin 23 | ``1.x`` |

## Run the Demo

* Checkout the repo
* Run ``mvn install && mvn -f vaadin-editable-label-demo spring-boot:run``
* Open http://localhost:8080
Expand Down
3 changes: 1 addition & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@

## Reporting a Vulnerability

Please report a security
vulnerability [on GitHub Security Advisories](https://github.com/xdev-software/vaadin-editable-label/security/advisories/new).
Please report a security vulnerability [on GitHub Security Advisories](https://github.com/xdev-software/vaadin-editable-label/security/advisories/new).
Loading

0 comments on commit 29409e5

Please sign in to comment.