Skip to content

Commit

Permalink
Fix v0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
flekschas committed Aug 24, 2020
1 parent ae84b10 commit c2bfd4c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
### Next
## Next

_[Changes since v0.7.3](https://github.com/flekschas/piling.js/compare/v0.7.4...master)_

## v0.7.4

- Add `createLibraryFromState` as a named export to simplify the initialization of a piling.js instance from an existing state.
- Allow subsampling of previews
- Allow initializing from previous state using `createPilingJs(element, { ... }, { initFromState: true })`
- Return promise when running `importState()` that resolves once piling.js' state was overridden.

_[Changes since v0.7.3](https://github.com/flekschas/piling.js/compare/v0.7.3...master)_
_[Changes since v0.7.3](https://github.com/flekschas/piling.js/compare/v0.7.3...v0.7.4)_

## v0.7.3

Expand Down

0 comments on commit c2bfd4c

Please sign in to comment.