Skip to content

Releases: gnpis/trait-ontology-widget

2.2.1

09 Jan 17:15
Compare
Choose a tag to compare

Provides a module that can be imported into other projects (under ./dist/module).

2.2.0

29 Oct 13:47
adc1832
Compare
Choose a tag to compare

Additions

  • Add loading indicator
  • Use of modern ES6+ JavaScript with Babel.js (first step to TypeScript?)
  • Refactor tree node generation from BrAPI data to handle multiple languages
  • Add language selector (for variables and traits)
  • Add setHeight() method to dynamically adjust the widget height (used when integrated in webapps)

See PR #15

2.1.2

11 Jun 13:42
Compare
Choose a tag to compare
  • Fix vunerable dependencies
  • Update dev dependencies (browserify, cleancss, etc.)

2.1.1

08 Jun 18:32
aff98ab
Compare
Choose a tag to compare
  • Add setSelectedNodeIds method
  • Add new initialization option to create the div rather than inject into an existing one

2.1.0

24 Jan 11:32
Compare
Choose a tag to compare
  • Add ontology term detail page when providing an identifier in URL
  • Update jQuery & jstree to latest version
  • Fix selection handler to execute after the selection has really happened

2.0.3

23 Nov 11:34
Compare
Choose a tag to compare
  • Fix critical pagination bug when totalPages == 2

2.0.2

21 Jun 16:21
Compare
Choose a tag to compare
  • Fix potential widget initialization issue by waiting for the DOM to be ready
  • Code clean up

2.0.1

20 Mar 14:47
Compare
Choose a tag to compare
  • Fix detail view overflow
  • Fix display of array value having only one item
  • Fix duplicate variable node due to language variants (only english is now displayed but the language selection is planned in issue #4)

Attached files:

2.0

13 Mar 18:00
Compare
Choose a tag to compare
2.0

Features:

  • Consume Breeding API WebServices rather than JSON files
  • Highligthing of the currently displayed element in the detail panel
  • Richer detail panel based on the Breeding API/CropOntology format
  • Colored label describing the elements of the tree and the detail panel

Fixes:

  • Fix widget "reset" method that didn't reset selection
  • Fix widget "showOnly" method that sometimes didn't show the correct elements

Attached files:

  • distrib-with-demo.zip: Archive of "bundled" JS and CSS resources alongside the demo
  • dependencies-backup-2017-03-13.tar.gz: Backup of node dependencies (in case something fails with npm)

1.0.1

26 Sep 10:22
Compare
Choose a tag to compare

Fix variable details display for arbitrary nested JSON
Fix text overflow in variable details view

Attached files:

  • distrib-with-demo.zip: Archive of "compiled" JS and CSS resources alongside the demo
  • dependencies-backup-2016-09-26.tar.gz: Archive of the "node_modules" folder (backup of project dependencies if "npm install" fails)