Skip to content

Commit

Permalink
0.7.14
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsmirnov committed Mar 12, 2018
1 parent 5db7770 commit 1e0d3a5
Show file tree
Hide file tree
Showing 9 changed files with 294 additions and 273 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.7.14] - 2018-03-12
### Added
- Add GitHub and EPAM urls to the demo app menu.

### Fixed
- Fix copyright year in docs and in the menu.
- Fix source maps location in the minified build.
- Do not rebuild QS and CS surface modes when the menu is opened/closed.
- Workaround a crash in three.js when rendering empty geometry with wireframe.

### Internal
- Migrated to Webpack 4, updated other dependencies.

## [0.7.13] - 2018-02-19
### Added
- Add basic support for HTC Vive controllers in VR.
Expand Down Expand Up @@ -220,7 +233,8 @@ in [0.7.7+hotfix] and later releases.
- Update dependencies to the latest supported versions.
- Move the project to GitHub.

[Unreleased]: https://github.com/epam/miew/compare/v0.7.13...HEAD
[Unreleased]: https://github.com/epam/miew/compare/v0.7.14...HEAD
[0.7.14]: https://github.com/epam/miew/compare/v0.7.13...v0.7.14
[0.7.13]: https://github.com/epam/miew/compare/v0.7.12...v0.7.13
[0.7.12]: https://github.com/epam/miew/compare/v0.7.11...v0.7.12
[0.7.11]: https://github.com/epam/miew/compare/v0.7.10...v0.7.11
Expand Down
267 changes: 135 additions & 132 deletions dist/Miew.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/Miew.js.map

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions dist/Miew.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/Miew.min.js.map

Large diffs are not rendered by default.

267 changes: 135 additions & 132 deletions dist/Miew.module.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/Miew.module.js.map

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": "miew",
"version": "0.7.13",
"version": "0.7.14",
"description": "Miew - 3D Molecular Viewer",
"author": "EPAM Systems, Inc.",
"main": "dist/Miew.js",
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sonar.projectKey=epam:miew
sonar.projectName=Miew - 3D Molecular Viewer
sonar.projectVersion=0.7.13
sonar.projectVersion=0.7.14

sonar.links.homepage=https://github.com/epam/miew
sonar.links.ci=https://travis-ci.org/epam/miew
Expand Down

0 comments on commit 1e0d3a5

Please sign in to comment.