From 1a311664e82a72039e130c92a232e634b5ac9c06 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 17 Apr 2021 20:53:42 +0200 Subject: [PATCH] Rebuild frontend. --- changelog.md | 8 + config/firefly.php | 2 +- frontend/package.json | 1 + .../src/components/dashboard/Calendar.vue | 375 +++++++++++++++++- .../store/modules/dashboard/index.js | 52 ++- frontend/src/locales/bg.json | 5 +- frontend/src/locales/cs.json | 5 +- frontend/src/locales/de.json | 5 +- frontend/src/locales/el.json | 5 +- frontend/src/locales/en-gb.json | 5 +- frontend/src/locales/en.json | 5 +- frontend/src/locales/es.json | 5 +- frontend/src/locales/fi.json | 5 +- frontend/src/locales/fr.json | 5 +- frontend/src/locales/hu.json | 5 +- frontend/src/locales/it.json | 5 +- frontend/src/locales/nb.json | 5 +- frontend/src/locales/nl.json | 5 +- frontend/src/locales/pl.json | 5 +- frontend/src/locales/pt-br.json | 5 +- frontend/src/locales/pt.json | 5 +- frontend/src/locales/ro.json | 5 +- frontend/src/locales/ru.json | 5 +- frontend/src/locales/sk.json | 5 +- frontend/src/locales/sv.json | 5 +- frontend/src/locales/vi.json | 5 +- frontend/src/locales/zh-cn.json | 5 +- frontend/src/locales/zh-tw.json | 5 +- frontend/yarn.lock | 8 +- public/v2/js/accounts/create.js | 2 +- public/v2/js/accounts/delete.js | 2 +- public/v2/js/accounts/index.js | 2 +- public/v2/js/accounts/index.js.map | 2 +- public/v2/js/accounts/show.js | 2 +- public/v2/js/dashboard.js | 2 +- public/v2/js/dashboard.js.map | 2 +- public/v2/js/transactions/create.js | 2 +- public/v2/js/transactions/create.js.map | 2 +- public/v2/js/transactions/edit.js | 2 +- public/v2/js/transactions/edit.js.map | 2 +- public/v2/js/transactions/index.js | 2 +- public/v2/js/transactions/index.js.map | 2 +- public/v2/js/vendor.js | 2 +- public/v2/js/vendor.js.map | 2 +- resources/lang/bg_BG/config.php | 3 + resources/lang/cs_CZ/config.php | 3 + resources/lang/de_DE/config.php | 3 + resources/lang/el_GR/config.php | 3 + resources/lang/en_GB/config.php | 3 + resources/lang/en_US/config.php | 3 + resources/lang/es_ES/config.php | 3 + resources/lang/fi_FI/config.php | 3 + resources/lang/fr_FR/config.php | 3 + resources/lang/hu_HU/config.php | 3 + resources/lang/id_ID/config.php | 3 + resources/lang/it_IT/config.php | 3 + resources/lang/nb_NO/config.php | 3 + resources/lang/nl_NL/config.php | 3 + resources/lang/pl_PL/config.php | 3 + resources/lang/pt_BR/config.php | 3 + resources/lang/pt_PT/config.php | 3 + resources/lang/ro_RO/config.php | 3 + resources/lang/ru_RU/config.php | 3 + resources/lang/sk_SK/config.php | 3 + resources/lang/sv_SE/config.php | 3 + resources/lang/tr_TR/config.php | 3 + resources/lang/vi_VN/config.php | 3 + resources/lang/zh_CN/config.php | 3 + resources/lang/zh_TW/config.php | 3 + yarn.lock | 99 +++-- 70 files changed, 639 insertions(+), 126 deletions(-) diff --git a/changelog.md b/changelog.md index e2156567eb..2712ea3250 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 5.5.8 (API 1.5.2) 2021-04-17 + +### Fixed +- [Issue 4656](https://github.com/firefly-iii/firefly-iii/issues/4656) [issue 4660](https://github.com/firefly-iii/firefly-iii/issues/4660) Various fixes in the v2 layout. +- [Issue 4663](https://github.com/firefly-iii/firefly-iii/issues/4663) It was possible to assign a budget to a transfer. +- [Issue 4664](https://github.com/firefly-iii/firefly-iii/issues/4664) Nullpointer in bulk editor +- [Issue 4668](https://github.com/firefly-iii/firefly-iii/issues/4668) Inactive rule groups would not be listed. + ## 5.5.7 (API 1.5.2) 2021-04-11 ### Added diff --git a/config/firefly.php b/config/firefly.php index 839547424f..e69dfb966d 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -100,7 +100,7 @@ return [ 'handle_debts' => true, ], - 'version' => '5.5.7', + 'version' => '5.5.8', 'api_version' => '1.5.2', 'db_version' => 16, 'maxUploadSize' => 1073741824, // 1 GB diff --git a/frontend/package.json b/frontend/package.json index 8160756921..f8fa8a1aa8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -11,6 +11,7 @@ }, "devDependencies": { "axios": "^0.21", + "date-fns": "^2.21.1", "laravel-mix": "^6.0.6", "lodash": "^4.17.19", "lodash.clonedeep": "^4.5.0", diff --git a/frontend/src/components/dashboard/Calendar.vue b/frontend/src/components/dashboard/Calendar.vue index 23439efca5..185705e82f 100644 --- a/frontend/src/components/dashboard/Calendar.vue +++ b/frontend/src/components/dashboard/Calendar.vue @@ -46,7 +46,8 @@ class="btn btn-secondary" @click="resetDate" > -