From e5d0e655610a4603338412e5e2f9c66b9611f92c Mon Sep 17 00:00:00 2001 From: EEA Jenkins <@users.noreply.github.com> Date: Tue, 13 Jun 2023 09:01:48 +0000 Subject: [PATCH] Automated release 0.4.0 --- CHANGELOG.md | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93f206d..52e8fd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,24 +4,35 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -### [0.3.1](https://github.com/eea/volto-nextcloud-video-block/compare/0.3.0...0.3.1) - 29 March 2023 +### [0.4.0](https://github.com/eea/volto-nextcloud-video-block/compare/0.3.1...0.4.0) - 13 June 2023 -#### :nail_care: Enhancements +#### :rocket: New Features + +- feat: add cypress test for basic functionality - refs #252543 [ana-oprea - [`d4bbe97`](https://github.com/eea/volto-nextcloud-video-block/commit/d4bbe97886a02087968ff6cadb5479913fe2c37e)] +- feat: add possibility to add language subtitles - refs #253430 [dobri1408 - [`1b1c58c`](https://github.com/eea/volto-nextcloud-video-block/commit/1b1c58c3cfb75277ccf857e3e6f7f7e0ceba4f9a)] + +#### :bug: Bug Fixes + +- fix: Warning srclang vs srcLang [Alin Voinea - [`b2227ab`](https://github.com/eea/volto-nextcloud-video-block/commit/b2227abe62885cf57520d6bdb280287792102c68)] -- refactor(NextCloudEmbed.jsx): use flattenToAppURL function instead of direct url manipulation [Miu Razvan - [`590ac40`](https://github.com/eea/volto-nextcloud-video-block/commit/590ac40e21ad71fcf24071b61129426c0399f164)] +#### :hammer_and_wrench: Others + +- fix cypress tests [Dobricean Ioan Dorian - [`93880cb`](https://github.com/eea/volto-nextcloud-video-block/commit/93880cb6030cf1a50b0754cc1351ebb53f9e421c)] +- Release 0.4.0 [Alin Voinea - [`158d7a3`](https://github.com/eea/volto-nextcloud-video-block/commit/158d7a33bb5bce60c48af36e5810b01fd29992bd)] +- test: add unit tests for Body, NextCloudVideoView, NextCloudEmbed - refs #253277 [ana-oprea - [`e21c9dd`](https://github.com/eea/volto-nextcloud-video-block/commit/e21c9dded8b8a30062dabdaf92fd44395cb5eb61)] +- test: jest should look for addons in node_modules Refs #253277 [valentinab25 - [`db00e0c`](https://github.com/eea/volto-nextcloud-video-block/commit/db00e0c80f4c8df87fb51958b5fd39836f705c05)] +- test: Fix test config, coverage Refs #253277 [valentinab25 - [`983cc70`](https://github.com/eea/volto-nextcloud-video-block/commit/983cc701d747b05300c838f69c79242fda3349af)] +- clean up [Miu Razvan - [`5f7892a`](https://github.com/eea/volto-nextcloud-video-block/commit/5f7892aef352facb7f3552c6bf9f5219b1426c8f)] +- refactor code [tedw87 - [`372d579`](https://github.com/eea/volto-nextcloud-video-block/commit/372d57993276386befa998a237cef5910d30a32f)] +### [0.3.1](https://github.com/eea/volto-nextcloud-video-block/compare/0.3.0...0.3.1) - 29 March 2023 #### :hammer_and_wrench: Others -- Add Sonarqube tag using clms-frontend addons list [EEA Jenkins - [`651eb88`](https://github.com/eea/volto-nextcloud-video-block/commit/651eb88fb27cf0e51c0b75aa5ab082b3fbda0f90)] ### [0.3.0](https://github.com/eea/volto-nextcloud-video-block/compare/0.2.0...0.3.0) - 15 March 2023 #### :hammer_and_wrench: Others - Release 0.3.0 [Alin Voinea - [`6dfd307`](https://github.com/eea/volto-nextcloud-video-block/commit/6dfd307b49edcc6ac9aa32fe8d89527c75a0e31c)] -- Add Sonarqube tag using advisory-board-frontend addons list [EEA Jenkins - [`240b696`](https://github.com/eea/volto-nextcloud-video-block/commit/240b696ce279dcfd68b44cb6918776b3fa97147a)] -- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`0f94a58`](https://github.com/eea/volto-nextcloud-video-block/commit/0f94a58ea918675b2a775eebd8a4fa1b4fcdbb62)] -- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`a720438`](https://github.com/eea/volto-nextcloud-video-block/commit/a7204382b8a891d172a3086142319af3771acd49)] -- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`002119c`](https://github.com/eea/volto-nextcloud-video-block/commit/002119cf10ce0a56cec89187659a976571a5936e)] ### [0.2.0](https://github.com/eea/volto-nextcloud-video-block/compare/0.1.0...0.2.0) - 1 March 2023 #### :rocket: New Features