Skip to content

Commit 4805c00

Browse files
committed
Version 3.2.0
1 parent b679b2b commit 4805c00

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

CHANGELOG.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,23 @@ All notable changes to this project will be documented in this file, following t
33

44
## [Unreleased]
55

6+
## [v3.2.0] - 2024-04-24
67
- Mol* core dependency updated to 3.45.0
78
- Removed Assembly Symmetry hack (now will hide assembly symmetry section for non-biological assemblies)
89
- Manual testing via `portfolio.html`
9-
- Fixed hideStructure.nonStandard option
10-
- hideStructure.het option also hides ions
11-
- Removed loadCartoonsOnly option
10+
- Fixed `hideStructure.nonStandard` option
11+
- `hideStructure.het` option also hides ions
12+
- Removed `loadCartoonsOnly` option
1213
- Setting highlight and selection color (by `.visual.setColor()`) includes the outline color
1314
- Web-component attributes renamed to `ligand-auth-asym-id` and `ligand-struct-asym-id` (lowercase i)
1415
- `.visual.select()` function:
1516
- Improved performance
1617
- Allows `color: null` (do not apply color)
1718
- `keepColors` and `keepRepresentations` parameters to avoid clearing previous selections
18-
- Added `.visual.tooltips` and `.visual.clearTooltips`
19+
- Added `.visual.tooltips` and `.visual.clearTooltips` for setting custom tooltips
1920
- Built files don't contain package version in the filename
2021

21-
## [v3.1.3]
22+
## [v3.1.3] - 2023-12-06
2223
- Added ``Assembly Symmetry`` to structure controls, requires setting ``symmetryAnnotation`` in initialization parameters
2324
- Keep sequence panel in settings even when initially hidden
2425
- Changed `tsconfig.json` to place `tsconfig.tsbuildinfo` correctly (for incremental build)
@@ -28,15 +29,15 @@ All notable changes to this project will be documented in this file, following t
2829
- Correctly handle numeric value 0 in selections
2930
- Fetch structures from static files when possible, instead of using ModelServer
3031

31-
## [v3.1.2]
32+
## [v3.1.2] - 2023-08-01
3233
- Added PDBe Sifts Mappings module to solve UniPort mappings issue
3334
- Split Webpack config file into separate files for Production and Development
3435

35-
## [v3.1.1]
36+
## [v3.1.1] - 2023-05-18
3637
- Controls menu visible for AlphaFold view
3738
- ``Reactive`` parameter addition for better responsive layout support
3839

39-
## [v3.1.0]
40+
## [v3.1.0] - 2022-10-24
4041
- Mol* core dependency updated to V3.15.0
4142
- Superposition view - added option to superpose AlphaFold model
4243
- UniPort residue numbering param addition to higlight and selection helper methods

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pdbe-molstar",
3-
"version": "3.2.0-beta.4",
3+
"version": "3.2.0",
44
"description": "Molstar implementation for PDBe",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)