-
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
fix: Replace jQuery scrollTo plugin with custom implementation #425
Merged
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
thinkh
added
type: bug
Something isn't working
type: technical debt
Describes or removes a technical debt
release: minor
PR merge results in a new minor version
labels
Aug 23, 2022
dvvanessastoiber
approved these changes
Aug 23, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works in my tests, thank you for the fix! 👍
puehringer
reviewed
Aug 23, 2022
"d3": "d3/d3", | ||
"scrollTo": "jquery.scrollto/jquery.scrollTo.js", | ||
"jquery": "jquery/dist/jquery" | ||
"d3": "d3/d3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not used anymore in the new webpack config, so it can be safely removed 👍
ghost
pushed a commit
that referenced
this pull request
Sep 8, 2022
* prepare next development version 12.0.1-SNAPSHOT * Fix ref in replace views w/ `findOrAddObject()` Fixes #402 See GitHub issue for in-depth analysis and testing results. * Add missing dist files * Use context to get current view name Fixes #254 * Remove `nav.mainNavi` styles (#415) I couldn't find any occurence or usage of the CSS class `mainNavi` in the TypeScript code of the phovea, Caleydo, or datavisyn organization, nor do know where this element would be. Hence, I would remove this code. * Prepare github changes * Remove circleci * prepare next dev version * Update fontawesome * refactor: Improve Cypress setup and use Cypress commands.js (#354) Co-authored-by: Florian Engertsberger <florian.engertsberger@datavisyn.io> Co-authored-by: Holger Stitz <holger.stitz@datavisyn.io> * feat: CLUE support for URL query parameter + refactor public session link (#419) Co-authored-by: oltionchampari <oltion.champari@datavisyn.io> * Add Visyn Scripts (#421) * 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> * Add dist/ folder (#423) * fix: Replace jQuery scrollTo plugin with custom implementation (#425) Replace jquery scrollTo plugin with custom impl * prepare release 13.0.0 Co-authored-by: Holger Stitz <holger.stitz@datavisyn.io> Co-authored-by: Champari Oltion <51322092+oltionchampari@users.noreply.github.com> Co-authored-by: Dominic Girardi <45822063+dg-datavisyn@users.noreply.github.com> Co-authored-by: anita-steiner <> Co-authored-by: Florian Engertsberger <florian.engertsberger@datavisyn.io> Co-authored-by: oltionchampari <oltion.champari@datavisyn.io> Co-authored-by: datavisyn-bot <32451285+datavisyn-bot@users.noreply.github.com> Co-authored-by: Anita Steiner <anita.steiner@datavisyn.io> Co-authored-by: Michael Puehringer <michael.puehringer@datavisyn.io> Co-authored-by: Thomas Schachinger <79898881+dvtschachinger@users.noreply.github.com>
ghost
pushed a commit
that referenced
this pull request
Sep 30, 2022
* prepare next development version 12.0.1-SNAPSHOT * Fix ref in replace views w/ `findOrAddObject()` Fixes #402 See GitHub issue for in-depth analysis and testing results. * Add missing dist files * Use context to get current view name Fixes #254 * Remove `nav.mainNavi` styles (#415) I couldn't find any occurence or usage of the CSS class `mainNavi` in the TypeScript code of the phovea, Caleydo, or datavisyn organization, nor do know where this element would be. Hence, I would remove this code. * Prepare github changes * Remove circleci * prepare next dev version * Update fontawesome * refactor: Improve Cypress setup and use Cypress commands.js (#354) Co-authored-by: Florian Engertsberger <florian.engertsberger@datavisyn.io> Co-authored-by: Holger Stitz <holger.stitz@datavisyn.io> * feat: CLUE support for URL query parameter + refactor public session link (#419) Co-authored-by: oltionchampari <oltion.champari@datavisyn.io> * Add Visyn Scripts (#421) * 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> * Add dist/ folder (#423) * fix: Replace jQuery scrollTo plugin with custom implementation (#425) Replace jquery scrollTo plugin with custom impl * prepare next dev version * Improve typings for new session functions (#427) * 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 * prepare release 13.0.1 Co-authored-by: Holger Stitz <holger.stitz@datavisyn.io> Co-authored-by: Champari Oltion <51322092+oltionchampari@users.noreply.github.com> Co-authored-by: Dominic Girardi <45822063+dg-datavisyn@users.noreply.github.com> Co-authored-by: anita-steiner <> Co-authored-by: Florian Engertsberger <florian.engertsberger@datavisyn.io> Co-authored-by: oltionchampari <oltion.champari@datavisyn.io> Co-authored-by: datavisyn-bot <32451285+datavisyn-bot@users.noreply.github.com> Co-authored-by: Anita Steiner <anita.steiner@datavisyn.io> Co-authored-by: Michael Puehringer <michael.puehringer@datavisyn.io> Co-authored-by: Thomas Schachinger <79898881+dvtschachinger@users.noreply.github.com>
Merged
dvvanessastoiber
added a commit
that referenced
this pull request
Jul 28, 2023
## 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
release: minor
PR merge results in a new minor version
type: bug
Something isn't working
type: technical debt
Describes or removes a technical debt
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.
Closes #424
Developer Checklist (Definition of Done)
Issue
UI/UX/Vis
Code
PR
release: minor
) to this PR following semverCloses #...
)Summary of changes
requestAnimationFrame
to animate the scroll positionScreenshots
No actual change visible (except the fix). The behavior is like before.
ordino-fix-scrollto.webm
Thanks for creating this pull request 🤗