Releases: owntracks/frontend
Releases Β· owntracks/frontend
v2.1.0 (2020-03-18)
v2.0.0 (2020-03-01)
Stable release of v2, finally! π
This is just a version bump, see all the beta releases below, especially the first one, for a list of changes.
v2.0.0-beta.11
v2.0.0-beta.10
- Add "distance travelled" feature (#22)
v2.0.0-beta.9
- Support locale with language and region part (
en-GB
) - Update docs (screenshot, changelog improvements, typo fix)
- Add funding information
v2.0.0-beta.8
- Add friendly device name and face images to location history popups
- Add missing
alt
/title
to device face image - Fix all JSDoc
@return
directives to@returns
- Use computed prop for device name in location popup
- Enable ESLint
max-len
rule
v2.0.0-beta.7
This release doesn't really affect end-users but greatly improves the development experience.
- Add
jsconfig.json
- Set
no-console
/no-debugger
to"warn"
in dev mode - Linting and formatting:
- Separate npm scripts for linting and formatting
- Lint/format Markdown files
- Run lint on Travis CI
- Upgrade dependencies
v2.0.0-beta.6
- Fix heatmap - the upgrade of
vue2-leaflet
from 2.2.1 to 2.3.0 added anactivated
attribute to layers causing the heatmap to not show (#18)
v2.0.0-beta.5
- Add Leaflet popup close button background color transition
- Add
$config
Vue instance property - Improve accessibility (#9)
- Use configured locale for timestamp formatting
- Upgrade dependencies
v2.0.0-beta.4
- Add support for time selection (#10)
- New date/time picker component is properly translated/localised and keyboard accessible
- Config options are now
startDateTime
/endDateTime
and format of URL parameters changed
- Changed default start/end date and time to use local timezone
- Fix missing translation of "[date] to [date]"
- Update i18n development notes in
README.md