-
Notifications
You must be signed in to change notification settings - Fork 45
Migrating from v9.x to v10.x
Daniel Spitzer edited this page Jan 29, 2019
·
1 revision
When including Tradeshift UI using a <script>
tag, make sure to include the same version of the CSS in a <link>
tag, like this:
<link rel="stylesheet" href="//d5wfroyti11sa.cloudfront.net/prod/client/ts-10.1.1.min.css"/>
<script src="//d5wfroyti11sa.cloudfront.net/prod/client/ts-10.1.1.min.js"></script>
If you want to communicate with other Tradeshift apps, you need to use ts.io
separately.
As always, don't forget to check the Issues and Releases pages for the most up-to-date info.
The Docs | Issues Page | Releases Page | Repo Readme | Check out the Milestones |
---|