Skip to content

Commit

Permalink
0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
NataliaDSmirnova committed Dec 27, 2019
1 parent d0ef0d0 commit c51dba5
Show file tree
Hide file tree
Showing 9 changed files with 748 additions and 611 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.8.5] - 2019-12-27
### Added
- Add parameter of line thickness for Outline effect
- Add example of Rect application that uses Miew

### Changed
- Update a year in copyright

### Fixed
- Fix warnings in console from threejs
- Fix crash after setting a number as a parameter of setting `shadow.on`

### Internal
- Add unit tests for modules `options.js` and `selectors.js`
- Improve maintainability by splitting selectors.js into separate modules

## [0.8.4] - 2019-11-11
### Added
- Add parser for MOL2 molecular format
Expand Down Expand Up @@ -511,7 +527,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.8.4...HEAD
[Unreleased]: https://github.com/epam/miew/compare/v0.8.5...HEAD
[0.8.5]: https://github.com/epam/miew/compare/v0.8.4...v0.8.5
[0.8.4]: https://github.com/epam/miew/compare/v0.8.3...v0.8.4
[0.8.3]: https://github.com/epam/miew/compare/v0.8.2...v0.8.3
[0.8.2]: https://github.com/epam/miew/compare/v0.8.1...v0.8.2
Expand Down
662 changes: 361 additions & 301 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.

6 changes: 3 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.

662 changes: 361 additions & 301 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.8.4",
"version": "0.8.5",
"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.8.4
sonar.projectVersion=0.8.5

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

0 comments on commit c51dba5

Please sign in to comment.