Skip to content

Releases: isle-project/isle-editor

0.74.8

22 Feb 05:13
Compare
Choose a tag to compare
0.74.8 Pre-release
Pre-release

This small release comes with the following improvements:

  • New feature that allows copying of outputs in the data explorer to the user's clipboard when clicking on the "Drag" button (e.g., for when having a text editor far away in the lesson such that dragging does not suffice)
  • Starts animations for typewriter and scrolling texts only once elements enter the user's viewport
  • Performance and load-time improvements of data explorer
  • Fixes a bug in the positioning of the toolbox that could render it invisible
  • In the editor, quick suggestions in the editor are now by default disabled. It is possible to enable them as well as a minimap display via the settings page.

0.74.7

15 Feb 04:25
Compare
Choose a tag to compare
0.74.7 Pre-release
Pre-release

This update contains the following changes & patches:

  • Refactors sticky notes (insertable via right-click on a live lesson) so that they are now resizable
  • Fixes behavior of the revealer for students enrolled in a cohort when content is revealed to everyone
  • Use start & end values when choosing a manual number of bins for a histogram
  • Deprecates ShapedImage, subsuming the functionality to Image with a new inline property
  • Avoid sudden re-renders of sketchpad when advancing slides, which should prevent from pages being erroneously displayed upside-down

Implemented enhancements:

  • Resize sticky notes #1651
  • Field for private instructor information #1288

Fixed bugs:

  • return of editor bug: top bar disappears and space appears at bottom, when running output in preview #1700
  • Cannot jump to end in editor history view #1694
  • in report editor, underline doesn't get new text color (but in pdf it does) #1673

0.74.6

31 Jan 10:10
Compare
Choose a tag to compare
0.74.6 Pre-release
Pre-release

Most importantly, this release contains a series of bug fixes:

  • fixes dragging of elements in the preview pane of the editor on Windows operating systems
  • restores click behavior for elements on draggable windows such as the calculator or chats on iOS
  • fixes an error which caused the data explorer to throw an error when running clustering models
  • fixes behavior of multiple-choice surveys with no id attribute

It also comes with the following usability improvements:

  • the entire "Download PDF" button of the sketchpad now triggers a download of the notes
  • adds a new mode option called cohort to the text editor, which allows students from any given cohort to work with each other
  • enlarges the drop area when positioning elements using the preview pane of the editor
  • adds a toggle button to the component wizards that allows one to selectively show either all active or all inactive properties for the component

0.74.3

22 Jan 21:52
Compare
Choose a tag to compare
0.74.3 Pre-release
Pre-release

This release contains several performance improvements for the data explorer, especially when used with large datasets, and fixes a bunch of bugs. Solved issues include identifiers for revealer components not being persistent, the residuals vs. fitted values plot of linear regression, handling of empty data in a custom data explorer, and translations not being loaded correctly or being missing.

The new <Language /> tag allows one to include several translations of a lesson. The currently selected language will determine which translations are shown.

image

Lastly, the release comes with several improvements and fixes for the new text document history view.

0.73.1

15 Jan 09:20
Compare
Choose a tag to compare
0.73.1 Pre-release
Pre-release

This release contains a refactored text editor component, which saves documents in the cloud, alongside a document history tab for the editor, which allows one to retrace the origin of the document (see screenshot below).

image

The new release also comes with a redesigned and fleshed out system for leaving persistent sticky notes when right-clicking inside a lesson. Last but not least, lessons now contain a short guide giving an overview of the various interface elements, which can be triggered by clicking on the respective button in the lower-right corner of a lesson.

0.72.3

15 Dec 10:36
Compare
Choose a tag to compare
0.72.3 Pre-release
Pre-release

This release fixes a bug that caused progress calculations to break for lessons containing match list questions and image questions due to re-assigned ids. It also updates the login behavior to support users who have enabled two-factor authentication. Finally, it comes with translations for several more languages.

0.72.0

04 Dec 06:34
Compare
Choose a tag to compare
0.72.0 Pre-release
Pre-release

This release adds a new GUI for styling components and offers quite significant performance improvements of the editor pane. It also enables users to drag elements to new positions inside the preview pane. The styling GUI can be accessed by a new color palette symbol that shows when selecting an component in the editor pane or by hovering over an element in the preview pane, see below screenshot.

palette

0.71.6

14 Nov 22:09
Compare
Choose a tag to compare
0.71.6 Pre-release
Pre-release

This patch fixes two a bug in the one-sample proportion and prevents the two-sample mean / proportion tests from crashing the website when using a grouping variable with only one level, instead printing an error message in the output pane.

0.71.5

14 Nov 07:52
Compare
Choose a tag to compare
0.71.5 Pre-release
Pre-release

This release fixes a regression in the frequency calculations of the bar chart inside the data explorer toolbox alongside other minor improvements. It also adds a search bar to the component configuration context menu in the editor (opened via right click in the source pane or by click on the red "+" buttons in the preview pane), which makes it easier to find relevant components when inserting a component into a lesson.

0.71.3

09 Nov 07:58
Compare
Choose a tag to compare
0.71.3 Pre-release
Pre-release

This release contains various bug fixes, internal refactoring of components, and translations for the data explorer toolbox.