0.10.2 (2023-09-22)
- core: preserve zoom status when new track added (#971) (875a9b5)
- core: rule mark calculation in circular layout (#967) (09a5207)
0.10.1 (2023-08-02)
0.10.0 (2023-08-01)
- core: do not override ID in tracks from views (#954) (6654e0d)
- data-fetcher: correctly calculate the distance to previous mutation in VCF (
DISTPREV
) (#949) (ef5f58f) - track: remove private properties from draw() (#952) (529e9a3)
- api: consistent track/view IDs for JS API (#944) (1c2b766)
- api: onNewTrack, onNewView (#943) (a98ee69)
- api: subscription for genomic axis changes (#935) (a2c36f5)
- core, api, editor: support using view IDs (#939) (cd8d300)
- data-fetcher: GFF3 with tabix (#923) (526882f)
- track: dummy-track (#946) (ee02d38)
0.9.33 (2023-07-11)
- data-fetcher: Bump tabix-js version to fix errors when loading BED files (#938) (d901232)
- data-fetcher: support genomicFieldsToConvert (#932) (c94ecae)
0.9.32 (2023-07-05)
0.9.31 (2023-05-31)
0.9.30 (2023-05-11)
- fix
inRange
filter (#896) (13a70a2) - pileup calculation works when start and end fields are the same (#891) (7754a15)
- tile values are correctly filtered based on genomics windows (#892) (cef7953)
- add BED file datafetcher (#877) (a087340)
- add islandviewer example (#887) (897b0ef)
- support React 18 (#898) (dc13381)
0.9.29 (2023-04-26)
- alias lodash to lodash-es for smaller bundle (#879) (9f1d108)
- editor: reduce asset size (#859) (404bafa)
- flip the y-axis labels when the track is vertical (#862) (6bd6df2)
- add jsx-a11y eslint plugin (#842) (5f12b66)
- editor: add link to gosling-lang.org to editor header (#855) (6964671)
- support optional INFO fields of VCF files (#864) (ebb5bea)
- upgrade to HiGlass 1.12.2 (#866) (0bc5691)
0.9.28 (2023-01-05)
0.9.27 (2022-12-08)
0.9.26 (2022-11-26)
- do not try to infer tile unit size when info missing (#821) (7edb6c0)
- fix errors when displaying vcf files (#826) (95791a6)
- improve within link performance by reducing the number of event points (#828) (4562bc9)
0.9.25 (2022-10-14)
0.9.24 (2022-09-16)
- add type heirarchy for BarTrack (#808) (e00d145)
- show
null
DISTPREVLOGE
from VCF files (#814) (e5282fc)
0.9.23 (2022-08-26)
- allow custom chromnames in zoomTo api (#794) (bf8948e)
- ensure to use non-null
hgRef
(#804) (9978eb8), closes #805 - fix
displace
transform on non-higlass data (#802) (3c3b52b) - support using custom chromosome names in genomic domains (
GenomicDomain
); fixzoomTo()
(#796) (5ea2355)
0.9.22 (2022-08-06)
- correctly infer relative genomic positions in tooltip using assembly (#770) (a81be97)
- editor: use correct field names in circos example (#772) (29bb840)
- use consistent letter case for data types (e.g.,
JSONData
→JsonData
) (#773) (4fa101d)
- api: capture mouseover event on a track; click event on a linear track (#774) (21edf06)
- api: get track information; correctly use assembly in zoom APIs (#777) (e4c3d1f)
- enable using custom assembly by specifying chrom sizes (#776) (b08334a)
- make
column
,position
,row
properties optional forbigwig
,vector
, andmultivec
(#769) (978a2b3) - make
width
andheight
of track optional (#779) (a52d969) - run pre-commit hooks in parallel (#784) (edefd8e)
0.9.21 (2022-07-14)
- change worker directory from .js to .ts to inject the buffer shim (#763) (351bbe4)
- data-fetchers: fix error using Buffer in VCF worker (#758) (007c3e1)
- do not make marks disappear when zoomed in very far (#765) (9d279ed)
0.9.20 (2022-07-03)
- editor: fix typo on the mouse event example (#726) (c7be92d)
- fix error when using latest gosling.js by pinning generic-filehandle (#737) (dec0e64)
- include types to the bundle; exclude editor types (#749) (1935062)
- override RemoteFile.read to be more flexible (#743) (d27fed4)
- add partial types for
HGC
(#728) (3364b15) - data-fetchers: migrate BAM worker to TS (#739) (20e989c)
- data-fetchers: migrate bigwig to TS (#741) (e52b594)
- data-fetchers: migrate VCF data-fetcher to TS (#740) (4aba4df)
0.9.19 (2022-06-09)
- editor: minor bugs when importing & exporting examples (#701) (1fcea27)
- fix json track errors due to using undefined mRangeBrush (#716) (2ebde84)
- gist example with jscode (#684) (a94e1c1)
- out of memory when deploy (#680) (9253f48)
- remove legend layer in
remove()
; do not render twice on Editor when example ID is specified in URL (#686) (d3f22c9) - use assembly in vcf data fetcher (#698) (a2440f6)
- capture mouse events on marks for tooltips, hovering effects, and APIs (#667) (0b67659)
- editor: compact side panel buttons (#721) (c2526ca)
- editor: preserve spec in session storage (#722) (8597739)
- editor: support javascript editor (#671) (410d049)
- editor: use current hostname and path for SAVE URL (#690) (7507172)
- editor: visualize JS spec using Gist URL (#704) (0b4c86a)
- enable adding a root level aria-label using description (#723) (88f8894)
- genomic range selection in linear tracks (#693) (8d89b60)
- support indels in VCF (#699) (377e509)
- support VCF with Tabix (#689) (84d9213)
- treeshake pkg info in module export (#694) (a12d454)
- turn off mouse events by default; rename API keys; rename and restructure mouse event properties (#712) (feec1d9)
0.9.18 (2022-05-06)
- add data transform to infer sv types (#676) (f31e888)
- add straight link for circular withinLink (#647) (02a60ef)
- allow checking the container size or aspect ratio for using responsive spec (#652) (7555ab7)
- allow using one side of diagonal of matrix (#644) (9c19f72)
- editor: add a showcase modal view (#657) (8a56c5e)
- editor: add export to html file (#672) (ddbd1e2)
- editor: gallery sidebar (#659) (da5a0c6)
- replace jest with vitest (#666) (e8eef28)
- support brushes on color legends (#663) (f76a3e5)
- support clipping rows when using bars (#643) (f858853)
- treeshake pkg info in module export (#665) (9ca746f)
- use reactive rendering for responsive specs (#645) (c00f4f8)
0.9.17 (2022-02-21)
- editor: add options to change screen dimensions (#632) (5f2b67a)
- experimental: allow defining alternative specs for responsive visualization (#624) (458cc90)
- support 2D annotations using json data (#641) (efb1690)
- support checking
aspectRatio
to use responsive spec (#635) (ea96bc0)
0.9.16 (2022-01-31)
0.9.15 (2022-01-24)
- add responsive sizing options (#617) (0470dd0)
- support horizontal rules on matrix (#620) (b205fef)
- support native matrix visualization (#612) (d9c967c)
- support responsive resizing in circular layouts (#623) (cabaa51)
- use HiGlass
heatmap
for conventional 2D matrix (#615) (93fac44)
0.9.14 (2021-12-12)
- correct bezier curve condition for if statement (f525927)
- fix circular brush hiccup upon dragging (#607) (50d7ee4)
0.9.13 (2021-12-10)
- correctly show arcs when x is larger than xe (#605) (3d8fa38)
- do not filter out small
withinLink
marks by default (#604) (dabecd7) - do not generate gosling model with undefined tilePos (#603) (42439a8)
- allow aggregation functions (
mean
andsum
) for vector, bigwig, and multivec (#591) (5ace48d) - horizontal and vertical
rule
marks inlinear
layout (#601) (4eca209), closes #602 #603 #604 #591
0.9.12 (2021-12-09)
0.9.11 (2021-11-29)
0.9.10 (2021-11-29)
- add available theme names to
theme.schema.json
(#570) (5115859) - allow extracting splice junctions from BAM, flat
withinLink
, toward supporting sashimi plot (#586) (a6ef69e) - infer SV types and find mates from
bam
files; add an API to get raw data in JSON format (#556) (2e2fd79) - show loading messages in BAM tracks (#593) (bc9846f), closes #594
- update higlass.schema.json upon changes on its TS file (#594) (23b7393)
- use a default theme in gosling-track when missing (#584) (5b1c242)
0.9.9 (2021-10-25)
- fix errors with
process
andglobal
when gosling.js package is used externally (#554) (6b3a564) - inject Buffer polyfill for BamWorker (#537) (e8c792c)
- refer to actual track size instead of spec.width and spec.height for track encoding (#517) (70ace60)
- visibility affects on rect and rules; add padding to API types (#512) (2c134ed)
unknown
assembly does not displaychrN:
on the genomic axis (#532) (19ad4d4)- add
gosling.js/embed
package export (#524) (0439755) - allow access to HiGlass
ref
from JS API (#558) (2f372ee) - api: support searching for a gene position (#567) (05b82bd)
- built-in min and max columns for multivec and vector (#519) (41e48d4)
- editor: add a small triangle at the right-end of dropdown menu for affordance (#520) (7ed9a35)
- editor: support using relative CSV file URLs for Gist specs (#540) (af5f08e)
- enable auto doc generate (#503) (de231fe)
- migrate
uuid
&box-intersect
to browser-compatible deps (#527) (d1fbbb3), closes #532 - more precise channel types (e.g.,
X
,Y
, andColor
instead ofChannel
) (#533) (aa2cd62) - remove aliases & update gmod deps (#526) (6be5195)
- support
ye
withbar
(#518) (ef0fd59), closes #517 #519 - support specifying zoom limits (
zoomLimits
) (#521) (0517bc5), closes #522 #505 #511 #526 - support viewing paired reads in BAM files (#538) (109d119), closes #536 #537
- unify ESM/UMD build and development with Vite (#522) (ac7722c), closes #505 #511
0.9.8 (2021-08-30)
- app crash on overriding themes (#490) (8d9cd9e)
- do not touch original spec when compiling (#489) (22a0f31), closes #488
- add reactive rendering as an experimental option (#488) (aeb2269)
- include mouse position visibility to the theme (#491) (5d30675)
0.9.7 (2021-08-28)
0.9.6 (2021-08-28)
0.9.5 (2021-08-27)
0.9.4 (2021-08-26)
- accurately fetch data when
data
and/ordataTransform
is defined in individual tracks that are overlaid (#470) (e647386) - brushes work correctly regardless of the position of its parent track (#474) (3c4af0f)
- editor: do not show default demo before loading gist spec (#472) (04335ae)
- allow click events; add padding for zoomTo APIs (#477) (ffca961)
- bai file url is required (#480) (0e601be)
- capture mouse hover event on arcs (#476) (47fffbe)
- change cursor style upon mouse hover on marks (#478) (ac9c0b5)
0.9.3 (2021-08-18)
0.9.2 (2021-08-17)
0.9.1 (2021-08-14)
- enable showing track titles in circular layouts (#464) (e223377)
- responsive quantitative color legend for compact tracks (#462) (9d56cbe)
0.9.0 (2021-08-10)
0.8.13 (2021-08-05)
- expressive BAM rendering (#446) (90c758b)
- support templates, enable precise and correct track/view sizing and triangle positioning (#445) (aef4657), closes #446
0.8.12 (2021-07-26)
0.8.10 (2021-07-26)
- draw circular background on the back, not in front of some tiles (#441) (b12f19d)
- ensure the entire height a multiple of 8 (#442) (91f0dae)
0.8.9 (2021-07-20)
0.8.8 (2021-07-19)
0.8.7 (2021-07-12)
0.8.6 (2021-07-12)
0.8.5 (2021-07-09)
- convert to numbers when quantitative fields are strings (#402) (95212bd)
- editor: address hiccups in editor (#411) (3025533)
- remove improper loading message in track (#418) (62bf073)
- add
margin
andborder
as props of GoslingComponent (#420) (4df2b2e) - add a between-link mark (#405) (c7a76e2)
- allow specifying
id
andclassName
inGoslingComponent
(#419) (30d45a3) - api: zoom to extent (#408) (0b3c71f)
- background of circular tracks, legend titles, and better brush style (#429) (e469efe)
- rename link marks to betweenLink and withinLink (#416) (8e7556c)
0.8.3 (2021-05-28)
- allow vertical band connection w/o independent scales yet (#394) (5591e2d)
- api: support mouseover event listener (#388) (e56e32c)
0.8.2 (2021-05-25)
0.8.1 (2021-05-19)
- api: export pdf file (#385) (42c1d99)
- api: export png file (#382) (5799c96)
- editor: change editor theme depending on the theme of gosling spec (#380) (fa9f921)
- Support bam files (#374) (7adbddf)
0.8.0 (2021-05-04)
- data transformation for string concat and replace (#366) (9cb313e)
- expose mouse position color to theme and change default color (#376) (85fea1d)
- select example through url (#367) (0c87602)
- show grid for quantitative y axis (#377) (fd6e181)
- show quantitative color legends (#375) (d3782de)
- support defining custom themes (#370) (9a628f9)
- support overriding and customizing theme (#365) (c6897e1)
- support y-axis (#373) (d049f9e)
0.7.7 (2021-04-19)
- add 'about' model view (#347) (53cb362)
- add exon split transformation (#364) (1413494)
- allow defining track styles in the upper level (#363) (d00b871)
- api: allow specifying transition duration in zoom (#358) (78db378)
- support a dark theme (#359) (2248fc4)
0.7.6 (2021-04-13)
0.7.5 (2021-04-13)
- api: zoom to gene (#353) (3021b82)
- data transform as ordered array (#355) (38ed0e4)
- enable customizing stroke of brush (#352) (b713b94)
0.7.4 (2021-04-12)
- consider filtering specs during fetching tilesets (#339) (3b67a85)
- define type of
chromosome
indomain
(#348) (6ab6cf7) - support log transformation (#344) (b6155ce)
- support piling up transcript annotations (#346) (f61649b)
0.7.3 (2021-04-07)
0.7.2 (2021-04-07)
- add mark displacement options (#320) (8ead36b)
- examples with overriding view props in tracks (#327) (3458712)
- support higlass matrix visualization (#321) (1094142)
- vertical track (#325) (f0b95f9)
0.7.1 (2021-03-06)
0.7.0 (2021-03-03)
- initially compile no-desc gist (9a2d05d)
0.1.1 (2021-03-03)
- arrangement is overriden from parents (#248) (7c589d1)
- close description and code panels in narrow screen (#288) (ee88abb)
- correctly auto-generate gosling.schema.json (#234) (d89c0d8)
- show dropdown menu and disable screen zoom for proper pinch zoom in visualizations in mobile (#289) (28f2047)
- add error boundary to avoid crash (#247) (8a17d1b)
- add gist link icons and support github flavored md (#301) (cd74497)
- flip y axis if the last track in a view is using
link
marks (#256) (a4fe34c) - loading specs from gist (#263) (8a702f3)
- support an inline legend and 'unknown' type assembly (#252) (2ed5ea7)
- switch to use glasbey for many categories (#302) (fb4382e)
0.1.0 (2021-02-20)
0.0.26 (2021-02-19)
0.0.25 (2021-02-17)
- address a problem when importing a gosling.js package (c07e3bd)
- do not crash editor when random color str is used (#211) (c39873e)
- encode width of triangle same as its height by defualt (#220) (5602e99)
- remove track-level layout definition to prevent using different layouts for tracks in a same view (#214) (be1eaf8)
- allow resizing font in editor (#216) (f237e11)
- support BigWig (#196) (48d5ff4)
- use relative arrangement (#198) (4888b81)
0.0.24 (2021-02-08)
0.0.23 (2021-02-08)
0.0.22 (2021-02-08)
0.0.21 (2021-02-08)
0.0.20 (2021-02-08)
0.0.19 (2021-02-08)
0.0.18 (2021-02-07)
- use corret json values type (76cac9f)
0.0.17 (2021-02-07)
- correctly draw links when strokeWidth is zero (#186) (b968579)
- default static option for circular layouts is true (#153) (f490765)
- position text on the exact middle (#172) (f2dd2a2)
- properly sort data before area (#173) (8e92557)
- add a data preview panel in the editor (#175) (137b5eb)
- support genome builds (#178) (79a8fd0)
- support multiple visibility options (#159) (fe60459)
- support using superpose with multiple datasets (38967eb)
0.0.16 (2021-01-24)
- make plugin axis and brush tracks visible in the package (34bcaa7)
0.0.15 (2021-01-22)
- prevent from crash due to unsafe IsDataTrack checking (5068903)
- use absolute height of rect in circular layout when size is provided (#109) (93ef22b)
0.0.14 (2021-01-11)
- correctly calculate arrangement of tracks (04d68a9)
- correctly calculate layout when title is specified (#82) (b2e0130)
- do not show y-axis since it is not prepared yet (#94) (c130edd)
- remove rows where chr info is incorrectly parsed (#67) (1a703ec)
- superposeOnPreviousTrack of first track is always false (#71) (3f5aa99)
- unique editor urls for custom specs work correctly (#60) (f017ef6)
- update control points for clearer bezier curves (#72) (a9ec5f7)
- adaptive axis format considering width/height of track (#58) (43df1e9)
- support basic templates for given data type (#96) (81d59eb)
- support turning on/off auto run in editor (#62) (b79c20d)
0.0.13 (2020-12-26)
0.0.12 (2020-12-26)
0.0.11 (2020-12-26)
0.0.10 (2020-12-26)
- add actions/checkout before deploy (52270eb)
- better default for innerRadius and outerRadius (#45) (ff58f0f)
- build before deploy (8afe635)
- correct url for deploy workflow (53011bc)
- use access token (a377398)
- allow encoding data to strokeWidth and opacity (#44) (fb8a7f8)
- allow svg export for rect (#42) (14a587a)
- improve editor ui (#55) (f8d3b58)
- title and subtitle of view (#47) (d7256e7)
- unique url to display a custom spec in the editor (#51) (f701126)