Skip to content

Releases: sparna-git/Sparnatural

OMG ! v6 is here with column selection, supports for OPTIONAL, tooltips and more !

21 Jan 15:51
Compare
Choose a tag to compare

This is a MAJOR release of Sparnatural that includes a LOT of new features, including:

  1. Ability to select columns in the result set (#121) - including column ordering with drag and drop, and sort
  2. Supports for OPTIONAL and FILTER NOT EXISTS (#148)
  3. Tooltips (#171)
  4. New arrows look
  5. New datasources to get lists alphabetical with count (#248)
  6. Boolean widget selection

And a lot more documentation on the Wiki !

Check out the latest demo using this version

(Still more to come in the next few weeks !)

Sparnatural 5.0 : introduces OWL-based configuration

20 May 09:22
b127df9
Compare
Choose a tag to compare

This release introduces OWL-based configuration and a datasource mechanism to populate lists and autocomplete fields for easier integration of Sparnatural against standard SPARQL endpoints.

Sparnatural 4.0

29 Nov 14:00
Compare
Choose a tag to compare

This is another major release shortly after v3.0 with a single modification : #136.
This deprecates the config key addObjectsTypeCriteria in favor of noTypeCriteriaForObjects that can take an array of class URI for which we don't want the type criteria to be added.

Sparnatural 3.0

28 Nov 10:51
Compare
Choose a tag to compare

This is a major release that mostly introduces ability to easily edit selected values :

  • Add rollback possibilities to change what as been selected
  • Ability to change the selected property when there are multiple choices

Also new widgets :

  • new datepicker widget, including year only input (requires additionnal script + css in HTML pages)
  • new widget to prevent selecting value for a property

Also update in config structure :

  • updated JSON config structure, removed "widget" property
  • Introduce "faIcon" to simply give a reference to a FontAwesome Icon code

and also :

  • ability to launch query upon very first class selection

The easiest way to learn is to start from http://labs.sparna.fr/sparnatural-demo-dbpedia/ and adapt the source code.

Sparnatural 2.0

29 Jul 15:56
Compare
Choose a tag to compare

This is a webpack version of Sparnatural. It simplifies the integration in the HTML file by packaging the language translation and icons.
It deprecates the parameter pathLanguages since labels are packaged within the component.

Sparnatural 1.0

25 Jul 07:51
Compare
Choose a tag to compare

This is the "pre-webpack" packaged version of Sparnatural.
It is suggested to start from the DBPedia demo page and adapt as needed.