File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v0.6.0
4
+
5
+ [ compare changes] ( https://github.com/jsulpis/usegl/compare/v0.5.0...v0.6.0 )
6
+
7
+ ### 🚀 Enhancements
8
+
9
+ - Add support for ping pong FBO technique ([ 39c7004] ( https://github.com/jsulpis/usegl/commit/39c7004 ) )
10
+ - Add 'onCanvasReady' is useWebGLCanvas ([ ee41ecc] ( https://github.com/jsulpis/usegl/commit/ee41ecc ) )
11
+ - Add a "transparent" option on the renderPass ([ e73e9db] ( https://github.com/jsulpis/usegl/commit/e73e9db ) )
12
+ - Add useTransformFeedback to do maths on the GPU ([ 2a3bb42] ( https://github.com/jsulpis/usegl/commit/2a3bb42 ) )
13
+
14
+ ### 🩹 Fixes
15
+
16
+ - Wrong count of texture units ([ c8a77aa] ( https://github.com/jsulpis/usegl/commit/c8a77aa ) )
17
+
18
+ ### 📖 Documentation
19
+
20
+ - Update the examples with the new synchronous loaders api ([ 4c76307] ( https://github.com/jsulpis/usegl/commit/4c76307 ) )
21
+ - Add an example of multi-pass post-processing effect (bloom) ([ ae7fdcc] ( https://github.com/jsulpis/usegl/commit/ae7fdcc ) )
22
+
23
+ ### 🏡 Chore
24
+
25
+ - Update dependencies ([ 18f0c9b] ( https://github.com/jsulpis/usegl/commit/18f0c9b ) )
26
+
3
27
## v0.5.0
4
28
5
29
[ compare changes] ( https://github.com/jsulpis/usegl/compare/v0.4.0...v0.5.0 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " usegl" ,
3
- "version" : " 0.5 .0" ,
3
+ "version" : " 0.6 .0" ,
4
4
"description" : " Lightweight, reactive WebGL library for working with shaders" ,
5
5
"repository" : " jsulpis/usegl" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments