Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔖(chore) bump release to 1.0.0-beta.5
Added: - Enable parent/children filters in the filters pane in Search, - Add a template filter to check if a placeholder is empty, - Add a new "Assessment" section in the course page. Changed: - Hide empty placeholders from the course public page, - Simplify the page creation wizard by reducing possibilities and automating object relations based on the navigation context: * ensure we are not creating duplicate slugs when creating a page, * reduce number of fields on form to create a new course run (remove languages and resource_link) and add a checkbox to easily snapshot the course when creating the course run, * automatically link courses with an organization when created from this organization's page, * create nested categories automatically when visiting the parent category page, * show button to create course runs only when visiting a course page and automatically link the course run to the current course, * hide button to create normal pages/subpages from wizard in sections governed by Richie. - Translations are loaded dynamically in frontend application, - Optimized frontend build in our official Docker image. Fixed: - Remove possibility to edit course title from the course run page as it breaks publishing. - Fix an issue that crashed the app when a category was selected in search autocomplete. - Committed CSS files are now included in the Docker image - The python package now includes statics build in production mode
- Loading branch information