Skip to content

Commit bd902f9

Browse files
authored
Version 2.1.1 (#677)
* Version 2.1.1 * Changelog
1 parent e935073 commit bd902f9

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release notes
22

3+
## 2.1.1
4+
5+
* A small maintenance release that removes dist files from source control ([#676](https://github.com/regl-project/regl/pull/676)), upgrades headless-gl for dev ([#675](https://github.com/regl-project/regl/pull/675)), and adds missing TypeScript declarations ([#674](https://github.com/regl-project/regl/pull/674)). It should contain no changes to runtime execution.
6+
37
## 1.6.1
48

59
* Browsers select their own, perhaps inconsistent, default for the `premultipledAlpha` context creation attribute. Regl enforces consistency by filling in unspecified values but since 1.4.0 has enforced `false` if unspecified, which seems to be nonstandard and in the minority. For improved backward compatibility, this PR sets `premultipledAlpha: true` when not explicitly specified. ([#566](https://github.com/regl-project/regl/pull/566), [#567](https://github.com/regl-project/regl/pull/567))

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "regl",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "regl is a fast functional WebGL framework.",
55
"main": "dist/regl.js",
66
"types": "dist/regl.d.ts",

0 commit comments

Comments
 (0)