Skip to content

Commit

Permalink
build: release v0.3.10 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
CPatchane committed Jul 20, 2017
1 parent 01bf933 commit 1212070
Show file tree
Hide file tree
Showing 8 changed files with 59 additions and 34 deletions.
11 changes: 1 addition & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Removed
- none yet

## [v0.3.10] - 2017-07-XX
### Changed
- none yet

### Fixed
- none yet

## [v0.3.10] - 2017-07-20
### Added
- Handle `exposeIntentFrameRemoval` data flag to terminate the service without removing the intent DOM node directly but by providing the removal function to the client.
- Add an `onReadyCallback` optional argument to the create method in order to allow providing a callback function to be run when the intent iframe will be loaded (iframe `onload` listener).

### Removed
- none yet


## [v0.3.9] - 2017-07-10
### Added
Expand Down
33 changes: 25 additions & 8 deletions dist/cozy-client.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/cozy-client.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/cozy-client.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cozy-client.min.js.map

Large diffs are not rendered by default.

33 changes: 25 additions & 8 deletions dist/cozy-client.node.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/cozy-client.node.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-client-js",
"version": "0.3.9",
"version": "0.3.10",
"description": "Javascript library to interact with a cozy",
"main": "dist/cozy-client.node.js",
"browser": "dist/cozy-client.js",
Expand Down

0 comments on commit 1212070

Please sign in to comment.