-
Notifications
You must be signed in to change notification settings - Fork 302
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
75 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
<a name="2.29.0"></a> | ||
# [2.29.0](https://github.com/iTowns/itowns/compare/v2.28.1...v2.29.0) (2021-01-21) | ||
|
||
|
||
### Features | ||
|
||
* **controls:** add damping factor property. ([22d962d](https://github.com/iTowns/itowns/commit/22d962d)) | ||
* **controls:** add option enable smart travel in planarControls ([a31873d](https://github.com/iTowns/itowns/commit/a31873d)) | ||
* **orthographic camera:** add support for an orthographic camera ([de0dba6](https://github.com/iTowns/itowns/commit/de0dba6)) | ||
* **points:** apply opacity classification on others MODE. ([e411425](https://github.com/iTowns/itowns/commit/e411425)) | ||
* **webgl:** support pick position from depth buffer with ortho ([05fb79f](https://github.com/iTowns/itowns/commit/05fb79f)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **ColorLayer:** wrong white to opacity effect. ([9666822](https://github.com/iTowns/itowns/commit/9666822)) | ||
* **controls:** moving camera after disabling collision. ([2dd8e06](https://github.com/iTowns/itowns/commit/2dd8e06)) | ||
* **controls:** remove prevent default in mouseDown. ([c866807](https://github.com/iTowns/itowns/commit/c866807)) | ||
* **examples:** fix key events in examples ([c187616](https://github.com/iTowns/itowns/commit/c187616)) | ||
* **PlanarControls:** remove previously instantiated controls associated ([2726101](https://github.com/iTowns/itowns/commit/2726101)) | ||
* **PlanarControls:** reset focus policy default parameters ([b56aaaf](https://github.com/iTowns/itowns/commit/b56aaaf)) | ||
* **test:** update a deprecated method call ([497d55e](https://github.com/iTowns/itowns/commit/497d55e)) | ||
* **workflow:** wrong path to build docs link. ([066f54a](https://github.com/iTowns/itowns/commit/066f54a)) | ||
|
||
|
||
### Examples | ||
|
||
* **orthographic camera:** add examples of PlanarView with an orthographic camera ([d58c1b6](https://github.com/iTowns/itowns/commit/d58c1b6)) | ||
|
||
|
||
### Code Refactoring | ||
|
||
* **Three:** remove deprecated matrix method. ([fffef40](https://github.com/iTowns/itowns/commit/fffef40)) | ||
* **Three:** remove deprecated quaternion method. ([f435fef](https://github.com/iTowns/itowns/commit/f435fef)) | ||
|
||
|
||
### Workflow and chores | ||
|
||
* release v2.29.0 ([8c69ef6](https://github.com/iTowns/itowns/commit/8c69ef6)) | ||
* add action github to release and npm publish. ([eef3d53](https://github.com/iTowns/itowns/commit/eef3d53)) | ||
* add bump script. ([9e0f7b6](https://github.com/iTowns/itowns/commit/9e0f7b6)) | ||
* add changelog script. ([f7f6c40](https://github.com/iTowns/itowns/commit/f7f6c40)) | ||
* add github action to continuous integration ([e8e4f01](https://github.com/iTowns/itowns/commit/e8e4f01)) | ||
* add script to unit tests coverage. ([7c128ab](https://github.com/iTowns/itowns/commit/7c128ab)) | ||
* prepare migrating to webpack 5. ([9a549d4](https://github.com/iTowns/itowns/commit/9a549d4)) | ||
* refactoring debug npm script. ([b56f8b0](https://github.com/iTowns/itowns/commit/b56f8b0)) | ||
* **example:** rename start zoom to smart travel in key bindings description ([24c7c2b](https://github.com/iTowns/itowns/commit/24c7c2b)) | ||
* remove deprecated babel-polyfill ([2e3de03](https://github.com/iTowns/itowns/commit/2e3de03)) | ||
* remove useless integration files. ([349e1b4](https://github.com/iTowns/itowns/commit/349e1b4)) | ||
* update actions/setup-node to v2. ([e3e31c0](https://github.com/iTowns/itowns/commit/e3e31c0)) | ||
* upgrade and update lock file version to 2.0. ([537345b](https://github.com/iTowns/itowns/commit/537345b)) | ||
* **deps:** bump ini from 1.3.5 to 1.3.7 ([fd46fd1](https://github.com/iTowns/itowns/commit/fd46fd1)) | ||
* update packages. ([34ee221](https://github.com/iTowns/itowns/commit/34ee221)) | ||
|
||
|
||
### Documentation | ||
|
||
* **workflow:** bump and changelog scripts. ([01bf159](https://github.com/iTowns/itowns/commit/01bf159)) | ||
|
||
|
||
### Others | ||
|
||
* Update LICENSE.md ([28be05c](https://github.com/iTowns/itowns/commit/28be05c)) | ||
* Change comment on workflow remove old artifact ([7fcbb3a](https://github.com/iTowns/itowns/commit/7fcbb3a)) | ||
* Update actions checkout to v2 ([9094edc](https://github.com/iTowns/itowns/commit/9094edc)) | ||
* Update remove-old-artifacts.yml ([0a9911f](https://github.com/iTowns/itowns/commit/0a9911f)) | ||
* Create remove-old-artifacts.yml ([617326c](https://github.com/iTowns/itowns/commit/617326c)) | ||
|
||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
const conf = { | ||
version: '2.28.1', | ||
version: '2.29.0', | ||
}; | ||
export const REVISION = conf.version; | ||
|
||
|