Releases: Jisuanke/CodeMirror-Record
Releases · Jisuanke/CodeMirror-Record
1.1.5
1.1.4
1.1.2
🎉 New features
- Support
autofocus
to be set in the configuration of player.
⚠️ Breaking changes
- The option
autofocus
will be set tofalse
by default in player.
Note: Although this breaking change will lead to some inconsistencies with the past, it seems that it is not widely used now.
So we put this adjustment in a minor revision.
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
🎉 New features
- Support obtaining status, current time and duration of operations in player.
- Support seeking progress in player.
- Support extra activity reverter function in the player.
⚠️ Breaking changes
- Remove deprecated
addOperation
function in player (as notified in versions< 1.0.0
).
🚀 Optimization
- Smooth playback process and reserve the time that has elapsed when a pause occurs after playing an operation.
🐞 Bug fixes
- Fix typos in comments and README.