Recent Releases of https://github.com/broadinstitute/gnomad-browser-toolkit

https://github.com/broadinstitute/gnomad-browser-toolkit -

  • Decouple Markdown translation from Webpack plumbing
  • Add more elaborate example Markdown document
  • As an unintended fringe benefit, partially fixes other broken test suites

- JavaScript
Published by phildarnowsky-broad almost 4 years ago

https://github.com/broadinstitute/gnomad-browser-toolkit - qq-plot v1.2.0

- JavaScript
Published by nawatts over 4 years ago

https://github.com/broadinstitute/gnomad-browser-toolkit - track-variants v1.0.2

  • Update required version of @gnomad/region-viewer

- JavaScript
Published by nawatts over 4 years ago

https://github.com/broadinstitute/gnomad-browser-toolkit - track-transcripts v2.0.1

  • Update required version of @gnomad/region-viewer

- JavaScript
Published by nawatts over 4 years ago

https://github.com/broadinstitute/gnomad-browser-toolkit - track-regions v1.0.2

  • Update required version of @gnomad/region-viewer

- JavaScript
Published by nawatts over 4 years ago

https://github.com/broadinstitute/gnomad-browser-toolkit - track-genes v2.0.2

  • Update required version of @gnomad/region-viewer

- JavaScript
Published by nawatts over 4 years ago

https://github.com/broadinstitute/gnomad-browser-toolkit - region-viewer v3.0.0

  • Breaking RegionViewer no longer extends input regions and its padding prop has been removed (8833edd)
  • feature_type property is no longer required on regions (66c8c8d)
  • Removed margin and font size styles from RegionViewer component (d06e5a5)

- JavaScript
Published by nawatts over 4 years ago

https://github.com/broadinstitute/gnomad-browser-toolkit - identifiers v2.3.1

  • Match against full string for identifying/parsing region IDs (b58177b)

- JavaScript
Published by nawatts almost 5 years ago

https://github.com/broadinstitute/gnomad-browser-toolkit - track-transcripts v2.0.0

Simplify the transcripts track component.

  • Remove "active transcript" and expanded/collapsed state (244f9e0)
  • Remove version of track that rendered GTEx tissue expression (678f068)
  • Remove button to download plot (replaced with an imperative handle) (f66d7e0)
  • Export TranscriptPlot component (60380ef)

- JavaScript
Published by nawatts almost 5 years ago

https://github.com/broadinstitute/gnomad-browser-toolkit - ui v1.2.0

- JavaScript
Published by nawatts almost 5 years ago

https://github.com/broadinstitute/gnomad-browser-toolkit - track-variants v1.0.1

  • Update required version of @gnomad/region-viewer

- JavaScript
Published by nawatts almost 5 years ago

https://github.com/broadinstitute/gnomad-browser-toolkit - track-transcripts v1.0.1

  • Update required version of @gnomad/region-viewer

- JavaScript
Published by nawatts almost 5 years ago

https://github.com/broadinstitute/gnomad-browser-toolkit - track-regions v1.0.1

  • Update required version of @gnomad/region-viewer

- JavaScript
Published by nawatts almost 5 years ago

https://github.com/broadinstitute/gnomad-browser-toolkit - track-genes v2.0.1

  • Update required version of @gnomad/region-viewer

- JavaScript
Published by nawatts almost 5 years ago

