mirror of
https://github.com/visgl/luma.gl.git
synced 2026-02-01 14:33:49 +00:00
v7.0.0-alpha.18
This commit is contained in:
parent
652b1d93f8
commit
2cda88919b
17
CHANGELOG.md
17
CHANGELOG.md
@ -1,5 +1,22 @@
|
||||
# 7.0 Pre-releases
|
||||
|
||||
## v7.0.0-alpha.18 - Mar 15, 2019
|
||||
- WebVR VRAnimationLoop (#941)
|
||||
- Add CubeTexture LOD support (#987)
|
||||
- Doc and example fixes (#1004)
|
||||
- Remove old websites (#1002)
|
||||
- Remove unused/unfinished classes (#1000)
|
||||
- Remove imports of external assert (#999)
|
||||
- Break out @luma.gl/webgl module (#983)
|
||||
- Fixes for the new linter rules (#995)
|
||||
- Add lint rules for imports (#993)
|
||||
- Update imports to @luma.gl/core (#992)
|
||||
- Break out scenegraph module (with glTF code) (#982)
|
||||
- Update website to latest ocular-gatsby (#991)
|
||||
- Update examples (#990)
|
||||
- Track GPU memory usage (#984)
|
||||
- Update Scenegraph docs (#988)
|
||||
|
||||
## v7.0.0-alpha.17 - Mar 15, 2019
|
||||
- remove duplicated uniforms (#989)
|
||||
- Proposal: Unified lights array (#948)
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"lerna": "2.0.0",
|
||||
"version": "7.0.0-alpha.17",
|
||||
"version": "7.0.0-alpha.18",
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true,
|
||||
"packages": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@luma.gl/addons",
|
||||
"version": "7.0.0-alpha.17",
|
||||
"version": "7.0.0-alpha.18",
|
||||
"description": "Additional classes for luma.gl",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
@ -36,7 +36,7 @@
|
||||
"build-es5": "BABEL_ENV=es5 babel src --config-file ../../babel.config.js --out-dir dist/es5 --source-maps --ignore 'node_modules/'"
|
||||
},
|
||||
"dependencies": {
|
||||
"@luma.gl/constants": "^7.0.0-alpha.15",
|
||||
"@luma.gl/core": "^7.0.0-alpha.17"
|
||||
"@luma.gl/constants": "^7.0.0-alpha.18",
|
||||
"@luma.gl/core": "^7.0.0-alpha.18"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@luma.gl/constants",
|
||||
"version": "7.0.0-alpha.15",
|
||||
"version": "7.0.0-alpha.18",
|
||||
"description": "WebGL and WebGL2 constants",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@luma.gl/core",
|
||||
"version": "7.0.0-alpha.17",
|
||||
"version": "7.0.0-alpha.18",
|
||||
"description": "WebGL2 Components for High Performance Rendering and Computation",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
@ -38,11 +38,11 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@luma.gl/constants": "^7.0.0-alpha.15",
|
||||
"@luma.gl/shadertools": "^7.0.0-alpha.17",
|
||||
"@luma.gl/webgl-state-tracker": "^7.0.0-alpha.15",
|
||||
"@luma.gl/webgl": "^7.0.0-alpha.15",
|
||||
"@luma.gl/webgl2-polyfill": "^7.0.0-alpha.15",
|
||||
"@luma.gl/constants": "^7.0.0-alpha.18",
|
||||
"@luma.gl/shadertools": "^7.0.0-alpha.18",
|
||||
"@luma.gl/webgl": "^7.0.0-alpha.18",
|
||||
"@luma.gl/webgl-state-tracker": "^7.0.0-alpha.18",
|
||||
"@luma.gl/webgl2-polyfill": "^7.0.0-alpha.18",
|
||||
"math.gl": "^2.3.0-beta.2",
|
||||
"probe.gl": "3.0.0-alpha.7",
|
||||
"seer": "^0.2.4"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@luma.gl/debug",
|
||||
"version": "7.0.0-alpha.17",
|
||||
"version": "7.0.0-alpha.18",
|
||||
"description": "Debug utilities for luma.gl",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
@ -36,8 +36,8 @@
|
||||
"build-es5": "BABEL_ENV=es5 babel src --config-file ../../babel.config.js --out-dir dist/es5 --source-maps --ignore 'node_modules/'"
|
||||
},
|
||||
"dependencies": {
|
||||
"@luma.gl/constants": "^7.0.0-alpha.15",
|
||||
"@luma.gl/core": "^7.0.0-alpha.17",
|
||||
"@luma.gl/constants": "^7.0.0-alpha.18",
|
||||
"@luma.gl/core": "^7.0.0-alpha.18",
|
||||
"glsl-transpiler": "^1.8.5",
|
||||
"math.gl": "^2.3.0-beta.2",
|
||||
"webgl-debug": "^2.0.1"
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@luma.gl/glfx",
|
||||
"description": "glfx - image processing packaged as composable shader modules",
|
||||
"version": "7.0.0-alpha.17",
|
||||
"version": "7.0.0-alpha.18",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -27,7 +27,7 @@
|
||||
"build-es5": "BABEL_ENV=es5 babel src --config-file ../../babel.config.js --out-dir dist/es5 --source-maps --ignore 'node_modules/'"
|
||||
},
|
||||
"dependencies": {
|
||||
"@luma.gl/constants": "^7.0.0-alpha.15",
|
||||
"@luma.gl/core": "^7.0.0-alpha.17"
|
||||
"@luma.gl/constants": "^7.0.0-alpha.18",
|
||||
"@luma.gl/core": "^7.0.0-alpha.18"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@luma.gl/gpgpu",
|
||||
"version": "7.0.0-alpha.17",
|
||||
"version": "7.0.0-alpha.18",
|
||||
"description": "Set of gpgpu utility methods based on luma.gl",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
@ -36,7 +36,7 @@
|
||||
"build-es5": "BABEL_ENV=es5 babel src --config-file ../../babel.config.js --out-dir dist/es5 --source-maps --ignore 'node_modules/'"
|
||||
},
|
||||
"dependencies": {
|
||||
"@luma.gl/constants": "^7.0.0-alpha.15",
|
||||
"@luma.gl/core": "^7.0.0-alpha.17"
|
||||
"@luma.gl/constants": "^7.0.0-alpha.18",
|
||||
"@luma.gl/core": "^7.0.0-alpha.18"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "luma.gl",
|
||||
"version": "7.0.0-alpha.17",
|
||||
"version": "7.0.0-alpha.18",
|
||||
"description": "WebGL2 Components for High Performance Rendering and Computation",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
@ -34,8 +34,8 @@
|
||||
"build-es5": "BABEL_ENV=es5 babel src --config-file ../../babel.config.js --out-dir dist/es5 --source-maps --ignore 'node_modules/'"
|
||||
},
|
||||
"dependencies": {
|
||||
"@luma.gl/addons": "^7.0.0-alpha.17",
|
||||
"@luma.gl/constants": "^7.0.0-alpha.2",
|
||||
"@luma.gl/core": "^7.0.0-alpha.17"
|
||||
"@luma.gl/addons": "^7.0.0-alpha.18",
|
||||
"@luma.gl/constants": "^7.0.0-alpha.18",
|
||||
"@luma.gl/core": "^7.0.0-alpha.18"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@luma.gl/shadertools",
|
||||
"version": "7.0.0-alpha.17",
|
||||
"version": "7.0.0-alpha.18",
|
||||
"description": "Shader module system for luma.gl",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
@ -42,7 +42,7 @@
|
||||
"build-es5": "BABEL_ENV=es5 babel src --config-file ../../babel.config.js --out-dir dist/es5 --source-maps --ignore 'node_modules/'"
|
||||
},
|
||||
"dependencies": {
|
||||
"@luma.gl/constants": "^7.0.0-alpha.15",
|
||||
"@luma.gl/constants": "^7.0.0-alpha.18",
|
||||
"math.gl": "^2.3.0-beta.2"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@luma.gl/test-utils",
|
||||
"version": "7.0.0-alpha.17",
|
||||
"version": "7.0.0-alpha.18",
|
||||
"description": "Automated WebGL testing utilities with Puppeteer and image diffing",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
@ -33,11 +33,11 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@luma.gl/core": "^7.0.0-alpha.17",
|
||||
"@luma.gl/webgl-state-tracker": "^7.0.0-alpha.15"
|
||||
"@luma.gl/core": "^7.0.0-alpha.18",
|
||||
"@luma.gl/webgl-state-tracker": "^7.0.0-alpha.18"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"probe.gl": "^3.0.0-alpha.7",
|
||||
"@probe.gl/test-utils": "^3.0.0-alpha.4"
|
||||
"@probe.gl/test-utils": "^3.0.0-alpha.4",
|
||||
"probe.gl": "^3.0.0-alpha.7"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@luma.gl/webgl-state-tracker",
|
||||
"version": "7.0.0-alpha.15",
|
||||
"version": "7.0.0-alpha.18",
|
||||
"description": "WebGL state manager that saves and restores WebGLRenderingContext state",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
@ -34,7 +34,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@luma.gl/constants": "^7.0.0-alpha.15"
|
||||
"@luma.gl/constants": "^7.0.0-alpha.18"
|
||||
},
|
||||
"devDependencies": {
|
||||
"probe.gl": "^2.0.1"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@luma.gl/webgl",
|
||||
"version": "7.0.0-alpha.15",
|
||||
"version": "7.0.0-alpha.18",
|
||||
"description": "WebGL2 Classes",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
@ -38,9 +38,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@luma.gl/constants": "^7.0.0-alpha.15",
|
||||
"@luma.gl/webgl-state-tracker": "^7.0.0-alpha.15",
|
||||
"@luma.gl/webgl2-polyfill": "^7.0.0-alpha.15",
|
||||
"@luma.gl/constants": "^7.0.0-alpha.18",
|
||||
"@luma.gl/webgl-state-tracker": "^7.0.0-alpha.18",
|
||||
"@luma.gl/webgl2-polyfill": "^7.0.0-alpha.18",
|
||||
"probe.gl": "3.0.0-alpha.6",
|
||||
"seer": "^0.2.4"
|
||||
},
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@luma.gl/webgl2-polyfill",
|
||||
"version": "7.0.0-alpha.15",
|
||||
"version": "7.0.0-alpha.18",
|
||||
"description": "WebGL2 API Polyfills for WebGL1 WebGLRenderingContext",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
@ -29,7 +29,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@luma.gl/constants": "^7.0.0-alpha.15"
|
||||
"@luma.gl/constants": "^7.0.0-alpha.18"
|
||||
},
|
||||
"devDependencies": {
|
||||
"probe.gl": "^2.0.1"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user