Releases: isle-project/isle-editor
0.74.8
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
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:
Fixed bugs:
0.74.6
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 calledcohort
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
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.
Lastly, the release comes with several improvements and fixes for the new text document history view.
0.73.1
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).
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
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
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.
0.71.6
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
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
This release contains various bug fixes, internal refactoring of components, and translations for the data explorer toolbox.