Skip to content

Commit

Permalink
chore(release): 1.2.7 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.7](v1.2.6...v1.2.7) (2019-10-14)

### Bug Fixes

* **thorium-lighting:** Unsubscribe from simulatorUpdate subscription ([5133898](5133898)), closes [#10](#10)
  • Loading branch information
semantic-release-bot committed Oct 14, 2019
1 parent 54f7170 commit 924ba28
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
16 changes: 16 additions & 0 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ Based on the error gives back only network errors
| --- | --- | --- |
| error | <code>\*</code> | The GraphQL error |


* [ThoriumLighting](#module_ThoriumLighting)
* [.subsciption()](#module_ThoriumLighting+subsciption)
* [.dataChanged(oldValue, newValue)](#module_ThoriumLighting+dataChanged)
* [.disconnectedCallback()](#module_ThoriumLighting+disconnectedCallback)

<a name="module_ThoriumLighting"></a>

## ThoriumLighting
Expand All @@ -53,6 +59,11 @@ Get the lighting information out of Thorium for a specific simulator
| args | <code>Object</code> | The arguments to configure ThoriumLighting |
| args.simulatorId | <code>String</code> | The ID of the simulator that has the lighting information |

<a name="module_ThoriumLighting+subsciption"></a>

### thoriumLighting.subsciption()
Subscribe to lighting changes

<a name="module_ThoriumLighting+dataChanged"></a>

### thoriumLighting.dataChanged(oldValue, newValue)
Expand All @@ -64,6 +75,11 @@ Check the data that is coming from Thorium to see if it changed
| oldValue | <code>Object</code> | The old data |
| newValue | <code>Object</code> | The new data |

<a name="module_ThoriumLighting+disconnectedCallback"></a>

### thoriumLighting.disconnectedCallback()
Clean up when the component gets destroyed

<a name="thoriumAvailableCards"></a>

## thoriumAvailableCards
Expand Down
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.2.7](https://github.com/NERDDISCO/luminave-thorium/compare/v1.2.6...v1.2.7) (2019-10-14)


### Bug Fixes

* **thorium-lighting:** Unsubscribe from simulatorUpdate subscription ([5133898](https://github.com/NERDDISCO/luminave-thorium/commit/5133898)), closes [#10](https://github.com/NERDDISCO/luminave-thorium/issues/10)

## [1.2.6](https://github.com/NERDDISCO/luminave-thorium/compare/v1.2.5...v1.2.6) (2019-08-25)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "luminave-thorium",
"version": "0.0.1",
"version": "1.2.7",
"description": "Create a connection between luminave and Thorium.",
"main": "index.js",
"publishConfig": {
Expand Down

0 comments on commit 924ba28

Please sign in to comment.