You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
support for responseType = "json" to efficiently load json data
Changed
there is no longer a fake unitcell created when no space group information is available
the query string is removed from urls before the determining file info (e.g. name, extension)
fixed labelText param not working in LabelRepresentation
enable SDF font as the default only on Chrome (fixes labels not shown on some OS/Browser)
ignore 'given' ncs operators
ensure that resname is upper case
Removed
stage.setTheme removed (use new backgroundColor parameter), themes now part of GUI code
NGL.Preferences is now part of the GUI code and removed from NGL.Stage. Setting overwritePreferences: true when instantiating an NGL.Stage object is not necessary anymore.
removed .requestVisibility method and signal (too GUI specific, if needed, should be handled there)