Skip to content

Releases: codelitdev/courselit

Magic Code

23 Oct 17:54
Compare
Choose a tag to compare

Users can now login on any device via Magic codes.

Queues

24 May 11:09
Compare
Choose a tag to compare

This release introduces a fundamental micro service called Queue, which can be used to perform background tasks like sending mails etc.

The Queue micro-service can send mails as of now.

In order to use the new service, set QUEUE_SERVER environment variable with the URL of the Queue service. Make sure, your queue service is up and reachable before launching the app.

Streamlined navigation

08 Apr 02:57
Compare
Choose a tag to compare

Products cards now navigate to product pages.

Quiz & Course Reporting

12 Jan 18:54
Compare
Choose a tag to compare

Users can now:

  1. Add graded (or non-graded) quizzes to their courses.
  2. See reports related to a course in the course details area.

Formatting for code snippets

24 Dec 04:48
Compare
Choose a tag to compare

Integrated CodeMirror on the text editor side. On the renderer side, the block will be rendered as a white on black block which use custom CSS instead of CodeMirror.

To start a code block in the editor, one can type ``` (triple backticks). To end a code block, type ``` again.

Default Super Admin

19 Nov 11:40
Compare
Choose a tag to compare

CourseLit will automatically configure a super admin user when you open the website for the very first time.

A Prosemirror based Text editor

10 Oct 10:55
Compare
Choose a tag to compare

We have replaced the Draft.js based text editor with a new one powered by Remirror and Prosemirror.

Since Prosemirror is heavily regarded in the text editing domain, we are hoping to get the following out of this change.

  1. Easily extract HTML from the Prosemirror based documents in order to generate meta tags and text snippets out of the saved content.
  2. Avoid vendor lock-in by using a format which can be easily converted to plain HTML or other formats.

Fixed Missing Pages

30 Sep 12:49
Compare
Choose a tag to compare

This release fixes a critical bug where the essential pages i.e. landing, tnc, blogs, privacy policy pages were not created.

Re-usable media component

23 Sep 11:27
Compare
Choose a tag to compare

We have refactored the media component to be reusable. It has been moved the @courselit/components-library package.

Code Injection & Themes

15 Sep 08:40
Compare
Choose a tag to compare

Now you can embed code in third party scripts in the <body> tag as well. This will enable various integration like chatbots and popup forms.

Additionally, we have refactored the older functionality of themes and code injection in head which could not be used with recent versions of CourseLit.