-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 14.0.0 #433
Merged
Merged
Release 14.0.0 #433
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fixes #402 See GitHub issue for in-depth analysis and testing results.
Fix wrong view name in replace action title by using `ViewWrapper` context
…ct-ref Fix app crash when replacing views with object ref from `graph.findOrAddObject()`
Co-authored-by: Florian Engertsberger <florian.engertsberger@datavisyn.io> Co-authored-by: Holger Stitz <holger.stitz@datavisyn.io>
…link (#419) Co-authored-by: oltionchampari <oltion.champari@datavisyn.io>
* Prepare visyn_script changes * Update package.json * Remove prepack script * Removed phovea_registry.js from package.json files * Update package.json * Update package.json * add depth * Update package.json * Update package.json * Update package.json * Update package.json * Update package.json * Update package.json * Update engine and prepare script * Add react resolutions and overrides * Remove react and react-dom from deps * add dist folder * Added resolutions like overrides * Fix wrongly formatted visyn_scripts git ssh link * Remove .git from git+ssh link to visyn_script * Add yarn-3.2.2 * Remove yarn-3.2.2 again * Add .yarnrc.yml * Add yarn-3.2.2 * Switch to visyn_scripts clean * Change d3 to d3v3 Co-authored-by: anita-steiner <> Co-authored-by: Anita Steiner <anita.steiner@datavisyn.io> Co-authored-by: Michael Puehringer <michael.puehringer@datavisyn.io>
Replace jquery scrollTo plugin with custom impl
* Improve typings for new session functions datavisyn/ordino_eins#525 * Add `await` to `initSessionImpl` * Add `await` to init session and push view * Make `pushStartViewToSession` protected Required to call this function from extended OrdinoApp
* Switch branches * Adapt imports * Lint * Dist * Change access modifiers * Dist files * Update deps --------- Co-authored-by: Michael Puehringer <michael.puehringer@datavisyn.io>
…age (#430) Co-authored-by: Holger Stitz <holger.stitz@datavisyn.io>
* React 18 Migration * Remove react16 references * Dist files && plugin imports * Update package.json --------- Co-authored-by: Moritz Heckmann <moritz.heckmann@datavisyn.io> Co-authored-by: oltionchampari <oltion.champari@datavisyn.io> Co-authored-by: Michael Pühringer <51900829+puehringer@users.noreply.github.com>
* feat: allow tour card description to include html * fix: cleanup
dvvanessastoiber
approved these changes
Jul 28, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What's Changed
Features
Bugfixes
ViewWrapper
context by @thinkh in Fix wrong view name in replace action title by usingViewWrapper
context #406graph.findOrAddObject()
by @thinkh in Fix app crash when replacing views with object ref fromgraph.findOrAddObject()
#405Chore
nav.mainNavi
styles by @thinkh in Removenav.mainNavi
styles #415New Contributors
Full Changelog: v13.0.1...v14.0.0