Comparing version 1.4.0 to 1.4.1
# Release notes | ||
## Next | ||
## 1.4.1 | ||
* Fix a bug in vertex array objects when used as static resources | ||
## 1.4.0 | ||
* Add vertex array objects via regl.vao | ||
## 1.3.0 | ||
* Add `framebuffer.use()` method for quickly setting up framebuffer objects | ||
@@ -6,0 +14,0 @@ * `regl.clear` and `regl.read` now accept a framebuffer as a parameter |
@@ -273,2 +273,3 @@ var check = require('./util/check') | ||
updateVAO._vao = vao | ||
updateVAO._reglType = 'vao' | ||
@@ -275,0 +276,0 @@ return updateVAO(_attr) |
{ | ||
"name": "regl", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "regl is a fast functional WebGL framework.", | ||
@@ -5,0 +5,0 @@ "main": "dist/regl.js", |
@@ -16,3 +16,2 @@ <div align="center"> | ||
[![API Stability](https://img.shields.io/badge/stability-experimental-orange.svg?style=flat-square)](https://nodejs.org/api/documentation.html#documentation_stability_index) | ||
[![NPM Version](https://img.shields.io/npm/v/regl.svg?style=flat-square)](https://npmjs.org/package/regl) | ||
@@ -19,0 +18,0 @@ [![Build Status](https://img.shields.io/travis/regl-project/regl.svg?style=flat-square)](https://travis-ci.org/regl-project/regl/) |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1164828
28592
250