https://github.com/broadinstitute/gnomad-browser-toolkit - region-viewer v2.0.0

  • Changed objects passed to tracks through RegionViewerContext (#48)
    • Replaced offsetRegions with regions. Regions no longer include an offset field.
    • Removed positionOffset.

- JavaScript
Published by nawatts almost 5 years ago

https://github.com/broadinstitute/gnomad-browser-toolkit - identifiers v2.2.1

  • Fix for compatibility with IE 11 (#58)

- JavaScript
Published by nawatts about 5 years ago

https://github.com/broadinstitute/gnomad-browser-toolkit - identifiers v2.2.0

  • Accept Unicode dashes as separators in variant/region IDs (#51)

- JavaScript
Published by nawatts about 5 years ago

https://github.com/broadinstitute/gnomad-browser-toolkit - track-genes v2.0.0

  • Remove onGeneClick prop (#47)
  • Add renderGeneLabel prop to customize how gene labels are rendered (#47)

- JavaScript
Published by nawatts over 5 years ago

https://github.com/broadinstitute/gnomad-browser-toolkit - identifiers v2.1.0

  • Accept white space as a separator in variant/region IDs (#46)
  • Accept / as a separator in variant/region IDs (#46)

- JavaScript
Published by nawatts over 5 years ago

https://github.com/broadinstitute/gnomad-browser-toolkit - ui v1.1.1

  • Use decimal list style for ordered list (#42)
  • Accept a string or node for default tooltip content (#41)
  • Adjust tooltip hint styles (#40)
  • Prevent segmented control labels from wrapping onto multiple lines (#26)

- JavaScript
Published by nawatts over 5 years ago

https://github.com/broadinstitute/gnomad-browser-toolkit - track-genes v1.2.0

  • Export GenesPlot component (#38)

- JavaScript
Published by nawatts over 5 years ago

https://github.com/broadinstitute/gnomad-browser-toolkit - region-viewer v1.1.0

  • Add renderCursor prop to Cursor component (#34)

- JavaScript
Published by nawatts over 5 years ago

https://github.com/broadinstitute/gnomad-browser-toolkit - track-genes v1.1.0

  • Show UTR and non-coding exons (#30)
  • Add option to include non-coding genes (#30)

- JavaScript
Published by nawatts over 5 years ago

https://github.com/broadinstitute/gnomad-browser-toolkit - identifiers v2.0.0

  • Recognize additional forms of variant IDs (m.3243A>G and m.A3243G) (#20)
  • Normalize positions to 1 base region (#21)
  • Add parseVariantId and parseRegionId functions (#23)
  • Add TypeScript declarations (#24)

- JavaScript
Published by nawatts almost 6 years ago

https://github.com/broadinstitute/gnomad-browser-toolkit -

  • Make all levels of a hierarchical classification explorable through the Tree View component's expand/collapse feature.

- JavaScript
Published by huy-nguyen almost 6 years ago

https://github.com/broadinstitute/gnomad-browser-toolkit - identifiers v1.1.0

Accept "." as a separator between chromosome and position in region and variant IDs (#18).

- JavaScript
Published by nawatts almost 6 years ago

https://github.com/broadinstitute/gnomad-browser-toolkit -

  • Add "select all" and "select none" functionality.

- JavaScript
Published by huy-nguyen almost 6 years ago

https://github.com/broadinstitute/gnomad-browser-toolkit -

  • Fix wrong visual appearance of classification selector's level selector menu.

- JavaScript
Published by huy-nguyen almost 6 years ago

https://github.com/broadinstitute/gnomad-browser-toolkit -

  • Move the core logic that handles the selection/filtering of classifications, the assignment of visible colors and the grouping of items into a sharable React hook.

- JavaScript
Published by huy-nguyen almost 6 years ago

https://github.com/broadinstitute/gnomad-browser-toolkit -

  • When no category is selected, select all items (i.e. filter out none).
  • Add color marker to each tree view item.

- JavaScript
Published by huy-nguyen almost 6 years ago

https://github.com/broadinstitute/gnomad-browser-toolkit -

  • Fix bug in Rollup build.

- JavaScript
Published by huy-nguyen almost 6 years ago

https://github.com/broadinstitute/gnomad-browser-toolkit -

  • Create initial version of phenotype classification selector.

- JavaScript
Published by huy-nguyen almost 6 years ago

https://github.com/broadinstitute/gnomad-browser-toolkit -

  • Add TypeScript definitions for @gnomad/ui.

- JavaScript
Published by huy-nguyen almost 6 years ago