Skip to content

Commit d219cd9

Browse files
committed
chore: release 1.0.0
1 parent ba85e71 commit d219cd9

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

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

22

3+
## [1.0.0](https://github.com/angular-threejs/angular-three/compare/1.0.0-beta.11...1.0.0) (2023-01-24)
4+
5+
6+
### Features
7+
8+
* add nx plugin for ng add ([ba85e71](https://github.com/angular-threejs/angular-three/commit/ba85e7100c2c2ff28b8dc529467adb97c6090a15))
9+
* add portal ([baba2d8](https://github.com/angular-threejs/angular-three/commit/baba2d8d5d2e4fc143e2b6612be21b0119f17660))
10+
* expose make ([380a739](https://github.com/angular-threejs/angular-three/commit/380a73907a73377f263c89650dc37959f07738a9))
11+
12+
13+
### Bug Fixes
14+
15+
* adjust how children of portal store gets the portalStore instance ([04fffae](https://github.com/angular-threejs/angular-three/commit/04fffaebcf17f0252bed372f7e238e4daef6e5d6))
16+
* allow prepare to accept a synchronous function to calculate the instance ([cdf0637](https://github.com/angular-threejs/angular-three/commit/cdf0637228b03b4b6dd64e724f55b40c501a0c83))
17+
* dedupe when adding new object to instance local state ([e2fb313](https://github.com/angular-threejs/angular-three/commit/e2fb313f79ba33b0320dd538ad31ed8fce6e05ac))
18+
* primitive element should not dispose underlying object ([a091aca](https://github.com/angular-threejs/angular-three/commit/a091acadb7e3a40d7e522639c97423720665f0db))
19+
20+
21+
### Documentations
22+
23+
* add some advanced topics ([513c9da](https://github.com/angular-threejs/angular-three/commit/513c9dab4ae085d7647a72e623a361d260331b61))
24+
* add view-cube to showcase portal ([3db1aeb](https://github.com/angular-threejs/angular-three/commit/3db1aeb5c9496752a050fa3ed66209da6619d452))
25+
* finish current API ([c8c3079](https://github.com/angular-threejs/angular-three/commit/c8c3079fde314a4638a718dcfa2e77a46209bd61))
26+
* setup documentation for deploy ([8a2e2e5](https://github.com/angular-threejs/angular-three/commit/8a2e2e5cd32f4f8c2d9a5b6d4dc93e02717a1aa0))
27+
* update angular three readme ([6e7e365](https://github.com/angular-threejs/angular-three/commit/6e7e3659df8dd1a92cdb8fc765be998d4f1e1514))
28+
329
## [1.0.0-beta.11](https://github.com/angular-threejs/angular-three/compare/1.0.0-beta.10...1.0.0-beta.11) (2023-01-23)
430

531

libs/angular-three/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "1.0.0-beta.11"
2+
"version": "1.0.0"
33
}

0 commit comments

Comments
 (0)