1
0
mirror of https://github.com/psychopy/psychojs.git synced 2025-05-11 16:18:10 +00:00

change log

This commit is contained in:
Alain Pitiot 2020-08-20 13:48:15 +02:00
parent e15c05af31
commit 2e9ffae22f

View File

@ -3,12 +3,16 @@ All notable changes to the latest, unreleased version of the PsychoJS library an
Please note that released versions of the library are not set in stone: we will keep fixing important issues and adding minor features beyond the library release dates. Those changes will be documented in this document. Please note that released versions of the library are not set in stone: we will keep fixing important issues and adding minor features beyond the library release dates. Those changes will be documented in this document.
## 2020.2
## 3.2.5 [Unreleased] - 2019-11-07
3.2.5 is already available on Pavlovia.org but is neither officially released nor targeted by the PsychoPy Builder. It corresponds to the [Master branch](https://github.com/psychopy/psychojs) of the PsychoPy/PsychoJs GitHub repository and is under active development.
### New Features ### New Features
- [sound/Sound](https://github.com/psychopy/psychojs/blob/master/js/sound/Sound.js)
secs = -1 => infinite duration New stimuli:
- TextBox
- Form
We have upgraded the attribute management approach in order to handle both undefined and null values and to better deal with complex default values.
### Performance improvements
PixiJS objects are only re-created when necessary, and destroyed as soon as possible.