Skip to content

Releases: genome-spy/genome-spy

v0.53.1

16 May 11:06
ad3f363
Compare
Choose a tag to compare

0.53.1 (2024-05-16)

Bug Fixes

  • core: minify favicon svg and remove namespaced attributes (e9a3619) by @tuner

v0.53.0

16 May 10:10
38a9a04
Compare
Choose a tag to compare

0.53.0 (2024-05-16)

Bug Fixes

  • core: filterScoredLabels transform sometimes failed to generate data, missing gene symbols (40a7dc2), closes #252 by @tuner
  • core: fix stack overflow in setupCloner (fad696f) by @tuner
  • core: handle format's responseType in UrlSource (14d6609) by @tuner
  • react-component: fix typing issues, building, dependencies, etc (3389e5c) by @tuner

Features

Performance Improvements

  • core: create new cloners for batches only when the data objects' shape changes (2eeb9c3) by @tuner

v0.52.0

26 Apr 06:49
aceb97c
Compare
Choose a tag to compare

0.52.0 (2024-04-26)

Bug Fixes

  • app: actions were invoked twice when a focused OK button was activated using Enter key (5609151)
  • app: paragraphs margins in bookmark descriptions (42b30cf)
  • app: styling of the collapse button in bookmark tour (817e434)
  • core: automatically append slash to baseUrls in the view spec (5834209)
  • core: bundle the genome assemblies into the JavaScript library (80d1645)

Features

  • core: publish view width and height as parameters (fa8a2bc)

v0.51.0

26 Mar 14:49
c2522b7
Compare
Choose a tag to compare

0.51.0 (2024-03-26)

Bug Fixes

  • app: don't show views with non-configurable visibility in the menu (4dc6165)

Features

  • app: new action for creating custom groups based on categorical metadata attributes (14c8640)

v0.50.2

22 Mar 13:55
4d37043
Compare
Choose a tag to compare

0.50.2 (2024-03-22)

Bug Fixes

  • core: data source merging in flowOptimizer (854492a)
  • core: don't override baseUrl when importing views using a url (d08bce8)
  • core: missing padding when the root view didn't fill the whole container (32b9b6d), closes #250
  • core: randomly missing axes (7d27354)

v0.50.1

14 Mar 10:50
f21b0f1
Compare
Choose a tag to compare

0.50.1 (2024-03-14)

Bug Fixes

  • core: canvas sizing when it doesn't fill the whole container (393cab5)
  • core: clipped tooltip (e48ad69)
  • core: silence the "mark has no data" error (30b251b), closes #247

v0.50.0

08 Mar 08:56
39de1ff
Compare
Choose a tag to compare

0.50.0 (2024-03-08)

Bug Fixes

  • core: "link" mark's other endpoint didn't quite reach the target (fc10bff)
  • core: domain extraction when using bar charts (75c15c4)
  • core: fieldDef typings, allow multiple conditions in ValueDefs (130b5c8)
  • core: improve antialiasing of text and link marks (5feda3f)
  • core: mark property typings, more accurate JSON schema (fb46978)
  • core: point selections when tooltip is disabled (aad6b33)
  • core: precision issue when zooming a scale with a transition animation (a474eaf)
  • core: rounding of viewport clipping coords (30f9a21)

Features

  • core: support minPickingSize in "point" mark (09a478a)

v0.49.0

06 Mar 13:04
33055fe
Compare
Choose a tag to compare

0.49.0 (2024-03-06)

Bug Fixes

  • core: improve font manager error messages (b04bb9e)

Features

  • core: point selections and conditional encoding (#245) (864b070)

v0.48.2

22 Feb 10:14
f2817f8
Compare
Choose a tag to compare

0.48.2 (2024-02-22)

Bug Fixes

  • core: 32 instead of 24 bits for uniqueId in picking (7ae8b7c), closes #218

Performance Improvements

  • core: improve picking and tooltip performance (#243) (17e92fc)

v0.48.1

20 Feb 19:22
f2e023c
Compare
Choose a tag to compare

0.48.1 (2024-02-20)

Bug Fixes

  • core: also handle y direction in drag-to-pan inertia (88f53e8)
  • core: categorical data in "link" mark misbehaved (14a4d8d), closes #231
  • core: rect mark's corner radius (42af3a6)