File tree Expand file tree Collapse file tree 8 files changed +33
-386
lines changed
csi-457-demo/src/main/java/software/xdev/vaadin/maps/leaflet/flow/demo
csi-458-demo/src/main/java/software/xdev/vaadin/maps/leaflet/flow/demo
vaadin-maps-leaflet-flow-demo Expand file tree Collapse file tree 8 files changed +33
-386
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -77,6 +77,8 @@ webpack.generated.js
7777webpack.config.js
7878tsconfig.json
7979types.d.ts
80+ vite.config.ts
81+ vite.generated.ts
8082/* /frontend /generated /
8183/* /frontend /index.html
8284
Original file line number Diff line number Diff line change 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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments