diff --git a/CHANGELOG.md b/CHANGELOG.md index 0146f4de..fe64fd07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.4.1-rc.7](https://github.com/zextras/carbonio-shell-ui/compare/v0.4.1-rc.6...v0.4.1-rc.7) (2022-03-18) + + +### Features + +* added update view ([734d97c](https://github.com/zextras/carbonio-shell-ui/commit/734d97c436450320513a7b92411ce73d0903f99a)) +* enhancements to account settings ([e0549a1](https://github.com/zextras/carbonio-shell-ui/commit/e0549a1d80a45770c3066ab445263a4e9c000ad9)) +* few features added to tinymce ([7479a21](https://github.com/zextras/carbonio-shell-ui/commit/7479a2140200f292cbecde81329c945c954367ef)) + + +### Bug Fixes + +* added special '500' case to the polling interval handling ([e283a78](https://github.com/zextras/carbonio-shell-ui/commit/e283a78fb10c986ec78be03dc92b84ccf93fd72a)) +* catcher throw errors ([eafc584](https://github.com/zextras/carbonio-shell-ui/commit/eafc5847e99158968b3143a7766a5776db28ccf8)) +* composer occupying available space ([#30](https://github.com/zextras/carbonio-shell-ui/issues/30)) ([9d6e8bf](https://github.com/zextras/carbonio-shell-ui/commit/9d6e8bf827a60227f5f946d4bf2374c46f2be3ed)) +* fixed behaviour of subsections accordion ([fdffddf](https://github.com/zextras/carbonio-shell-ui/commit/fdffddfd88b98ff49b6fd04a0ce3916789794b34)) +* fixed nav-guard behaviour around settings subsection ([2205529](https://github.com/zextras/carbonio-shell-ui/commit/220552925999be7ad5100ca2d131b5884d66c7e5)) +* remove print button ([a0c3d9e](https://github.com/zextras/carbonio-shell-ui/commit/a0c3d9e2975a26c44e99ed01530c66031a0ec448)) + ### [0.4.1-rc.6](https://github.com/zextras/carbonio-shell-ui/compare/v0.4.1-rc.5...v0.4.1-rc.6) (2022-03-07) diff --git a/package-lock.json b/package-lock.json index fac52df1..66c40e62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,18 +1,18 @@ { "name": "@zextras/carbonio-shell-ui", - "version": "0.4.1-rc.6", + "version": "0.4.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@zextras/carbonio-shell-ui", - "version": "0.4.1-rc.6", + "version": "0.4.2", "hasInstallScript": true, "license": "AGPL-3.0-only", "dependencies": { "@sentry/browser": "^6.17.7", "@tinymce/tinymce-react": "^3.13.0", - "@zextras/carbonio-design-system": "^0.1.4", + "@zextras/carbonio-design-system": "^0.1.5", "darkreader": "4.9.44", "history": "^5.2.0", "i18next": "21.6.10", @@ -100,7 +100,7 @@ }, "peerDependencies": { "@reduxjs/toolkit": "^1.6.2", - "@zextras/carbonio-design-system": "^0.1.3", + "@zextras/carbonio-design-system": "^0.1.5", "core-js": "^3.19.1", "moment": "^2.29.1", "node-fetch": "^2.6.6", @@ -3927,12 +3927,13 @@ "license": "Apache-2.0" }, "node_modules/@zextras/carbonio-design-system": { - "version": "0.1.4", - "license": "AGPL-3.0-only", + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/@zextras/carbonio-design-system/-/carbonio-design-system-0.1.5.tgz", + "integrity": "sha512-eFqag5ngjxSBNRoSRLubVsHfJPOSFCaiIkulvwQDh/F4j/1CAVYkd5COIZoBtNSrVo2QdmRm7mptbUE55Wb92g==", "dependencies": { "@popperjs/core": "2.11.0", "@tinymce/tinymce-react": "3.13.0", - "darkreader": "4.9.43", + "darkreader": "4.9.44", "polished": "4.1.3", "prop-types": "15.7.2", "react-datepicker": "^4.3.0", @@ -3946,14 +3947,6 @@ "styled-components": "^5.3.3" } }, - "node_modules/@zextras/carbonio-design-system/node_modules/darkreader": { - "version": "4.9.43", - "license": "MIT", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/darkreader" - } - }, "node_modules/@zextras/carbonio-design-system/node_modules/prop-types": { "version": "15.7.2", "license": "MIT", @@ -17676,11 +17669,13 @@ "dev": true }, "@zextras/carbonio-design-system": { - "version": "0.1.4", + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/@zextras/carbonio-design-system/-/carbonio-design-system-0.1.5.tgz", + "integrity": "sha512-eFqag5ngjxSBNRoSRLubVsHfJPOSFCaiIkulvwQDh/F4j/1CAVYkd5COIZoBtNSrVo2QdmRm7mptbUE55Wb92g==", "requires": { "@popperjs/core": "2.11.0", "@tinymce/tinymce-react": "3.13.0", - "darkreader": "4.9.43", + "darkreader": "4.9.44", "polished": "4.1.3", "prop-types": "15.7.2", "react-datepicker": "^4.3.0", @@ -17688,9 +17683,6 @@ "tinymce": "5.10.2" }, "dependencies": { - "darkreader": { - "version": "4.9.43" - }, "prop-types": { "version": "15.7.2", "requires": { diff --git a/package.json b/package.json index 60e8fb81..a5e74a89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zextras/carbonio-shell-ui", - "version": "0.4.1-rc.6", + "version": "0.4.2", "description": "The Zextras Carbonio web client", "main": "dist/zapp-shell.bundle.js", "types": "./types/index.d.ts", @@ -100,7 +100,7 @@ "dependencies": { "@sentry/browser": "^6.17.7", "@tinymce/tinymce-react": "^3.13.0", - "@zextras/carbonio-design-system": "^0.1.4", + "@zextras/carbonio-design-system": "^0.1.5", "darkreader": "4.9.44", "history": "^5.2.0", "i18next": "21.6.10", @@ -125,7 +125,7 @@ }, "peerDependencies": { "@reduxjs/toolkit": "^1.6.2", - "@zextras/carbonio-design-system": "^0.1.3", + "@zextras/carbonio-design-system": "^0.1.5", "core-js": "^3.19.1", "moment": "^2.29.1", "node-fetch": "^2.6.6", diff --git a/translations/pl.json b/translations/pl.json index 3882ee30..6151d37c 100644 --- a/translations/pl.json +++ b/translations/pl.json @@ -44,7 +44,7 @@ "do_not_send_to_external": "Nie wysyłaj automatycznych odpowiedzi do nadawców spoza mojej domeny", "send_custom_in_organisation": "Wyślij niestandardową wiadomość do użytkowników spoza mojej organizacji", "send_custom_not_in_organisation": "Wyślij niestandardową wiadomość do użytkowników spoza mojej organizacji i książki adresowej", - "send_standard_auto_reply": "Wyślij domyślną automatyczną odpowiedź" + "send_standard_auto_reply": "Wysyłaj domyślną automatyczną odpowiedź" }, "headings": { "create_appointment": "Spotkanie - Kalendarz",