Skip to content

Releases: Caleydo/ordino

v15.0.1

29 Feb 20:23
6d8506b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v14.0.0...v15.0.1

v15.0.0

29 Feb 17:58
bd6ee35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v14.0.0...v15.0.0

v14.0.0

28 Jul 08:52
c61551d
Compare
Choose a tag to compare

What's Changed

Features

  • CLUE support for URL query parameter + refactor public session link by @thinkh in #419
  • Replace jQuery scrollTo plugin with custom implementation by @thinkh in #425
  • Improve typings for new session functions by @thinkh in #427
  • Allow tour card description to include html by @oltionchampari in #432

Bugfixes

  • Fix wrong view name in replace action title by using ViewWrapper context by @thinkh in #406
  • Fix app crash when replacing views with object ref from graph.findOrAddObject() by @thinkh in #405
  • Add vertical padding to tour cards and use full height teaser image by @dvmichaelpeterseil in #430

Chore

New Contributors

Full Changelog: v13.0.1...v14.0.0

v13.0.1

30 Sep 09:02
f0022d6
Compare
Choose a tag to compare

Release notes

  • Improve typings for new session functions (#427)

v13.0.0

08 Sep 12:03
edf8732
Compare
Choose a tag to compare

Release notes

  • Add Visyn Scripts (#421)
  • Add dist/ folder (#423)
  • fix: Replace jQuery scrollTo plugin with custom implementation (#425)

v12.1.0

04 Aug 14:00
456b054
Compare
Choose a tag to compare

Release notes

  • Fix app crash when replacing views with object ref from graph.findOrAddObject() (#405)
  • Fix wrong view name in replace action title by using ViewWrapper context (#406)
  • Remove nav.mainNavi styles (#415)

v12.0.0-2.0

15 Jun 09:19
Compare
Choose a tag to compare

Release Notes

Initial Release

v12.0.0

15 Jun 06:42
9fc30b6
Compare
Choose a tag to compare

Release notes

  • Sort namedsets alphabetically and fix edit/delete named sets (#388)
  • Update dataset tab when named sets are modified (#388)
  • Extract language string in dataset tab (#389)

v11.0.0

27 Apr 06:59
8996095
Compare
Choose a tag to compare

Release notes

  • Avoid reloading when saving current session (#341)
  • Adapt use of useAsync (#342)
  • Fix missing scroll bar for other sessions (#347)
  • Show creator of session for other sessions (#348)
  • Compress selections by removing only consecutive nodes (#349)
  • Remove internal ids (#353)
  • Welcome page improvements (#356)
  • Skip detail view chooser if only one detail view is available (#357)
  • ESlint (#359)
  • TS4 (#364)
  • Add GitHub issue and PR templates (#374)
  • Move JWT Login from App to Ordino (#380)
  • Revert "Skip detail view chooser if only one detail view is available" (#382)
  • Plugin Consolidation (#357)

v10.0.0

07 Oct 07:36
62327c1
Compare
Choose a tag to compare

Release notes

  • Position views using css grid (#333)
  • Decrease width of dataset and session cards due to smaller font size (#334)
  • Update to Bootstrap v5 - Additional Changes (#320)
  • Make Ordino footer configurable and load menu links from extension point (#328)
  • Rename tours tab to Onboarding Tours (#324)
  • Rename tour section from "Beginner" to "General introduction" (#330)
  • Hide close button for first view (#332)
  • Prepare reusage of tours (#329)
  • Hide CLUE mode selector + side panels when start menu is open (#326)
  • Semi-transparent background for start menu in overlay mode (#321)
  • Replace react-bootstrap with plain Bootstrap (#300)
  • Fix wrong history/breadcrumb title when replacing detail views (#295)
  • Remove old StartMenu and session menu sections (#294)
  • Refactor extension point interfaces (#293)
  • Move upload dataset card and components to tdp_uploaded_data (#291)
  • Refactor tours tab into components and launch tours (#285)
  • Make header position fixed when start menu is open (#284)
  • Fix SASS $theme-color assignment (#283)
  • Refactor how to start new Ordino session (#282)
  • Switch Ordino and OrdinoApp to React (Caleydo/ordino#undefined)