Releases: sparna-git/Sparnatural
OMG ! v6 is here with column selection, supports for OPTIONAL, tooltips and more !
This is a MAJOR release of Sparnatural that includes a LOT of new features, including:
- Ability to select columns in the result set (#121) - including column ordering with drag and drop, and sort
- Supports for OPTIONAL and FILTER NOT EXISTS (#148)
- Tooltips (#171)
- New arrows look
- New datasources to get lists alphabetical with count (#248)
- 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
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
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
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
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
This is the "pre-webpack" packaged version of Sparnatural.
It is suggested to start from the DBPedia demo page and adapt as needed.