Skip to content

Releases: Jisuanke/CodeMirror-Record

v1.1.4

30 Apr 04:52
Compare
Choose a tag to compare

🚀 Optimization

Update dependencies.

1.1.2

26 Dec 10:53
37a5a75
Compare
Choose a tag to compare

🎉 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
Choose a tag to compare

🐞 Bug fixes

  • Fix uncleared timer when clear function is called on the code player.

1.1.0

24 Aug 12:26
Compare
Choose a tag to compare

🎉 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
Choose a tag to compare

🎉 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
Choose a tag to compare

🐞 Bug fixes

  • Fix single cursor movement position problem in player.

1.0.0

09 Feb 17:49
Compare
Choose a tag to compare

🎉 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
Choose a tag to compare

Fix setAutoplay function in player.

0.6.0

25 Jan 13:55
Compare
Choose a tag to compare
  • 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.

0.5.4

21 Oct 08:28
Compare
Choose a tag to compare
  • Update dependencies.
  • Fix a syntax error in code.