Skip to content
This repository was archived by the owner on Feb 10, 2023. It is now read-only.

Commit 3514e6a

Browse files
committed
chore: release 5.0.0-beta.30
1 parent 10d3e03 commit 3514e6a

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11

22

3+
## [5.0.0-beta.30](https://github.com/nartc/angular-three/compare/5.0.0-beta.29...5.0.0-beta.30) (2022-04-30)
4+
5+
6+
### Bug Fixes
7+
8+
* **core:** intensity should accept data from input instead of hard code 1 ([8bcdf20](https://github.com/nartc/angular-three/commit/8bcdf207d35569b5f7d04e012d98a1316623ae43))
9+
* **core:** move args input to abstract classes ([ad7947d](https://github.com/nartc/angular-three/commit/ad7947d1895af1c59a7e8f4a67e8bf154f520808))
10+
* **postprocessing:** debounce effectPasses so that multiple effect triggers should be debounced ([c54f9e7](https://github.com/nartc/angular-three/commit/c54f9e77d621d9638cc426a546e820373725f2bd))
11+
* **soba:** remove args input on line geometry ([8a0fbe8](https://github.com/nartc/angular-three/commit/8a0fbe8c73656301ca8145d902bc550706307f27))
12+
13+
14+
### Documentations
15+
16+
* add clump ([ffc73a7](https://github.com/nartc/angular-three/commit/ffc73a76360ad90364deabf5dbb2390ac8a5de89))
17+
* adjust home ([70df11b](https://github.com/nartc/angular-three/commit/70df11b4051ff6e992feba4fd9d3bbd5e4b68a54))
18+
* handle redirect ([10d3e03](https://github.com/nartc/angular-three/commit/10d3e03992cc0a257e1b92455a6e9f72cf410c5f))
19+
* video play on hover ([d7fc972](https://github.com/nartc/angular-three/commit/d7fc972d7f48cd64cd9358f2739291a57df7f83c))
20+
321
## [5.0.0-beta.29](https://github.com/nartc/angular-three/compare/5.0.0-beta.28...5.0.0-beta.29) (2022-04-29)
422

523

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-three",
3-
"version": "5.0.0-beta.29",
3+
"version": "5.0.0-beta.30",
44
"license": "MIT",
55
"scripts": {
66
"postinstall": "ngcc --properties es2015 browser module main",

0 commit comments

Comments
 (0)