Releases: Jisuanke/CodeMirror-Record
Releases · Jisuanke/CodeMirror-Record
1.1.5
28 Nov 06:52
Compare
Sorry, something went wrong.
No results found
🚀 Optimization
Update dependencies.
🐞 Bug fixes
Make sure demo page works.
1.1.4
30 Apr 04:52
Compare
Sorry, something went wrong.
No results found
🚀 Optimization
Update dependencies.
1.1.2
26 Dec 10:53
Compare
Sorry, something went wrong.
No results found
🎉 New features
Support autofocus to be set in the configuration of player.
⚠️ Breaking changes
The option autofocus will be set to false 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
26 Aug 10:44
Compare
Sorry, something went wrong.
No results found
🐞 Bug fixes
Fix uncleared timer when clear function is called on the code player.
1.1.0
24 Aug 12:26
Compare
Sorry, something went wrong.
No results found
🎉 New features
Listening on events is now supported. The first patch of events includes play, pause, seek, clear and end.
1.0.2
16 Jun 07:52
Compare
Sorry, something went wrong.
No results found
🎉 New features
Support clear function that can be used to clear all operations and status of a player.
1.0.1
12 Apr 15:09
Compare
Sorry, something went wrong.
No results found
🐞 Bug fixes
Fix single cursor movement position problem in player.
1.0.0
09 Feb 17:49
Compare
Sorry, something went wrong.
No results found
🎉 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.
0.6.1
28 Jan 01:22
Compare
Sorry, something went wrong.
No results found
Fix setAutoplay function in player.
0.6.0
25 Jan 13:55
Compare
Sorry, something went wrong.
No results found
Update dependencies.
Support recording extra activity that is not in the editor.
Support extra activity handler function in the player.
Fix typos in comments and README.