Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
Update CHANGELOG.md, build files, and version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kbirk committed Oct 13, 2017
1 parent 805ca60 commit f253ff6
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 14 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@

An in-progress version being developed on the `master` branch.

## 0.20.5 - Oct 13th, 2017
### Changed
- Expose `mouseToPlotCoord`, `mouseToViewportPixel`, `viewportPixelToPlotCoord`, and `plotCoordToViewportPixel` methods on `lumo.Plot` class.

### Fixed
- Fix `DOMHandler` enable overwrite bug.

## 0.20.4 - Oct 4th, 2017
### Fixed
- `DOMHandler` mouse position calculation updated to take into account a nested container.


## 0.20.3 - Oct 3rd, 2017
### Fixed
- Updated build files missed in previous release.
Expand Down
51 changes: 40 additions & 11 deletions build/lumo.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/lumo.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lumo",
"version": "0.20.4",
"version": "0.20.5",
"description": "A high performance WebGL tile rendering library",
"main": "src/exports.js",
"author": "Kevin Birk <[email protected]>",
Expand Down

0 comments on commit f253ff6

Please sign in to comment.