Releases: shuding/cobe
Releases · shuding/cobe
0.6.3
What's Changed
- Fix incorrect React Spring link by @steven-tey in #35
- Transparency and base texture by @shuding in #42
- Update cobe by @shuding in #43
- feat: update index.d.ts by @mattrothenberg in #45
- Allow to set WebGL context by @shuding in #47
- Fix the bug where the glow overflows by @shuding in #53
- Add example for "Draggable and Auto Rotate" by @meszarosdezso in #52
New Contributors
- @steven-tey made their first contribution in #35
- @mattrothenberg made their first contribution in #45
- @meszarosdezso made their first contribution in #52
Full Changelog: 0.6.0...0.6.3
0.6.0
What's Changed
Lib
Docs
- Website by @shuding in #29
- Add Dark Mode Support by @anaclumos in #30
- Hide Canvas Artifacts with Border-Radius by @anaclumos in #32
New Contributors
- @anaclumos made their first contribution in #30
Full Changelog: 0.5.0...0.6.0
0.5.0
These 2 options are now supported, so the globe can be no longer always centered:
{
...
scale: scaleRatio as number,
offset: [leftOffsetInPixel as number, topOffsetInPixel as number],
}
It's now possible to render a globe like this:
What's Changed
Full Changelog: 0.4.2...0.5.0
0.4.2
What's Changed
- Update README will fuller vanilla JS example by @fractaledmind in #12
- docs: Vue3 Demo by @wheatjs in #14
- docs: update svelte demo link by @Zih0 in #21
- Add TypeScript support by @Twixes in #17
- Fix Android 12 support by @farteryhr in #24
New Contributors
- @alexanderbluhm made their first contribution in #1
- @shuding made their first contribution in #7
- @farteryhr made their first contribution in #9
- @fractaledmind made their first contribution in #12
- @wheatjs made their first contribution in #14
- @Zih0 made their first contribution in #21
- @Twixes made their first contribution in #17
Full Changelog: https://github.com/shuding/cobe/commits/0.4.2