Migration guide from v2 to v3 #228
Replies: 2 comments
-
|
Right, v2-v3 migration doc would be nice indeed. Meanwhile translation would be as follows: import * as AsciinemaPlayer from 'asciinema-player';
const player = AsciinemaPlayer.create(this.props.src, this.ref, this.props);
player.dispose(); |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I created the upgrade guide here: https://docs.asciinema.org/manual/player/upgrading/#upgrading-from-v2-to-v3 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working on a codebase that's on v2 of the package, and I want to upgrade to v3, is there any breaking changes between the two versions I should be aware of? any guide that I can use to facilitate the migration? I looked up the README and the existing issues but found nothing.
I'm currently using v2 as following:
What's the equivalent of that in v3?
Beta Was this translation helpful? Give feedback.
All reactions