Skip to content

Commit dc22155

Browse files
authored
Merge pull request #22 from lanceschi/feature/three-upgrade
Feature/three upgrade
2 parents 57f3ded + 565b6b6 commit dc22155

File tree

4 files changed

+827
-5
lines changed

4 files changed

+827
-5
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
### Added
10+
- Added `CHANGELOG.md`
11+
- Added `package-lock.json` as a repo tracked file
12+
- Added `three` NPM to **peerDependencies**
13+
- Added **engines** property to `package.json`
14+
15+
16+
### Changed
17+
- Upgraded `three` NPM to v0.112.1
18+
- Upgraded `mocha` NPM to v6.2.2
19+
- Upgraded `pngjs` NPM to v3.4.0
20+
- Moved `three` NPM to **devDependencies** in `package.json`
21+
- Dropped `.applyProjection()` in favour of `.applyMatrix4(m)` in `src/projector.js` source file

0 commit comments

Comments
 (0)