@@ -3,22 +3,23 @@ All notable changes to this project will be documented in this file, following t
3
3
4
4
## [ Unreleased]
5
5
6
+ ## [ v3.2.0] - 2024-04-24
6
7
- Mol* core dependency updated to 3.45.0
7
8
- Removed Assembly Symmetry hack (now will hide assembly symmetry section for non-biological assemblies)
8
9
- 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
12
13
- Setting highlight and selection color (by ` .visual.setColor() ` ) includes the outline color
13
14
- Web-component attributes renamed to ` ligand-auth-asym-id ` and ` ligand-struct-asym-id ` (lowercase i)
14
15
- ` .visual.select() ` function:
15
16
- Improved performance
16
17
- Allows ` color: null ` (do not apply color)
17
18
- ` 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
19
20
- Built files don't contain package version in the filename
20
21
21
- ## [ v3.1.3]
22
+ ## [ v3.1.3] - 2023-12-06
22
23
- Added `` Assembly Symmetry `` to structure controls, requires setting `` symmetryAnnotation `` in initialization parameters
23
24
- Keep sequence panel in settings even when initially hidden
24
25
- 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
28
29
- Correctly handle numeric value 0 in selections
29
30
- Fetch structures from static files when possible, instead of using ModelServer
30
31
31
- ## [ v3.1.2]
32
+ ## [ v3.1.2] - 2023-08-01
32
33
- Added PDBe Sifts Mappings module to solve UniPort mappings issue
33
34
- Split Webpack config file into separate files for Production and Development
34
35
35
- ## [ v3.1.1]
36
+ ## [ v3.1.1] - 2023-05-18
36
37
- Controls menu visible for AlphaFold view
37
38
- `` Reactive `` parameter addition for better responsive layout support
38
39
39
- ## [ v3.1.0]
40
+ ## [ v3.1.0] - 2022-10-24
40
41
- Mol* core dependency updated to V3.15.0
41
42
- Superposition view - added option to superpose AlphaFold model
42
43
- UniPort residue numbering param addition to higlight and selection helper methods
0 commit comments