Skip to content

Commit ab14939

Browse files
authored
Merge pull request #172 from xdev-software/develop
Release 2.0.1
2 parents ea9ee6c + 87c6ad1 commit ab14939

File tree

8 files changed

+33
-386
lines changed

8 files changed

+33
-386
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,7 @@ jobs:
1919
with:
2020
java-version: '11'
2121
distribution: 'temurin'
22-
23-
- name: Cache local Maven repository
24-
uses: actions/cache@v3
25-
with:
26-
path: ~/.m2/repository
27-
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
28-
restore-keys: |
29-
${{ runner.os }}-maven-
22+
cache: 'maven'
3023

3124
- name: Build with Maven
3225
run: mvn -B clean package -Pproduction

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ webpack.generated.js
7777
webpack.config.js
7878
tsconfig.json
7979
types.d.ts
80+
vite.config.ts
81+
vite.generated.ts
8082
/*/frontend/generated/
8183
/*/frontend/index.html
8284

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## 2.0.1
2+
3+
* Updated dependencies
4+
* Vaadin 23.2
5+
6+
## 2.0.0
7+
8+
* Update to Vaadin 23
9+
* Removed deprecated polymer-connector - replaced by ``executeJs``
10+
* Fixed a problem where the map was not rendered/aligned correctly
11+
* Don't load anything from remote servers that are not under control of the user
12+
* Shrunk the jar
13+
* Removed default leafletmap tile layer; has to be set manually due to usage policy
14+
* Updated dependency versions

checkstyleidea.tmp/csi-457-demo/src/main/java/software/xdev/vaadin/maps/leaflet/flow/demo/LeafletView.java

Lines changed: 0 additions & 182 deletions
This file was deleted.

0 commit comments

Comments
 (0)