Skip to content

Releases: knowledgepixels/nanodash

nanodash-4.10.0

26 Jan 11:07

Choose a tag to compare

4.10.0 (2026-01-26)

Features

  • PublishForm: Show simple view with toggle for full view (0195add)

Bug Fixes

  • Prevent pages from prematurely be discarded from the page store (9f77daf)

General maintenance

  • Make consent box text more concise and clearer (99fc4a3)
  • setting next snapshot version [skip ci] (53c81bb)
  • Update CSS version links (1a981df)

Style improvements

  • Add "advanced" CSS class so we can later hide when needed (b78ed2d)
  • Deactivate namespace display on publish form for simplicity (1923302)
  • Remove title for publish form (a694b09)

nanodash-4.9.0

21 Jan 12:43

Choose a tag to compare

4.9.0 (2026-01-21)

Features

  • QueryPage: Reactivate YasGUI link with auto-exec-blocker (4f3d962)

General maintenance

  • Add bot icon (not yet used) (0d54735)
  • setting next snapshot version [skip ci] (4f3689b)

nanodash-4.8.1

15 Jan 08:53

Choose a tag to compare

4.8.1 (2026-01-15)

Bug Fixes

  • ValueFiller: Apply transform to embedded URIs (444d571)

General maintenance

  • add .vscode to .gitignore (d393434)
  • setting next snapshot version [skip ci] (6400e96)

nanodash-4.8.0

14 Jan 10:27

Choose a tag to compare

4.8.0 (2026-01-14)

Features

  • QueryResultTable: Add result filtering textfield (35eecfc)

Bug Fixes

  • AjaxZonedDateTimePicker: Avoid NullPointerException when optional (35f6e62)
  • MaintainedResource: Fix sync problem in ensureLoaded (0bd3618)

General maintenance

  • setting next snapshot version [skip ci] (a1c0e00)

nanodash-4.7.0

13 Jan 10:16

Choose a tag to compare

4.7.0 (2026-01-13)

Features

  • SearchPage: Basic search covers all literals (ec4b1bd)

Bug Fixes

  • QueryPage: Enforce full-ID to ensure OpenAPI links work (e037aaa)
  • SearchPage: Search page tampered with cached list (acdebe6)
  • Some log messages failed to show (1cd30f9)

General maintenance

  • setting next snapshot version [skip ci] (cf694df)

nanodash-4.6.1

12 Jan 07:26

Choose a tag to compare

4.6.1 (2026-01-12)

Bug Fixes

  • ViewDisplay: Avoid breaking page for invalid view display (d458d26)

General maintenance

  • Add nohup.out to .gitignore (7d679f2)
  • setting next snapshot version [skip ci] (75a12da)
  • Update CSS version link (9815864)

nanodash-4.6.0

06 Jan 11:35

Choose a tag to compare

4.6.0 (2026-01-06)

Features

  • LookupApis: Update to latest ror.org API version (9868a81)
  • QueryResultPlainParagraph: Show source links of elements (be7bda7)
  • QueryResultPlainParagraph: Support view buttons/actions (2337c49)
  • QueryResultPlanParagraph: Add proper titles and fix earlier commit (d340def)

General maintenance

  • setting next snapshot version [skip ci] (52b0047)

Refactoring

nanodash-4.5.2

18 Dec 09:59

Choose a tag to compare

4.5.2 (2025-12-18)

Bug Fixes

  • ResourcePartPage: Synchronous retrieval of definition (deae9e0)
  • Space: Leaking Space objects fixed (f28b782)

General maintenance

  • setting next snapshot version [skip ci] (c40515e)

nanodash-4.5.1

17 Dec 10:25

Choose a tag to compare

4.5.1 (2025-12-17)

Bug Fixes

  • Use API result cache for all requests (e662f50)

Build and continuous integration

  • deps: update actions/checkout action to v5.0.1 (003da6c)
  • deps: update actions/setup-java action to v5.1.0 (563c30d)

General maintenance

  • setting next snapshot version [skip ci] (929b979)

nanodash-4.5.0

16 Dec 15:23

Choose a tag to compare

4.5.0 (2025-12-16)

Features

  • Add simple script for stress-testing (45a4847)
  • add support for PLAIN_PARAGRAPH_VIEW in resource display logic (a0ba42c)
  • Make use of template-version=latest in more places (c20c94c)
  • QueryResultPlainParagraph: use ListView for allowing multi paragraphs view (3d82328)
  • Support for OpenAIRE Graph lookup (39c0371)

Dependency updates

  • deps: Update nanopub dependency (1bf4857)

Bug Fixes

  • QueryResultPlainParagraph: update title header from h2 to h3 (c35eff5)
  • Space: Synchronize ensureLoaded wait code (feab842)

Tests

  • ProfiledResource: add unit tests (dc2c16a)

General maintenance

  • KPXL_TERMS: add IRI for PlainParagraphView (65af494)
  • QueryResultPlainParagraph: add component for displaying query results in plain paragraph format (960e3e5)
  • QueryResultPlainParagraphBuilder: add builder for QueryResultPlainParagraph component (3d59090)
  • setting next snapshot version [skip ci] (6c1916b)

Refactoring

  • replace Utils methods with NanopubUtils defined in the nanopub-java library (7ce230f)
  • replace VocabUtils with the ones defined in the nanopub-java library (ed9b72e)