Releases: Caleydo/ordino
Releases · Caleydo/ordino
v15.0.1
What's Changed
- chore: version pinning by @dvdanielamoitzi in #435
- fix: remove polyfill.io by @thinkh in #436
- deps(npm): update [email protected] and yarn.lock by @thinkh in #437
- Release 15.0.0 by @thinkh in #438
- Release 15.0.1 by @thinkh in #439 -> fixes wrong version number in package.json
Full Changelog: v14.0.0...v15.0.1
v15.0.0
What's Changed
- chore: version pinning by @dvdanielamoitzi in #435
- fix: remove polyfill.io by @thinkh in #436
- deps(npm): update [email protected] and yarn.lock by @thinkh in #437
- Release 15.0.0 by @thinkh in #438
Full Changelog: v14.0.0...v15.0.0
v14.0.0
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
- Remove
nav.mainNavi
styles by @thinkh in #415 - Improve Cypress setup and use Cypress commands.js by @dvvanessastoiber in #354
- Add Visyn Scripts by @datavisyn-bot in #421
- Add dist/ folder by @dvtschachinger in #423
- Migration to visyn_core by @oltionchampari in #429
- React 18 Migration by @dvmoritzschoefl in #431
New Contributors
- @datavisyn-bot made their first contribution in #421
- @dvtschachinger made their first contribution in #423
- @dvmichaelpeterseil made their first contribution in #430
- @dvmoritzschoefl made their first contribution in #431
Full Changelog: v13.0.1...v14.0.0
v13.0.1
v13.0.0
v12.1.0
v12.0.0-2.0
Release Notes
Initial Release
v12.0.0
v11.0.0
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
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)