mirror of
https://github.com/visgl/luma.gl.git
synced 2026-02-01 14:33:49 +00:00
v7.3.0-beta.2
This commit is contained in:
parent
fc03cd89e8
commit
f58d82d779
@ -1,3 +1,7 @@
|
||||
## v7.3.0-beta.2
|
||||
- Bump probe.gl version (#1245)
|
||||
- Don't set VertexArrayObject.isDefaultArray (#1247)
|
||||
|
||||
## v7.3.0-beta.1
|
||||
- Cleanup VAO fix and test (#1243)
|
||||
- Fix loaders.gl link in docs (#1242)
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"lerna": "2.0.0",
|
||||
"version": "7.3.0-beta.1",
|
||||
"version": "7.3.0-beta.2",
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true,
|
||||
"exact": true,
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@luma.gl/addons",
|
||||
"version": "7.3.0-beta.1",
|
||||
"version": "7.3.0-beta.2",
|
||||
"description": "Additional classes for luma.gl",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
@ -32,7 +32,7 @@
|
||||
"dependencies": {
|
||||
"@loaders.gl/gltf": "^1.3.0",
|
||||
"@loaders.gl/images": "^1.3.0",
|
||||
"@luma.gl/constants": "7.3.0-beta.1",
|
||||
"@luma.gl/constants": "7.3.0-beta.2",
|
||||
"math.gl": "^3.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@luma.gl/constants",
|
||||
"version": "7.3.0-beta.1",
|
||||
"version": "7.3.0-beta.2",
|
||||
"description": "WebGL and WebGL2 constants",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@luma.gl/core",
|
||||
"version": "7.3.0-beta.1",
|
||||
"version": "7.3.0-beta.2",
|
||||
"description": "WebGL2 Components for High Performance Rendering and Computation",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
@ -31,11 +31,11 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@luma.gl/constants": "7.3.0-beta.1",
|
||||
"@luma.gl/shadertools": "7.3.0-beta.1",
|
||||
"@luma.gl/webgl": "7.3.0-beta.1",
|
||||
"@luma.gl/webgl-state-tracker": "7.3.0-beta.1",
|
||||
"@luma.gl/webgl2-polyfill": "7.3.0-beta.1",
|
||||
"@luma.gl/constants": "7.3.0-beta.2",
|
||||
"@luma.gl/shadertools": "7.3.0-beta.2",
|
||||
"@luma.gl/webgl": "7.3.0-beta.2",
|
||||
"@luma.gl/webgl-state-tracker": "7.3.0-beta.2",
|
||||
"@luma.gl/webgl2-polyfill": "7.3.0-beta.2",
|
||||
"math.gl": "^3.0.0",
|
||||
"probe.gl": "^3.1.0",
|
||||
"seer": "^0.2.4"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@luma.gl/debug",
|
||||
"version": "7.3.0-beta.1",
|
||||
"version": "7.3.0-beta.2",
|
||||
"description": "Debug utilities for luma.gl",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
@ -30,7 +30,7 @@
|
||||
"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@luma.gl/constants": "7.3.0-beta.1",
|
||||
"@luma.gl/constants": "7.3.0-beta.2",
|
||||
"glsl-transpiler": "^1.8.5",
|
||||
"math.gl": "^3.0.0",
|
||||
"webgl-debug": "^2.0.1"
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@luma.gl/effects",
|
||||
"description": "Rendering and post-processing effects library for luma.gl",
|
||||
"version": "7.3.0-beta.1",
|
||||
"version": "7.3.0-beta.2",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -24,7 +24,7 @@
|
||||
"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@luma.gl/constants": "7.3.0-beta.1"
|
||||
"@luma.gl/constants": "7.3.0-beta.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@luma.gl/core": "^7.1.0"
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@luma.gl/glfx",
|
||||
"description": "glfx - image processing packaged as composable shader modules",
|
||||
"version": "7.3.0-beta.1",
|
||||
"version": "7.3.0-beta.2",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@luma.gl/gpgpu",
|
||||
"version": "7.3.0-beta.1",
|
||||
"version": "7.3.0-beta.2",
|
||||
"description": "Set of gpgpu utility methods based on luma.gl",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
@ -30,7 +30,7 @@
|
||||
"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@luma.gl/constants": "7.3.0-beta.1"
|
||||
"@luma.gl/constants": "7.3.0-beta.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@luma.gl/core": "^7.1.0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "luma.gl",
|
||||
"version": "7.3.0-beta.1",
|
||||
"version": "7.3.0-beta.2",
|
||||
"description": "WebGL2 Components for High Performance Rendering and Computation",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
@ -28,8 +28,8 @@
|
||||
],
|
||||
"scripts": {},
|
||||
"dependencies": {
|
||||
"@luma.gl/addons": "7.3.0-beta.1",
|
||||
"@luma.gl/constants": "7.3.0-beta.1",
|
||||
"@luma.gl/core": "7.3.0-beta.1"
|
||||
"@luma.gl/addons": "7.3.0-beta.2",
|
||||
"@luma.gl/constants": "7.3.0-beta.2",
|
||||
"@luma.gl/core": "7.3.0-beta.2"
|
||||
}
|
||||
}
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"name": "@luma.gl/scripts",
|
||||
"description": "Scripting with luma.gl",
|
||||
"license": "MIT",
|
||||
"version": "7.3.0-beta.1",
|
||||
"version": "7.3.0-beta.2",
|
||||
"private": "true",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
@ -24,11 +24,11 @@
|
||||
"build": "npm run build-prod"
|
||||
},
|
||||
"dependencies": {
|
||||
"@luma.gl/constants": "7.3.0-beta.1",
|
||||
"@luma.gl/core": "7.3.0-beta.1",
|
||||
"@luma.gl/debug": "7.3.0-beta.1",
|
||||
"@luma.gl/glfx": "7.3.0-beta.1",
|
||||
"@luma.gl/shadertools": "7.3.0-beta.1",
|
||||
"@luma.gl/constants": "7.3.0-beta.2",
|
||||
"@luma.gl/core": "7.3.0-beta.2",
|
||||
"@luma.gl/debug": "7.3.0-beta.2",
|
||||
"@luma.gl/glfx": "7.3.0-beta.2",
|
||||
"@luma.gl/shadertools": "7.3.0-beta.2",
|
||||
"math.gl": "^3.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@luma.gl/shadertools",
|
||||
"version": "7.3.0-beta.1",
|
||||
"version": "7.3.0-beta.2",
|
||||
"description": "Shader module system for luma.gl",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@luma.gl/test-utils",
|
||||
"version": "7.3.0-beta.1",
|
||||
"version": "7.3.0-beta.2",
|
||||
"description": "Automated WebGL testing utilities with Puppeteer and image diffing",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@luma.gl/webgl-state-tracker",
|
||||
"version": "7.3.0-beta.1",
|
||||
"version": "7.3.0-beta.2",
|
||||
"description": "WebGL state manager that saves and restores WebGLRenderingContext state",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
@ -28,6 +28,6 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@luma.gl/constants": "7.3.0-beta.1"
|
||||
"@luma.gl/constants": "7.3.0-beta.2"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@luma.gl/webgl",
|
||||
"version": "7.3.0-beta.1",
|
||||
"version": "7.3.0-beta.2",
|
||||
"description": "WebGL2 Classes",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
@ -35,9 +35,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@luma.gl/constants": "7.3.0-beta.1",
|
||||
"@luma.gl/webgl-state-tracker": "7.3.0-beta.1",
|
||||
"@luma.gl/webgl2-polyfill": "7.3.0-beta.1",
|
||||
"@luma.gl/constants": "7.3.0-beta.2",
|
||||
"@luma.gl/webgl-state-tracker": "7.3.0-beta.2",
|
||||
"@luma.gl/webgl2-polyfill": "7.3.0-beta.2",
|
||||
"probe.gl": "^3.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@luma.gl/webgl2-polyfill",
|
||||
"version": "7.3.0-beta.1",
|
||||
"version": "7.3.0-beta.2",
|
||||
"description": "WebGL2 API Polyfills for WebGL1 WebGLRenderingContext",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
@ -26,6 +26,6 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@luma.gl/constants": "7.3.0-beta.1"
|
||||
"@luma.gl/constants": "7.3.0-beta.2"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user