forked from visgl/hubble.gl
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Upgrade packages, downgrade node (for now) (#14) Pinning node to version 12.6.3 per discussion. Upgrading to deck 8.2.2 * Improve App Integration: Make Camera and Layers Optional in a DeckScene (#15) * Minor keyframe class clean up, removing unused defaults * Camera and Layers are optional in a DeckScene - Animating the camera is optional, but if a keyframe is defined then viewState is controlled by camera keyframe. - To Use: do not provide a `camera` to `keyframes` parameter when constructing DeckScene. - Animating layers is optional, only replace layers prop when scene provides layers. - To Use: do not provide a `renderLayers` parameter when constructing DeckScene * Adding Camera Example to docs * [FIX/ADD] Fixed missing steps to instructions + added extra notation (#13) * [FIX/ADD] Fixed missing steps to instructions + added extra notation * [FIX] Forgot missing step in #8 * [FIX/ADD] Fix step 9 and added clarification * [DEL] Extraneous folders/files * Adding a ResolutionGuide component to examples...(#17) ...so the background doesn't look so empty. * v1.1.0-alpha.3 (#18) * v1.1.0-alpha.4 * Bump lodash from 4.17.15 to 4.17.19 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.15...4.17.19) Signed-off-by: dependabot[bot] <[email protected]> * Bump elliptic from 6.5.2 to 6.5.3 Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](indutny/elliptic@v6.5.2...v6.5.3) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: RaymondDashWu <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
32b1234
commit f22467f
Showing
5 changed files
with
17 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters