diff --git a/CHANGELOG.md b/CHANGELOG.md index 91041ef9..d5e680f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,15 @@ for further information about branching and tagging conventions. #### Added - ability to add and remove rules in roles - Print error with meta in console +- Added `dayjs` to project instead `momentjs` +- Added `date.util.js` to utils + +### Changed +- Wrapped all using methods for dates by `date.util.js` +- Cutted wrap-template from `Limits.Reviewer.vue` + +### Removed +- Removed `moment` and `moment-timezone` from project ## [1.14.0-rc.1] - 2022-08-03 #### Fixed diff --git a/package.json b/package.json index eb2fe0e8..aa318074 100644 --- a/package.json +++ b/package.json @@ -26,13 +26,12 @@ "bignumber.js": "8.0.1", "camelcase-keys-deep": "0.1.0", "d3": "5.9.2", + "dayjs": "^1.11.7", "i18next": "^19.0.2", "i18next-browser-languagedetector": "^4.0.1", "iso-country-codes": "0.0.5", "lodash": "4.17.19", "loglevel": "1.6.2", - "moment": "2.24.0", - "moment-timezone": "^0.5.27", "nprogress": "0.2.0", "numeral": "2.0.6", "qrcode.vue": "1.6.2", diff --git a/src/components/App/components/IdleLogout.vue b/src/components/App/components/IdleLogout.vue index 2bf13750..5373ca45 100755 --- a/src/components/App/components/IdleLogout.vue +++ b/src/components/App/components/IdleLogout.vue @@ -25,7 +25,7 @@