Release 2.0.0-beta.6

This commit is contained in:
Linus Groh
2019-12-14 19:39:56 +00:00
parent 693947c064
commit 2827d85865
3 changed files with 7 additions and 3 deletions
+5 -1
View File
@@ -1,7 +1,11 @@
# 2.0.0-beta.6 (2019-12-14)
- Fix heatmap - the upgrade of `vue2-leaflet` from 2.2.1 to 2.3.0 added an `activated` attribute to layers causing the heatmap to not show
# 2.0.0-beta.5 (2019-12-14)
- Add Leaflet popup close button background color transition
- Add $config Vue instance property
- Add `$config` Vue instance property
- Improve accessibility
- Use configured locale for timestamp formatting
- Upgrade dependencies
+1 -1
View File
@@ -6,7 +6,7 @@ COPY . ./
RUN yarn build
FROM nginx:1.17-alpine
LABEL version="2.0.0-beta.5"
LABEL version="2.0.0-beta.6"
LABEL description="OwnTracks UI"
LABEL maintainer="Linus Groh <mail@linusgroh.de>"
ENV LISTEN_PORT=80 \
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "owntracks-ui",
"version": "2.0.0-beta.5",
"version": "2.0.0-beta.6",
"author": {
"name": "Linus Groh",
"email": "mail@linusgroh.de"