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

Commit dcc22bd

Browse files
committed
chore: release 2.0.0-beta.7
1 parent 043d393 commit dcc22bd

File tree

7 files changed

+36
-6
lines changed

7 files changed

+36
-6
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
## [2.0.0-beta.7](https://github.com/nartc/angular-three/compare/2.0.0-beta.6...2.0.0-beta.7) (2021-11-24)
2+
3+
4+
### Features
5+
6+
* add soba shapes generator ([9eaaa8d](https://github.com/nartc/angular-three/commit/9eaaa8dbf5159994fd1cd58672b332df75ab7969))
7+
* **soba:** add all Shapes ([1499d09](https://github.com/nartc/angular-three/commit/1499d0983fe3c23f62b7ad8140b6328929cfe6c2))
8+
* **soba:** add Billboard ([320d4ed](https://github.com/nartc/angular-three/commit/320d4ed44f3f830c014e999d0c13f842c7087024))
9+
* **soba:** init shapes ([ff6b141](https://github.com/nartc/angular-three/commit/ff6b14166f4d32daba09a4146e143d8347d78c84))
10+
11+
12+
### Bug Fixes
13+
14+
* adjust generators ([7aff31f](https://github.com/nartc/angular-three/commit/7aff31f7b99c9799c988540503d8ba59a671c206))
15+
* adjust soba shapes selectors generator ([125b491](https://github.com/nartc/angular-three/commit/125b49189d93406ffca4cb6895709b3ddf9e4f0f))
16+
* adjust soba template with ngIf ([7c0ba91](https://github.com/nartc/angular-three/commit/7c0ba918b34ab75b6c78c4599b10adb03399088e))
17+
* **core:** make sure material query look at descendants as well ([f0be3f1](https://github.com/nartc/angular-three/commit/f0be3f1aec21ed4f99815f9b303102e2328f095d))
18+
* **core:** use the correct object3dController in Object3d class; ([4b39ecf](https://github.com/nartc/angular-three/commit/4b39ecfcc270baa130e29891850b4c7d5cd840c7))
19+
* make sure to import CommonModule for ngIF ([2f3d4c2](https://github.com/nartc/angular-three/commit/2f3d4c2fd40050112d11b9376f9334fb43f6076c))
20+
* **soba:** expose Group in Billboard for appending ([15ccc22](https://github.com/nartc/angular-three/commit/15ccc22f0f36adefff0b4b341ac3e95f7af614a3))
21+
* **soba:** remove ng-content and use [material] on mesh instead ([2dae492](https://github.com/nartc/angular-three/commit/2dae4924ea320b20f5123ac7b567a05ed90840fa))
22+
* **soba:** rerun soba shape generator with commonModule ([5ed26dd](https://github.com/nartc/angular-three/commit/5ed26dd47bee4fca1f50e8033be6c76d0d057371))
23+
* **soba:** rerun soba shape generators with ngIf ([0c42ea0](https://github.com/nartc/angular-three/commit/0c42ea046adaf81f4b6a499be6aae54c38c4e831))
24+
* **soba:** update shapes with generator ([e8a26b1](https://github.com/nartc/angular-three/commit/e8a26b12bf6ffbb9672722e3cf3f8d2fd2694aca))
25+
26+
27+
### Documentations
28+
29+
* **demo:** testing billboards ([043d393](https://github.com/nartc/angular-three/commit/043d39355d8eed5c8ea5a0cb7bfa413d47bdb3fa))
30+
131
## [2.0.0-beta.6](https://github.com/nartc/angular-three/compare/2.0.0-beta.5...2.0.0-beta.6) (2021-11-23)
232

333

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": "2.0.0-beta.6",
3+
"version": "2.0.0-beta.7",
44
"license": "MIT",
55
"scripts": {
66
"postinstall": "ngcc --properties es2015 browser module main",

packages/cannon/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/cannon",
3-
"version": "2.0.0-beta.6",
3+
"version": "2.0.0-beta.7",
44
"publishConfig": {
55
"access": "public"
66
},

packages/controls/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/controls",
3-
"version": "2.0.0-beta.6",
3+
"version": "2.0.0-beta.7",
44
"publishConfig": {
55
"access": "public"
66
},

packages/core/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/core",
3-
"version": "2.0.0-beta.6",
3+
"version": "2.0.0-beta.7",
44
"publishConfig": {
55
"access": "public"
66
},

packages/postprocessing/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/postprocessing",
3-
"version": "2.0.0-beta.6",
3+
"version": "2.0.0-beta.7",
44
"publishConfig": {
55
"access": "public"
66
},

packages/soba/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/soba",
3-
"version": "2.0.0-beta.6",
3+
"version": "2.0.0-beta.7",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)