Skip to content

Tags: mapping/conductor.js

Tags

v0.3.0

Toggle v0.3.0's commit message
version bump

v0.2.0

Toggle v0.2.0's commit message
Added History.md

- bumped version in `package.json`.  We are now working on `0.2.0`, which has
  some (minor) breaking changes from `0.1.0`.

v0.1.0

Toggle v0.1.0's commit message
Build Conductor

tutorial-setup

Toggle tutorial-setup's commit message
Tutorial setup.

tutorial-11

Toggle tutorial-11's commit message
Tutorial: Respond to data changes.

tutorial-10

Toggle tutorial-10's commit message
Tutorial: Update child card data.

tutorial-9

Toggle tutorial-9's commit message
Tutorial: Child cards.

```js
Playground.conductor.cards['../cards/tutorial/ad_card.js'][1][0].sandbox.videoPort.send('play');

// we add videoPort to window for convenience in the tutorial
window.videoPort.send('play');
```

tutorial-8

Toggle tutorial-8's commit message
Tutorial: YouTube card events.

One can send events from the playground via:
```js
Playground.conductor.cards['../cards/tutorial/youtube_card.js'][1][0].sandbox.videoPort.send('play');

// we add the video port to the window for convenience in the tutorial
window.videoPort.send('play');
```

tutorial-7

Toggle tutorial-7's commit message
Tutorial: Load YouTube API; showcase promises.

tutorial-6

Toggle tutorial-6's commit message
Tutorial: Create a youtube card.