Skip to content

Commit

Permalink
🔖(beta) bump release to 4.0.0-beta.9
Browse files Browse the repository at this point in the history
Added

- standalone website:
  - Add router to the layout
  - Add menu interaction
  - Integrate internationalisation library (react-intl)
  - ESLint Fragment mandatory rule
  - ESlint better import order rule
- Integrate design Homepage in the standalone website:
  - Menu
  - Header
  - Homepage
- Catch and design error with react-error-boundary
- Enable visibility widget in VOD dashboard
- introduce initialized upload state
- Add BBB presentation upload
- Authenticate the user in the standalone site
- Allow to target a specific resource in LTI Select

Changed

- move the lti data queries to the lib_components package
- call api update-state with an error when the
  timed text track format is not supported by
  @openfun/subsrt
- rename front application bbb in classroom
- rename lti/filedepositories in lti/deposits

Fixed

- Fix deposit app translations
- Fix video dashboard translations
- Fix deposit app UI
- Use video title in creation wizard if it exists
- Skip screen choice between live and vod when coming back from
  LTI select
- Fix subtitles upload
- Fix debounce time too low in the classroom creation form
- Fix icons urls in LTI xml configuration
  • Loading branch information
lunika committed Oct 18, 2022
1 parent 5a6f384 commit c95645a
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 11 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [4.0.0-beta.9] - 2022-10-18

### Added

- standalone website:
Expand Down Expand Up @@ -1271,7 +1273,8 @@ the video to the ViewersList in the right panel

- Minor fixes and improvements on features and tests

[unreleased]: https://github.com/openfun/marsha/compare/v4.0.0-beta.8...master
[unreleased]: https://github.com/openfun/marsha/compare/v4.0.0-beta.9...master
[4.0.0-beta.9]: https://github.com/openfun/marsha/compare/v4.0.0-beta.8...v4.0.0-beta.9
[4.0.0-beta.8]: https://github.com/openfun/marsha/compare/v4.0.0-beta.7...v4.0.0-beta.8
[4.0.0-beta.7]: https://github.com/openfun/marsha/compare/v4.0.0-beta.6...v4.0.0-beta.7
[4.0.0-beta.6]: https://github.com/openfun/marsha/compare/v4.0.0-beta.5...v4.0.0-beta.6
Expand Down
2 changes: 1 addition & 1 deletion src/aws/lambda-complete/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "France Université Numérique",
"name": "aws-marsha-complete",
"version": "4.0.0-beta.8",
"version": "4.0.0-beta.9",
"engines": {
"node": "16"
},
Expand Down
2 changes: 1 addition & 1 deletion src/aws/lambda-configure/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "France Université Numérique",
"name": "aws-marsha-configure",
"version": "4.0.0-beta.8",
"version": "4.0.0-beta.9",
"engines": {
"node": "16"
},
Expand Down
2 changes: 1 addition & 1 deletion src/aws/lambda-convert/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "France Université Numérique",
"name": "aws-marsha-convert",
"version": "4.0.0-beta.8",
"version": "4.0.0-beta.9",
"engines": {
"node": "16"
},
Expand Down
2 changes: 1 addition & 1 deletion src/aws/lambda-elemental-routing/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "France Université Numérique",
"name": "aws-marsha-elemental-routing",
"version": "4.0.0-beta.8",
"version": "4.0.0-beta.9",
"engines": {
"node": "16"
},
Expand Down
2 changes: 1 addition & 1 deletion src/aws/lambda-medialive/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "France Université Numérique",
"name": "aws-marsha-medialive",
"version": "4.0.0-beta.8",
"version": "4.0.0-beta.9",
"engines": {
"node": "16"
},
Expand Down
2 changes: 1 addition & 1 deletion src/aws/lambda-mediapackage/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "France Université Numérique",
"name": "aws-marsha-mediapackage",
"version": "4.0.0-beta.8",
"version": "4.0.0-beta.9",
"engines": {
"node": "16"
},
Expand Down
2 changes: 1 addition & 1 deletion src/aws/lambda-migrate/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "France Université Numérique",
"name": "aws-marsha-migrate",
"version": "4.0.0-beta.8",
"version": "4.0.0-beta.9",
"engines": {
"node": "16"
},
Expand Down
2 changes: 1 addition & 1 deletion src/aws/utils/update-state/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "France Université Numérique",
"name": "aws-marsha-update-state",
"version": "4.0.0-beta.8",
"version": "4.0.0-beta.9",
"engines": {
"node": "16"
},
Expand Down
2 changes: 1 addition & 1 deletion src/backend/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
name = marsha
description = A FUN video provider for Open edX
version = 4.0.0-beta.8
version = 4.0.0-beta.9
author = Open FUN (France Universite Numerique)
author_email = [email protected]
license = MIT
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/apps/lti_site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marsha",
"version": "4.0.0-beta.8",
"version": "4.0.0-beta.9",
"description": "🐠 a FUN LTI video provider",
"main": "front/index.tsx",
"scripts": {
Expand Down

0 comments on commit c95645a

Please sign in to comment.