Skip to content

Migrating from v9.x to v10.x

Daniel Spitzer edited this page Jan 29, 2019 · 1 revision

We're loading the CSS and JS separately

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>

We're not bundling ts.app with the ts.ui code

If you want to communicate with other Tradeshift apps, you need to use ts.io separately.