Skip to content

Commit

Permalink
doc: add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
deepkolos committed Jan 23, 2021
1 parent 8c78753 commit 012b391
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
## [1.0.4](https://github.com/deepkolos/three-platformize/compare/v1.0.3...v1.0.4) (2021-01-21)


### Features

* adapt DOMParser & SVGLoader ([254b1fe](https://github.com/deepkolos/three-platformize/commit/254b1fe6978008a95628561d66cf1dcd35d22ba3))



## [1.0.3](https://github.com/deepkolos/three-platformize/compare/v1.0.2...v1.0.3) (2021-01-20)


### Features

* adapt deviceorientation event ([1b5c901](https://github.com/deepkolos/three-platformize/commit/1b5c9018a5026804821680839cd4a2d59ac989ce))
* adapt DeviceOrientationControls ([6f44f30](https://github.com/deepkolos/three-platformize/commit/6f44f30f5956bbfc133fdf9b2d94db2555dcfa25))



## [1.0.2](https://github.com/deepkolos/three-platformize/compare/v1.0.1...v1.0.2) (2021-01-18)


### Bug Fixes

* URL polyfill ([0041ab4](https://github.com/deepkolos/three-platformize/commit/0041ab4ee5a7561457bd421a9e1540cbf8c64187))



## [1.0.1](https://github.com/deepkolos/three-platformize/compare/8460343f8277e439407152c00a1f60739c518cb5...v1.0.1) (2021-01-18)


### Bug Fixes

* taobao小程序实现GLB加载 ([830a271](https://github.com/deepkolos/three-platformize/commit/830a271868c796e032cf07965d5dc5c893bc2c58))


### Features

* platformize createImageBitmap & examples/jsm ([8460343](https://github.com/deepkolos/three-platformize/commit/8460343f8277e439407152c00a1f60739c518cb5))



1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ PLATFORM.dispose();
1. TextureLoader
2. RGBELoader & PMREMGenerator
3. SVGLoader
4. BASISLoader (working)

#### Controls

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"types": "src/Three.d.ts",
"scripts": {
"test": "echo TODO",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"link": "symlink-dir ./node_modules/three ./three",
"build": "npm run build-three && npm run build-jsm",
"build-three": "rollup -c config/rollup.config.three.js",
Expand Down

0 comments on commit 012b391

Please sign in to comment.